Searched refs:tx_sets (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 11177 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 11179 return (tx - tx_xdp) / tx_sets + tx_xdp; in __bnxt_num_tx_to_cp() 14653 int max_rx, max_tx, max_cp, tx_sets = 1, tx_cp; in bnxt_check_rings() local 14659 tx_sets = tcs; in bnxt_check_rings() 14670 hwr.tx = tx * tx_sets + tx_xdp; in bnxt_check_rings() 14676 tx_cp = __bnxt_num_tx_to_cp(bp, hwr.tx, tx_sets, tx_xdp); in bnxt_check_rings()
|