Home
last modified time | relevance | path

Searched refs:RXE_NUM_TID_FLOWS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c349 qpriv->flow_state.index = RXE_NUM_TID_FLOWS; in hfi1_qp_priv_init()
350 qpriv->flow_state.last_index = RXE_NUM_TID_FLOWS; in hfi1_qp_priv_init()
697 * @last - the index of the preferred flow. Use RXE_NUM_TID_FLOWS to
708 * On success: a value postive value between 0 and RXE_NUM_TID_FLOWS - 1
717 if (last >= 0 && last < RXE_NUM_TID_FLOWS &&
722 BUILD_BUG_ON(RXE_NUM_TID_FLOWS >=
724 if (nr > (RXE_NUM_TID_FLOWS - 1))
784 if (fs->index != RXE_NUM_TID_FLOWS) in hfi1_kern_setup_hw_flow()
822 if (fs->index >= RXE_NUM_TID_FLOWS) in hfi1_kern_clear_hw_flow()
827 fs->index = RXE_NUM_TID_FLOWS; in hfi1_kern_clear_hw_flow()
[all...]
H A Dchip_registers.h398 #define RXE_NUM_TID_FLOWS 32 macro
H A Dchip.h59 #define RXE_NUM_TID_FLOWS 32 macro
H A Dhfi.h351 struct tid_flow_state flows[RXE_NUM_TID_FLOWS];
H A Dchip.c13622 for (j = 0; j < RXE_NUM_TID_FLOWS; j++) in write_uninitialized_csrs_and_memories()
13985 for (j = 0; j < RXE_NUM_TID_FLOWS; j++) { in reset_rxe_csrs()
/kernel/linux/linux-6.6/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()
702 * @last: the index of the preferred flow. Use RXE_NUM_TID_FLOWS to
713 * On success: a value postive value between 0 and RXE_NUM_TID_FLOWS - 1
722 if (last >= 0 && last < RXE_NUM_TID_FLOWS &&
727 BUILD_BUG_ON(RXE_NUM_TID_FLOWS >=
729 if (nr > (RXE_NUM_TID_FLOWS - 1))
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()
[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.c13583 for (j = 0; j < RXE_NUM_TID_FLOWS; j++) in write_uninitialized_csrs_and_memories()
13946 for (j = 0; j < RXE_NUM_TID_FLOWS; j++) { in reset_rxe_csrs()

Completed in 71 milliseconds