Home
last modified time | relevance | path

Searched refs:bnxt_max_rings (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_txq.c133 if (queue_idx >= bnxt_max_rings(bp)) { in bnxt_tx_queue_setup_op()
H A Dbnxt_rxq.c334 if (queue_idx >= bnxt_max_rings(bp)) { in bnxt_rx_queue_setup_op()
H A Dbnxt.h877 inline uint16_t bnxt_max_rings(struct bnxt *bp) in bnxt_max_rings() function
H A Dbnxt_ethdev.c973 max_rx_rings = bnxt_max_rings(bp); in bnxt_dev_info_get_op()