Searched refs:sw_index (Results 1 – 4 of 4) sorted by relevance
18994 unsigned int sw_index; in qwz_ce_completed_send_next() local19002 sw_index = pipe->src_ring->sw_index; in qwz_ce_completed_send_next()19018 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwz_ce_completed_send_next()19019 pipe->src_ring->sw_index = sw_index; in qwz_ce_completed_send_next()19746 pipe->src_ring->sw_index = 0; in qwz_ce_init_pipes()19957 unsigned int sw_index; in qwz_ce_completed_recv_next() local19964 sw_index = pipe->dest_ring->sw_index; in qwz_ce_completed_recv_next()19990 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwz_ce_completed_recv_next()19991 pipe->dest_ring->sw_index = sw_index; in qwz_ce_completed_recv_next()20097 sw_index = pipe->src_ring->sw_index; in qwz_ce_send()[all …]
20902 unsigned int sw_index; in qwx_ce_completed_send_next() local20910 sw_index = pipe->src_ring->sw_index; in qwx_ce_completed_send_next()20926 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwx_ce_completed_send_next()20927 pipe->src_ring->sw_index = sw_index; in qwx_ce_completed_send_next()21699 pipe->src_ring->sw_index = 0; in qwx_ce_init_pipes()21910 unsigned int sw_index; in qwx_ce_completed_recv_next() local21917 sw_index = pipe->dest_ring->sw_index; in qwx_ce_completed_recv_next()21943 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwx_ce_completed_recv_next()21944 pipe->dest_ring->sw_index = sw_index; in qwx_ce_completed_recv_next()22051 sw_index = pipe->src_ring->sw_index; in qwx_ce_send()[all …]
897 unsigned int sw_index; member
909 unsigned int sw_index; member