Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c350 qpriv->flow_state.index = RXE_NUM_TID_FLOWS; in hfi1_qp_priv_init()
351 qpriv->flow_state.last_index = RXE_NUM_TID_FLOWS; in hfi1_qp_priv_init()
722 if (last >= 0 && last < RXE_NUM_TID_FLOWS && in kern_reserve_flow()
727 BUILD_BUG_ON(RXE_NUM_TID_FLOWS >= in kern_reserve_flow()
729 if (nr > (RXE_NUM_TID_FLOWS - 1)) in kern_reserve_flow()
789 if (fs->index != RXE_NUM_TID_FLOWS) in hfi1_kern_setup_hw_flow()
827 if (fs->index >= RXE_NUM_TID_FLOWS) in hfi1_kern_clear_hw_flow()
832 fs->index = RXE_NUM_TID_FLOWS; in hfi1_kern_clear_hw_flow()
852 for (i = 0; i < RXE_NUM_TID_FLOWS; i++) { in hfi1_kern_init_ctxt_generations()
3177 if (fs->index != RXE_NUM_TID_FLOWS) in hfi1_qp_kern_exp_rcv_clear_all()
[all …]
H A Dchip_registers.h356 #define RXE_NUM_TID_FLOWS 32 macro
H A Dchip.h17 #define RXE_NUM_TID_FLOWS 32 macro
H A Dhfi.h310 struct tid_flow_state flows[RXE_NUM_TID_FLOWS];
H A Dchip.c13584 for (j = 0; j < RXE_NUM_TID_FLOWS; j++) in write_uninitialized_csrs_and_memories()
13947 for (j = 0; j < RXE_NUM_TID_FLOWS; j++) { in reset_rxe_csrs()