Searched refs:needint (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | trace_tx.h | 46 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl), 47 TP_ARGS(sc, needint, credit_ctrl), 51 __field(u32, needint) 57 __entry->needint = needint; 64 __entry->needint,
|
| H A D | pio.h | 259 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint);
|
| H A D | pio.c | 1539 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint) in hfi1_sc_wantpiobuf_intr() argument 1541 if (needint) in hfi1_sc_wantpiobuf_intr() 1545 trace_hfi1_wantpiointr(sc, needint, sc->credit_ctrl); in hfi1_sc_wantpiobuf_intr() 1546 if (needint) in hfi1_sc_wantpiobuf_intr()
|