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