Searched refs:tx_descs (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/al_eth/
H A Dal_eth.h96 unsigned int tx_descs; member in struct:al_eth_tx_buffer
H A Dal_eth.c1168 if (tx_info->tx_descs > total_done)
1182 total_done -= tx_info->tx_descs;
1387 tx_info->tx_descs = al_eth_tx_pkt_prepare(tx_ring->dma_q, hal_pkt);
1389 if (tx_info->tx_descs == 0)
1407 al_eth_tx_dma_action(tx_ring->dma_q, tx_info->tx_descs);
/freebsd-12-stable/sys/dev/ena/
H A Dena.h244 unsigned int tx_descs; member in struct:ena_tx_buffer
H A Dena_datapath.c276 total_done += tx_info->tx_descs;
1010 tx_info->tx_descs = nb_hw_desc;
H A Dena_netmap.c460 tx_info->tx_descs = nb_hw_desc;
874 return tx_info->tx_descs;
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2380 uint32_t tx_descs; local
2393 tx_descs = pkt->num_of_bufs;
2395 tx_descs += 1;
2400 tx_descs += al_eth_ext_metadata_needed_descs(pkt->ext_meta_data);
2402 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs,
2407 if (unlikely(al_udma_available_get(tx_dma_q) < tx_descs)) {
2409 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs);
2564 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs);
2566 return tx_descs;
2570 void al_eth_tx_dma_action(struct al_udma_q *tx_dma_q, uint32_t tx_descs) argument
[all...]
H A Dal_hal_eth.h755 * @param tx_descs number of descriptors to notify the DMA about.
756 * the tx_descs can be sum of descriptor numbers of multiple prepared packets,
760 void al_eth_tx_dma_action(struct al_udma_q *tx_dma_q, uint32_t tx_descs);

Completed in 87 milliseconds