Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 20 of 20) sorted by relevance

/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c554 uint16_t last_id; in tx_xmit_pkt() local
560 last_id = q->next_free + mb->nb_segs - 1; in tx_xmit_pkt()
561 if (last_id >= q->nb_desc) in tx_xmit_pkt()
562 last_id = last_id - q->nb_desc; in tx_xmit_pkt()
568 fifo_insert(&q->rs_tracker, last_id); in tx_xmit_pkt()
627 q->hw_ring[last_id].flags |= flags; in tx_xmit_pkt()
/dpdk/drivers/net/igc/
H A Digc_txrx.c184 uint16_t last_id; /**< Index of last scattered descriptor. */ member
1705 tx_end = sw_ring[tx_last].last_id; in igc_xmit_pkts()
1716 tx_end = sw_ring[tx_end].last_id; in igc_xmit_pkts()
1780 txe->last_id = tx_last; in igc_xmit_pkts()
1814 txe->last_id = tx_last; in igc_xmit_pkts()
1913 txe[i].last_id = i; in igc_reset_tx_queue()
2069 tx_first = sw_ring[txq->tx_tail].last_id; in eth_igc_tx_done_cleanup()
2083 tx_last = sw_ring[tx_id].last_id; in eth_igc_tx_done_cleanup()
2100 sw_ring[tx_id].last_id = tx_id; in eth_igc_tx_done_cleanup()
/dpdk/drivers/net/e1000/
H A Digb_rxtx.c78 uint16_t last_id; /**< Index of last scattered descriptor. */ member
485 tx_end = sw_ring[tx_last].last_id; in eth_igb_xmit_pkts()
496 tx_end = sw_ring[tx_end].last_id; in eth_igb_xmit_pkts()
557 txe->last_id = tx_last; in eth_igb_xmit_pkts()
588 txe->last_id = tx_last; in eth_igb_xmit_pkts()
1316 tx_first = sw_ring[txq->tx_tail].last_id; in igb_tx_done_cleanup()
1329 tx_last = sw_ring[tx_id].last_id; in igb_tx_done_cleanup()
1350 sw_ring[tx_id].last_id = tx_id; in igb_tx_done_cleanup()
1442 txe[i].last_id = i; in igb_reset_tx_queue()
H A Dem_rxtx.c80 uint16_t last_id; /**< Index of last scattered descriptor. */ member
312 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in em_xmit_cleanup()
536 txe->last_id = tx_last; in eth_em_xmit_pkts()
568 txe->last_id = tx_last; in eth_em_xmit_pkts()
1149 txq->sw_ring[i].last_id = i; in em_reset_tx_queue()
/dpdk/drivers/raw/ntb/
H A Dntb.h163 uint16_t last_id; member
H A Dntb.c436 txq->sw_ring[i].last_id = i; in ntb_txq_setup()
682 sw_ring[txq->last_used].last_id = tx_last; in ntb_enqueue_bufs()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h84 uint16_t last_id; /**< Index of last scattered descriptor. */ member
H A Dixgbe_rxtx.c581 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in ixgbe_xmit_cleanup()
864 txe->last_id = tx_last; in ixgbe_xmit_pkts()
906 txe->last_id = tx_last; in ixgbe_xmit_pkts()
2394 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in ixgbe_tx_done_cleanup_full()
2514 txe[i].last_id = i; in ixgbe_reset_tx_queue()
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.h237 uint16_t last_id; /**< Index of last scattered descriptor. */ member
H A Dngbe_rxtx.c526 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in ngbe_xmit_cleanup()
781 txe->last_id = tx_last; in ngbe_xmit_pkts()
817 txe->last_id = tx_last; in ngbe_xmit_pkts()
1752 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in ngbe_tx_done_cleanup_full()
1850 txe[i].last_id = i; in ngbe_reset_tx_queue()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h267 uint16_t last_id; /**< Index of last scattered descriptor. */ member
H A Dtxgbe_rxtx.c615 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in txgbe_xmit_cleanup()
958 txe->last_id = tx_last; in txgbe_xmit_pkts()
998 txe->last_id = tx_last; in txgbe_xmit_pkts()
2057 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in txgbe_tx_done_cleanup_full()
2156 txe[i].last_id = i; in txgbe_reset_tx_queue()
/dpdk/drivers/net/ice/
H A Dice_rxtx.h103 uint16_t last_id; member
H A Dice_rxtx.c946 txe[i].last_id = i; in ice_reset_tx_queue()
2615 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in ice_xmit_cleanup()
2858 txe->last_id = tx_last; in ice_xmit_pkts()
2890 txe->last_id = tx_last; in ice_xmit_pkts()
2905 txe->last_id = tx_last; in ice_xmit_pkts()
3013 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in ice_tx_done_cleanup_full()
H A Dice_dcf_ethdev.c391 txe[i].last_id = i; in reset_tx_queue()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c386 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in i40e_xmit_cleanup()
1234 txe->last_id = tx_last; in i40e_xmit_pkts()
1264 txe->last_id = tx_last; in i40e_xmit_pkts()
1282 txe->last_id = tx_last; in i40e_xmit_pkts()
2683 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in i40e_tx_done_cleanup_full()
2776 txe[i].last_id = i; in i40e_reset_tx_queue()
H A Di40e_rxtx.h130 uint16_t last_id; member
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c263 txe[i].last_id = i; in reset_tx_queue()
2280 desc_to_clean_to = sw_ring[desc_to_clean_to].last_id; in iavf_xmit_cleanup()
2728 txe->last_id = desc_idx_last; in iavf_xmit_pkts()
2750 txe->last_id = desc_idx_last; in iavf_xmit_pkts()
2773 txe->last_id = desc_idx_last; in iavf_xmit_pkts()
3171 pkt_cnt += (swr_ring[tx_id].last_id == tx_id); in iavf_tx_done_cleanup_full()
H A Diavf_rxtx.h230 uint16_t last_id; member
/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c46 uint16_t last_id; member