Lines Matching defs:in_wc
4354 const struct ib_wc *in_wc)
4365 return (in_wc->slid == ppd->lid);
4379 const struct ib_wc *in_wc)
4384 if (in_wc->pkey_index >= ARRAY_SIZE(ppd->pkeys))
4387 pkey = ppd->pkeys[in_wc->pkey_index];
4408 ingress_pkey_table_fail(ppd, pkey, in_wc->slid);
4416 * @in_wc: Work completion data such as source LID, port number, etc.
4451 const struct ib_wc *in_wc)
4453 u16 pkey_value = hfi1_lookup_pkey_value(ibp, in_wc->pkey_index);
4456 if (!is_local_mad(ibp, in_mad, in_wc) &&
4777 u32 port, const struct ib_wc *in_wc,
4786 u32 resp_len = in_wc->byte_len - sizeof(*in_grh);
4800 local_mad = is_local_mad(ibp, in_mad, in_wc);
4802 ret = opa_local_smp_check(ibp, in_wc);
4810 ret = hfi1_pkey_validation_pma(ibp, in_mad, in_wc);
4825 *out_mad_size = in_wc->byte_len - sizeof(struct ib_grh);
4831 const struct ib_wc *in_wc,
4859 * @in_wc: the work completion entry for this packet
4876 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
4883 in_wc, in_grh,
4889 return hfi1_process_ib_mad(ibdev, mad_flags, port, in_wc,