Searched refs:hfi1_dbg_should_fault_tx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | fault.h | 77 bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, u32 opcode); 94 static inline bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, in hfi1_dbg_should_fault_tx() function
|
H A D | fault.c | 349 bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, u32 opcode) in hfi1_dbg_should_fault_tx() function
|
H A D | verbs.c | 883 if (unlikely(hfi1_dbg_should_fault_tx(qp, ps->opcode))) in hfi1_verbs_send_dma() 1035 if (unlikely(hfi1_dbg_should_fault_tx(qp, ps->opcode))) in hfi1_verbs_send_pio()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | fault.h | 37 bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, u32 opcode); 54 static inline bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, in hfi1_dbg_should_fault_tx() function
|
H A D | fault.c | 307 bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, u32 opcode) in hfi1_dbg_should_fault_tx() function
|
H A D | verbs.c | 841 if (unlikely(hfi1_dbg_should_fault_tx(qp, ps->opcode))) in hfi1_verbs_send_dma() 993 if (unlikely(hfi1_dbg_should_fault_tx(qp, ps->opcode))) in hfi1_verbs_send_pio()
|
Completed in 8 milliseconds