Home
last modified time | relevance | path

Searched refs:hns3_entry (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_sve.c67 hns3_rx_prefetch_mbuf_sve(struct hns3_entry *sw_ring) in hns3_rx_prefetch_mbuf_sve()
85 struct hns3_entry *sw_ring = &rxq->sw_ring[rx_id]; in hns3_recv_burst_vec_sve()
239 struct hns3_entry *rxep = &rxq->sw_ring[rxq->rx_rearm_start]; in hns3_rxq_rearm_mbuf_sve()
241 struct hns3_entry *rxep_tmp = rxep; in hns3_rxq_rearm_mbuf_sve()
362 struct hns3_entry *tx_entry = &txq->sw_ring[txq->next_to_use]; in hns3_tx_fill_hw_ring_sve()
H A Dhns3_rxtx_vec_neon.h34 struct hns3_entry *tx_entry; in hns3_xmit_fixed_burst_vec()
88 struct hns3_entry *sw_ring, in hns3_desc_parse_field()
131 struct hns3_entry *sw_ring = &rxq->sw_ring[rx_id]; in hns3_recv_burst_vec()
H A Dhns3_rxtx_vec.c53 struct hns3_entry *rxep = &rxq->sw_ring[rxq->rx_rearm_start]; in hns3_rxq_rearm_mbuf()
155 struct hns3_entry *sw_ring = &rxq->sw_ring[rxq->nb_rx_desc]; in hns3_rxq_vec_setup()
H A Dhns3_rxtx_vec.h15 struct hns3_entry *tx_entry; in hns3_tx_bulk_free_buffers()
H A Dhns3_rxtx.h265 struct hns3_entry { struct
278 struct hns3_entry *sw_ring; argument
338 struct hns3_entry *sw_ring;
H A Dhns3_rxtx.c1757 sizeof(struct hns3_entry); in hns3_rx_queue_setup()
2080 struct hns3_entry *sw_ring; in hns3_recv_pkts()
2081 struct hns3_entry *rxe; in hns3_recv_pkts()
2193 struct hns3_entry *sw_ring; in hns3_recv_scattered_pkts()
2194 struct hns3_entry *rxe; in hns3_recv_scattered_pkts()
2578 tx_entry_len = sizeof(struct hns3_entry) * txq->nb_tx_desc; in hns3_tx_queue_setup()
2645 struct hns3_entry *tx_bak_pkt = &txq->sw_ring[tx_next_clean]; in hns3_tx_free_useless_buffer()
3405 struct hns3_entry *tx_entry; in hns3_tx_free_buffer_simple()
3443 hns3_tx_backup_1mbuf(struct hns3_entry *tx_entry, struct rte_mbuf **pkts) in hns3_tx_backup_1mbuf()
3499 struct hns3_entry *tx_entry = &txq->sw_ring[txq->next_to_use]; in hns3_tx_fill_hw_ring()
[all …]