Home
last modified time | relevance | path

Searched refs:nb_hw_desc (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.c376 int *nb_hw_desc) in ena_com_prepare_tx() argument
424 *nb_hw_desc = io_sq->tail - start_tail; in ena_com_prepare_tx()
524 *nb_hw_desc = io_sq->tail - start_tail; in ena_com_prepare_tx()
535 u16 nb_hw_desc; in ena_com_rx_pkt() local
542 if (nb_hw_desc == 0) { in ena_com_rx_pkt()
543 ena_rx_ctx->descs = nb_hw_desc; in ena_com_rx_pkt()
548 io_cq->qid, nb_hw_desc); in ena_com_rx_pkt()
552 nb_hw_desc, ena_rx_ctx->max_bufs); in ena_com_rx_pkt()
563 if (++i >= nb_hw_desc) in ena_com_rx_pkt()
571 io_sq->next_to_comp += nb_hw_desc; in ena_com_rx_pkt()
[all …]
H A Dena_eth_com.h57 int *nb_hw_desc);
/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.c416 int *nb_hw_desc) in ena_com_prepare_tx() argument
469 *nb_hw_desc = io_sq->tail - start_tail; in ena_com_prepare_tx()
572 *nb_hw_desc = io_sq->tail - start_tail; in ena_com_prepare_tx()
584 u16 nb_hw_desc; in ena_com_rx_pkt() local
591 if (nb_hw_desc == 0) { in ena_com_rx_pkt()
592 ena_rx_ctx->descs = nb_hw_desc; in ena_com_rx_pkt()
598 io_cq->qid, nb_hw_desc); in ena_com_rx_pkt()
603 nb_hw_desc, ena_rx_ctx->max_bufs); in ena_com_rx_pkt()
616 if (++i >= nb_hw_desc) in ena_com_rx_pkt()
624 io_sq->next_to_comp += nb_hw_desc; in ena_com_rx_pkt()
[all …]
H A Dena_eth_com.h85 int *nb_hw_desc);
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c2487 int nb_hw_desc; in ena_xmit_mbuf() local
2522 &nb_hw_desc); in ena_xmit_mbuf()
2528 tx_info->tx_descs = nb_hw_desc; in ena_xmit_mbuf()