Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c2142 u32 hq_depth; in bna_rx_res_req() local
2146 hq_depth = ((q_cfg->rxp_type == BNA_RXP_SINGLE) ? 0 : q_cfg->q1_depth); in bna_rx_res_req()
2147 cq_depth = roundup_pow_of_two(dq_depth + hq_depth); in bna_rx_res_req()
2159 hq_depth = roundup_pow_of_two(hq_depth); in bna_rx_res_req()
2160 hq_size = hq_depth * BFI_RXQ_WI_SIZE; in bna_rx_res_req()