Searched refs:tx_descs (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp.c | 1340 struct ath12k_tx_desc_info *tx_descs, **tx_desc_addr; in ath12k_dp_cc_desc_init() local 1372 tx_descs = kcalloc(ATH12K_MAX_SPT_ENTRIES, sizeof(*tx_descs), in ath12k_dp_cc_desc_init() 1375 if (!tx_descs) { in ath12k_dp_cc_desc_init() 1384 tx_descs[j].desc_id = ath12k_dp_cc_cookie_gen(ppt_idx, j); in ath12k_dp_cc_desc_init() 1385 tx_descs[j].pool_id = pool_id; in ath12k_dp_cc_desc_init() 1386 list_add_tail(&tx_descs[j].list, in ath12k_dp_cc_desc_init() 1392 *tx_desc_addr = &tx_descs[j]; in ath12k_dp_cc_desc_init()
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.h | 94 unsigned int tx_descs; member
|
H A D | al_eth.c | 1161 if (tx_info->tx_descs > total_done) in al_eth_tx_do_cleanup() 1175 total_done -= tx_info->tx_descs; in al_eth_tx_do_cleanup() 1380 tx_info->tx_descs = al_eth_tx_pkt_prepare(tx_ring->dma_q, hal_pkt); in al_eth_xmit_mbuf() 1382 if (tx_info->tx_descs == 0) in al_eth_xmit_mbuf() 1400 al_eth_tx_dma_action(tx_ring->dma_q, tx_info->tx_descs); in al_eth_xmit_mbuf()
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_main.c | 2380 uint32_t tx_descs; in al_eth_tx_pkt_prepare() local 2393 tx_descs = pkt->num_of_bufs; in al_eth_tx_pkt_prepare() 2395 tx_descs += 1; in al_eth_tx_pkt_prepare() 2400 tx_descs += al_eth_ext_metadata_needed_descs(pkt->ext_meta_data); in al_eth_tx_pkt_prepare() 2402 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs, in al_eth_tx_pkt_prepare() 2407 if (unlikely(al_udma_available_get(tx_dma_q) < tx_descs)) { in al_eth_tx_pkt_prepare() 2409 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs); in al_eth_tx_pkt_prepare() 2564 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs); in al_eth_tx_pkt_prepare() 2566 return tx_descs; in al_eth_tx_pkt_prepare() 2570 void al_eth_tx_dma_action(struct al_udma_q *tx_dma_q, uint32_t tx_descs) in al_eth_tx_dma_action() argument [all …]
|
H A D | al_hal_eth.h | 760 void al_eth_tx_dma_action(struct al_udma_q *tx_dma_q, uint32_t tx_descs);
|
/freebsd/sys/dev/ena/ |
H A D | ena.h | 259 unsigned int tx_descs; member
|
H A D | ena_datapath.c | 290 total_done += tx_info->tx_descs; in ena_tx_cleanup() 1055 tx_info->tx_descs = nb_hw_desc; in ena_xmit_mbuf()
|
H A D | ena_netmap.c | 456 tx_info->tx_descs = nb_hw_desc; in ena_netmap_tx_frame() 863 return tx_info->tx_descs; in ena_netmap_tx_clean_one()
|