Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c63 #define MAX_FLOWS roundup_pow_of_two(MAX_REQ + 1) macro
1472 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) || in hfi1_kern_exp_rcv_setup()
1473 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >= in hfi1_kern_exp_rcv_setup()
1527 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1); in hfi1_kern_exp_rcv_setup()
1557 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) in hfi1_kern_exp_rcv_clear()
1573 req->clear_tail = (req->clear_tail + 1) & (MAX_FLOWS - 1); in hfi1_kern_exp_rcv_clear()
1593 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) { in hfi1_kern_exp_rcv_clear_all()
1632 flows = kmalloc_node(MAX_FLOWS * sizeof(*flows), gfp, in hfi1_kern_exp_rcv_alloc_flows()
1637 for (i = 0; i < MAX_FLOWS; i++) { in hfi1_kern_exp_rcv_alloc_flows()
1682 for ( ; CIRC_CNT(head, tail, MAX_FLOWS); in find_flow_ib()
[all …]
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c1126 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()