Lines Matching defs:in_wc
4396 const struct ib_wc *in_wc)
4407 return (in_wc->slid == ppd->lid);
4421 const struct ib_wc *in_wc)
4426 if (in_wc->pkey_index >= ARRAY_SIZE(ppd->pkeys))
4429 pkey = ppd->pkeys[in_wc->pkey_index];
4450 ingress_pkey_table_fail(ppd, pkey, in_wc->slid);
4458 * @in_wc: Work completion data such as source LID, port number, etc.
4493 const struct ib_wc *in_wc)
4495 u16 pkey_value = hfi1_lookup_pkey_value(ibp, in_wc->pkey_index);
4498 if (!is_local_mad(ibp, in_mad, in_wc) &&
4819 u8 port, const struct ib_wc *in_wc,
4828 u32 resp_len = in_wc->byte_len - sizeof(*in_grh);
4842 local_mad = is_local_mad(ibp, in_mad, in_wc);
4844 ret = opa_local_smp_check(ibp, in_wc);
4852 ret = hfi1_pkey_validation_pma(ibp, in_mad, in_wc);
4867 *out_mad_size = in_wc->byte_len - sizeof(struct ib_grh);
4873 const struct ib_wc *in_wc,
4901 * @in_wc: the work completion entry for this packet
4916 const struct ib_wc *in_wc, const struct ib_grh *in_grh,
4923 in_wc, in_grh,
4929 return hfi1_process_ib_mad(ibdev, mad_flags, port, in_wc,