| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mad.c | 200 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mthca_process_mad() argument 205 u16 slid = in_wc ? ib_lid_cpu16(in_wc->slid) : be16_to_cpu(IB_LID_PERMISSIVE); in mthca_process_mad() 252 mad_flags & IB_MAD_IGNORE_BKEY, port_num, in_wc, in mthca_process_mad()
|
| H A D | mthca_cmd.c | 1863 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh, in mthca_MAD_IFC() argument 1898 if (ignore_mkey || !in_wc) in mthca_MAD_IFC() 1900 if (ignore_bkey || !in_wc) in mthca_MAD_IFC() 1903 if (in_wc) { in mthca_MAD_IFC() 1908 MTHCA_PUT(inbox, in_wc->qp->qp_num, MAD_IFC_MY_QPN_OFFSET); in mthca_MAD_IFC() 1909 MTHCA_PUT(inbox, in_wc->src_qp, MAD_IFC_RQPN_OFFSET); in mthca_MAD_IFC() 1911 val = in_wc->sl << 4; in mthca_MAD_IFC() 1914 val = in_wc->dlid_path_bits | in mthca_MAD_IFC() 1915 (in_wc->wc_flags & IB_WC_GRH ? 0x80 : 0); in mthca_MAD_IFC() 1918 MTHCA_PUT(inbox, ib_lid_cpu16(in_wc->slid), MAD_IFC_RLID_OFFSET); in mthca_MAD_IFC() [all …]
|
| H A D | mthca_cmd.h | 315 int port, const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
| H A D | mthca_dev.h | 569 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | mad.h | 12 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
| H A D | mad.c | 32 const struct ib_wc *in_wc, const struct ib_grh *in_grh, in rvt_process_mad() argument
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_ah.h | 60 u32 port_num, const struct ib_wc *in_wc,
|
| H A D | ocrdma_ah.c | 253 u32 port_num, const struct ib_wc *in_wc, in ocrdma_process_mad() argument
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 4354 const struct ib_wc *in_wc) in is_local_mad() argument 4365 return (in_wc->slid == ppd->lid); in is_local_mad() 4379 const struct ib_wc *in_wc) in opa_local_smp_check() argument 4384 if (in_wc->pkey_index >= ARRAY_SIZE(ppd->pkeys)) in opa_local_smp_check() 4387 pkey = ppd->pkeys[in_wc->pkey_index]; in opa_local_smp_check() 4408 ingress_pkey_table_fail(ppd, pkey, in_wc->slid); in opa_local_smp_check() 4451 const struct ib_wc *in_wc) in hfi1_pkey_validation_pma() argument 4453 u16 pkey_value = hfi1_lookup_pkey_value(ibp, in_wc->pkey_index); in hfi1_pkey_validation_pma() 4456 if (!is_local_mad(ibp, in_mad, in_wc) && in hfi1_pkey_validation_pma() 4777 u32 port, const struct ib_wc *in_wc, in hfi1_process_opa_mad() argument [all …]
|
| H A D | verbs.h | 290 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 2392 u32 port_num, const struct ib_wc *in_wc,
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 4624 u32 port_num, const struct ib_wc *in_wc, in bnxt_re_process_mad() argument
|