Searched refs:MAX_FLOWS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 63 #define MAX_FLOWS roundup_pow_of_two(MAX_REQ + 1) macro 1472 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) || 1473 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >= 1527 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1); 1557 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) 1573 req->clear_tail = (req->clear_tail + 1) & (MAX_FLOWS - 1); 1593 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) { 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...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 63 #define MAX_FLOWS roundup_pow_of_two(MAX_REQ + 1) macro 1479 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) || 1480 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >= 1534 req->setup_head = (req->setup_head + 1) & (MAX_FLOWS - 1); 1564 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) 1580 req->clear_tail = (req->clear_tail + 1) & (MAX_FLOWS - 1); 1600 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) { 1639 flows = kmalloc_node(MAX_FLOWS * sizeof(*flows), gfp, in hfi1_kern_exp_rcv_alloc_flows() 1644 for (i = 0; i < MAX_FLOWS; i++) { in hfi1_kern_exp_rcv_alloc_flows() 1689 for ( ; CIRC_CNT(head, tail, MAX_FLOWS); in find_flow_ib() [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 1127 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 1245 PUT_TXQVAL_U32(MAX_FLOWS, max_flows); in nl80211_put_txq_stats()
|
Completed in 65 milliseconds