Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c625 tx_info = &txq->tx_info[sw_ci]; in hinic_xmit_mbuf_cleanup()
638 mbuf = tx_info->mbuf; in hinic_xmit_mbuf_cleanup()
642 tx_info->mbuf = NULL; in hinic_xmit_mbuf_cleanup()
657 tx_info->mbuf = NULL; in hinic_xmit_mbuf_cleanup()
1190 tx_info = &txq->tx_info[sqe_info.pi]; in hinic_xmit_pkts()
1227 tx_info = &txq->tx_info[ci]; in hinic_free_all_tx_mbufs()
1236 tx_info->wqebb_cnt); in hinic_free_all_tx_mbufs()
1239 tx_info->mbuf = NULL; in hinic_free_all_tx_mbufs()
1284 if (!txq->tx_info) in hinic_setup_tx_resources()
1295 rte_free(txq->tx_info); in hinic_free_tx_resources()
[all …]
H A Dhinic_pmd_tx.h112 struct hinic_tx_info *tx_info; member
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c169 struct ena_tx_buffer *tx_info,
403 if (likely(tx_info->mbuf)) in validate_tx_req_id()
407 if (tx_info) in validate_tx_req_id()
2407 struct ena_tx_buffer *tx_info, in ena_tx_map_mbuf() argument
2418 tx_info->mbuf = mbuf; in ena_tx_map_mbuf()
2419 ena_buf = tx_info->bufs; in ena_tx_map_mbuf()
2458 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2473 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2498 tx_info->num_of_bufs = 0; in ena_xmit_mbuf()
2562 mbuf = tx_info->mbuf; in ena_tx_cleanup()
[all …]
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c1496 void *tx_info) in al_serdes_25g_tx_diag_info_get() argument
1498 struct al_serdes_25g_tx_diag_info *info = tx_info; in al_serdes_25g_tx_diag_info_get()
/f-stack/freebsd/net80211/
H A Dieee80211.h921 uint8_t tx_info; member
/f-stack/tools/ifconfig/
H A Difieee80211.c2836 n = (vhtpwr->tx_info & in printvhtpwrenv()
2841 printf("<tx_info 0x%02x pwr:[", vhtpwr->tx_info); in printvhtpwrenv()