Searched refs:needint (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace_tx.h | 88 TP_PROTO(struct send_context *sc, u32 needint, u64 credit_ctrl), 89 TP_ARGS(sc, needint, credit_ctrl), 93 __field(u32, needint) 99 __entry->needint = needint; 106 __entry->needint,
|
H A D | pio.h | 304 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint);
|
H A D | pio.c | 1589 * The caller must be careful when calling this. All needint calls 1590 * must be paired with !needint. 1592 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint) in hfi1_sc_wantpiobuf_intr() argument 1594 if (needint) in hfi1_sc_wantpiobuf_intr() 1598 trace_hfi1_wantpiointr(sc, needint, sc->credit_ctrl); in hfi1_sc_wantpiobuf_intr() 1599 if (needint) in hfi1_sc_wantpiobuf_intr()
|
/kernel/linux/linux-6.6/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 | 260 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint);
|
H A D | pio.c | 1547 * The caller must be careful when calling this. All needint calls 1548 * must be paired with !needint. 1550 void hfi1_sc_wantpiobuf_intr(struct send_context *sc, u32 needint) in hfi1_sc_wantpiobuf_intr() argument 1552 if (needint) in hfi1_sc_wantpiobuf_intr() 1556 trace_hfi1_wantpiointr(sc, needint, sc->credit_ctrl); in hfi1_sc_wantpiobuf_intr() 1557 if (needint) in hfi1_sc_wantpiobuf_intr()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 1498 static void qib_wantpiobuf_6120_intr(struct qib_devdata *dd, u32 needint) in qib_wantpiobuf_6120_intr() argument 1503 if (needint) in qib_wantpiobuf_6120_intr()
|
H A D | qib_iba7220.c | 1828 static void qib_wantpiobuf_7220_intr(struct qib_devdata *dd, u32 needint) in qib_wantpiobuf_7220_intr() argument 1833 if (needint) { in qib_wantpiobuf_7220_intr()
|
H A D | qib_iba7322.c | 2918 static void qib_wantpiobuf_7322_intr(struct qib_devdata *dd, u32 needint) in qib_wantpiobuf_7322_intr() argument 2923 if (needint) in qib_wantpiobuf_7322_intr()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 1495 static void qib_wantpiobuf_6120_intr(struct qib_devdata *dd, u32 needint) in qib_wantpiobuf_6120_intr() argument 1500 if (needint) in qib_wantpiobuf_6120_intr()
|
H A D | qib_iba7220.c | 1828 static void qib_wantpiobuf_7220_intr(struct qib_devdata *dd, u32 needint) in qib_wantpiobuf_7220_intr() argument 1833 if (needint) { in qib_wantpiobuf_7220_intr()
|
H A D | qib_iba7322.c | 2896 static void qib_wantpiobuf_7322_intr(struct qib_devdata *dd, u32 needint) in qib_wantpiobuf_7322_intr() argument 2901 if (needint) in qib_wantpiobuf_7322_intr()
|
Completed in 48 milliseconds