Searched refs:__hfi1_should_fault (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 316 static bool __hfi1_should_fault(struct hfi1_ibdev *ibd, u32 opcode, in __hfi1_should_fault() function 353 if (__hfi1_should_fault(ibd, opcode, HFI1_FAULT_DIR_TX)) { in hfi1_dbg_should_fault_tx() 365 if (__hfi1_should_fault(ibd, packet->opcode, HFI1_FAULT_DIR_RX)) { in hfi1_dbg_should_fault_rx()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 274 static bool __hfi1_should_fault(struct hfi1_ibdev *ibd, u32 opcode, in __hfi1_should_fault() function 311 if (__hfi1_should_fault(ibd, opcode, HFI1_FAULT_DIR_TX)) { in hfi1_dbg_should_fault_tx() 323 if (__hfi1_should_fault(ibd, packet->opcode, HFI1_FAULT_DIR_RX)) { in hfi1_dbg_should_fault_rx()
|
Completed in 2 milliseconds