Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c2393 u32 cq_depth; in bna_rx_res_req() local
2399 cq_depth = dq_depth + hq_depth; in bna_rx_res_req()
2401 BNA_TO_POWER_OF_2_HIGH(cq_depth); in bna_rx_res_req()
2402 cq_size = cq_depth * BFI_CQ_WI_SIZE; in bna_rx_res_req()
2530 u32 cq_depth, i; in bna_rx_create() local
2688 cq_depth = rx_cfg->q0_depth + in bna_rx_create()
2694 BNA_TO_POWER_OF_2_HIGH(cq_depth); in bna_rx_create()
2695 rxp->cq.ccb->q_depth = cq_depth; in bna_rx_create()
/linux-4.1.27/kernel/locking/
Dlockdep.c1041 unsigned int cq_depth; in __bfs() local
1053 cq_depth = __cq_get_elem_count(cq); in __bfs()
1054 if (max_bfs_queue_depth < cq_depth) in __bfs()
1055 max_bfs_queue_depth = cq_depth; in __bfs()