/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.h | 294 int has_grh, void *data, u32 tlen, struct rvt_qp *qp); 297 int has_grh, void *data, u32 tlen, struct rvt_qp *qp); 313 int has_grh, void *data, u32 tlen, struct rvt_qp *qp); 320 int has_grh, struct rvt_qp *qp, u32 bth0);
|
H A D | qib_ruc.c | 83 int has_grh, struct rvt_qp *qp, u32 bth0) in qib_ruc_check_hdr() 89 if (!has_grh) { in qib_ruc_check_hdr() 128 if (!has_grh) { in qib_ruc_check_hdr() 82 qib_ruc_check_hdr(struct qib_ibport *ibp, struct ib_header *hdr, int has_grh, struct rvt_qp *qp, u32 bth0) qib_ruc_check_hdr() argument
|
H A D | qib_uc.c | 228 * @has_grh: true if the packet has a GRH 238 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_uc_rcv() 251 if (!has_grh) { in qib_uc_rcv() 260 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode)) in qib_uc_rcv() 237 qib_uc_rcv(struct qib_ibport *ibp, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_uc_rcv() argument
|
H A D | qib_ud.c | 417 * @has_grh: true if the packet has a GRH 427 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_ud_rcv() 439 if (!has_grh) { in qib_ud_rcv() 548 if (has_grh) { in qib_ud_rcv() 426 qib_ud_rcv(struct qib_ibport *ibp, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_ud_rcv() argument
|
H A D | qib_verbs.c | 213 * @has_grh: true if the packet has a GRH 223 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_qp_rcv() 242 qib_ud_rcv(ibp, hdr, has_grh, data, tlen, qp); in qib_qp_rcv() 246 qib_rc_rcv(rcd, hdr, has_grh, data, tlen, qp); in qib_qp_rcv() 250 qib_uc_rcv(ibp, hdr, has_grh, data, tlen, qp); in qib_qp_rcv() 222 qib_qp_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_qp_rcv() argument
|
H A D | qib_rc.c | 1702 * @has_grh: true if the header has a GRH 1712 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_rc_rcv() 1728 if (!has_grh) { in qib_rc_rcv() 1737 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode)) in qib_rc_rcv() 1711 qib_rc_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_rc_rcv() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.h | 294 int has_grh, void *data, u32 tlen, struct rvt_qp *qp); 297 int has_grh, void *data, u32 tlen, struct rvt_qp *qp); 313 int has_grh, void *data, u32 tlen, struct rvt_qp *qp); 320 int has_grh, struct rvt_qp *qp, u32 bth0);
|
H A D | qib_ruc.c | 83 int has_grh, struct rvt_qp *qp, u32 bth0) in qib_ruc_check_hdr() 89 if (!has_grh) { in qib_ruc_check_hdr() 128 if (!has_grh) { in qib_ruc_check_hdr() 82 qib_ruc_check_hdr(struct qib_ibport *ibp, struct ib_header *hdr, int has_grh, struct rvt_qp *qp, u32 bth0) qib_ruc_check_hdr() argument
|
H A D | qib_uc.c | 229 * @has_grh: true if the packet has a GRH 239 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_uc_rcv() 252 if (!has_grh) { in qib_uc_rcv() 261 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode)) in qib_uc_rcv() 238 qib_uc_rcv(struct qib_ibport *ibp, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_uc_rcv() argument
|
H A D | qib_ud.c | 418 * @has_grh: true if the packet has a GRH 428 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_ud_rcv() 440 if (!has_grh) { in qib_ud_rcv() 549 if (has_grh) { in qib_ud_rcv() 427 qib_ud_rcv(struct qib_ibport *ibp, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_ud_rcv() argument
|
H A D | qib_verbs.c | 213 * @has_grh: true if the packet has a GRH 223 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_qp_rcv() 242 qib_ud_rcv(ibp, hdr, has_grh, data, tlen, qp); in qib_qp_rcv() 246 qib_rc_rcv(rcd, hdr, has_grh, data, tlen, qp); in qib_qp_rcv() 250 qib_uc_rcv(ibp, hdr, has_grh, data, tlen, qp); in qib_qp_rcv() 222 qib_qp_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_qp_rcv() argument
|
H A D | qib_rc.c | 1705 * @has_grh: true if the header has a GRH 1715 int has_grh, void *data, u32 tlen, struct rvt_qp *qp) in qib_rc_rcv() 1731 if (!has_grh) { in qib_rc_rcv() 1740 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode)) in qib_rc_rcv() 1714 qib_rc_rcv(struct qib_ctxtdata *rcd, struct ib_header *hdr, int has_grh, void *data, u32 tlen, struct rvt_qp *qp) qib_rc_rcv() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad.c | 1690 bool has_grh; in rcv_has_same_gid() local 1703 has_grh = !!(rdma_ah_get_ah_flags(&attr) & IB_AH_GRH); in rcv_has_same_gid() 1704 if (has_grh != !!(rwc->wc->wc_flags & IB_WC_GRH)) in rcv_has_same_gid() 1710 if (!has_grh) { in rcv_has_same_gid() 1728 if (!has_grh) in rcv_has_same_gid()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 1680 bool has_grh; in rcv_has_same_gid() local 1693 has_grh = !!(rdma_ah_get_ah_flags(&attr) & IB_AH_GRH); in rcv_has_same_gid() 1694 if (has_grh != !!(rwc->wc->wc_flags & IB_WC_GRH)) in rcv_has_same_gid() 1700 if (!has_grh) { in rcv_has_same_gid() 1718 if (!has_grh) in rcv_has_same_gid()
|