Searched refs:nb_hw_desc (Results 1 – 5 of 5) sorted by relevance
376 int *nb_hw_desc) in ena_com_prepare_tx() argument424 *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() local542 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 …]
57 int *nb_hw_desc);
416 int *nb_hw_desc) in ena_com_prepare_tx() argument469 *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() local591 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 …]
85 int *nb_hw_desc);
2487 int nb_hw_desc; in ena_xmit_mbuf() local2522 &nb_hw_desc); in ena_xmit_mbuf()2528 tx_info->tx_descs = nb_hw_desc; in ena_xmit_mbuf()