Searched refs:nb_hw_desc (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_eth_com.c416 int *nb_hw_desc)
469 *nb_hw_desc = io_sq->tail - start_tail;
572 *nb_hw_desc = io_sq->tail - start_tail;
584 u16 nb_hw_desc; local
590 nb_hw_desc = ena_com_cdesc_rx_pkt_get(io_cq, &cdesc_idx);
591 if (nb_hw_desc == 0) {
592 ena_rx_ctx->descs = nb_hw_desc;
598 io_cq->qid, nb_hw_desc); local
600 if (unlikely(nb_hw_desc > ena_rx_ctx->max_bufs)) {
603 nb_hw_desc, ena_rx_ct local
414 ena_com_prepare_tx(struct ena_com_io_sq *io_sq, struct ena_com_tx_ctx *ena_tx_ctx, int *nb_hw_desc) argument
[all...]
H A Dena_eth_com.h85 int *nb_hw_desc);
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c925 int nb_hw_desc; local
972 rc = ena_com_prepare_tx(io_sq, &ena_tx_ctx, &nb_hw_desc);
995 tx_info->tx_descs = nb_hw_desc;
H A Dena_netmap.c398 int nb_hw_desc; local
438 rc = ena_com_prepare_tx(ctx->io_sq, &ena_tx_ctx, &nb_hw_desc);
460 tx_info->tx_descs = nb_hw_desc;

Completed in 126 milliseconds