Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c10551 static int __bnxt_num_tx_to_cp(struct bnxt *bp, int tx, int tx_sets, int tx_xdp) in __bnxt_num_tx_to_cp() argument
10553 return (tx - tx_xdp) / tx_sets + tx_xdp; in __bnxt_num_tx_to_cp()
13809 int max_rx, max_tx, max_cp, tx_sets = 1, tx_cp; in bnxt_check_rings() local
13815 tx_sets = tcs; in bnxt_check_rings()
13826 hwr.tx = tx * tx_sets + tx_xdp; in bnxt_check_rings()
13832 tx_cp = __bnxt_num_tx_to_cp(bp, hwr.tx, tx_sets, tx_xdp); in bnxt_check_rings()