Searched refs:tx_ntc (Results 1 – 3 of 3) sorted by relevance
256 u32 tx_ntc = xdpsq->next_to_clean; in idpf_xdpsq_poll() local270 done_frames = ret > tx_ntc ? ret - tx_ntc : in idpf_xdpsq_poll()271 ret + tx_cnt - tx_ntc; in idpf_xdpsq_poll()300 u32 tx_ntc = xdpsq->next_to_clean; in idpf_xdpsq_complete() local318 libeth_xdp_complete_tx(&xdpsq->tx_buf[tx_ntc], &cp); in idpf_xdpsq_complete()320 if (unlikely(++tx_ntc == tx_cnt)) in idpf_xdpsq_complete()321 tx_ntc = 0; in idpf_xdpsq_complete()326 xdpsq->next_to_clean = tx_ntc; in idpf_xdpsq_complete()
240 u32 tx_ntc = xdpsq->next_to_clean; in idpf_xsksq_complete() local250 tx_ntc += done_frames; in idpf_xsksq_complete()251 if (tx_ntc >= tx_cnt) in idpf_xsksq_complete()252 tx_ntc -= tx_cnt; in idpf_xsksq_complete()254 xdpsq->next_to_clean = tx_ntc; in idpf_xsksq_complete()
1825 u16 rx_ntc, tx_ntc, count = 0; in igb_clean_test_rings() local1829 tx_ntc = tx_ring->next_to_clean; in igb_clean_test_rings()1853 tx_buffer_info = &tx_ring->tx_buffer_info[tx_ntc]; in igb_clean_test_rings()1869 tx_ntc++; in igb_clean_test_rings()1870 if (tx_ntc == tx_ring->count) in igb_clean_test_rings()1871 tx_ntc = 0; in igb_clean_test_rings()1882 tx_ring->next_to_clean = tx_ntc; in igb_clean_test_rings()