Lines Matching refs:opa_hdr
755 struct hfi1_opa_header *opa_hdr, in hfi1_make_rc_ack_9B() argument
763 struct ib_header *hdr = &opa_hdr->ibh; in hfi1_make_rc_ack_9B()
769 opa_hdr->hdr_type = HFI1_PKT_TYPE_9B; in hfi1_make_rc_ack_9B()
803 struct hfi1_opa_header *opa_hdr, in hfi1_make_rc_ack_16B() argument
811 struct hfi1_16b_header *hdr = &opa_hdr->opah; in hfi1_make_rc_ack_16B()
819 opa_hdr->hdr_type = HFI1_PKT_TYPE_16B; in hfi1_make_rc_ack_16B()
856 struct hfi1_opa_header *opa_hdr,
888 struct hfi1_opa_header opa_hdr; in hfi1_send_rc_ack() local
910 hfi1_make_rc_ack_tbl[priv->hdr_type](packet, &opa_hdr, sc5, is_fecn, in hfi1_send_rc_ack()
928 &opa_hdr, ib_is_sc5(sc5)); in hfi1_send_rc_ack()
933 (void *)&opa_hdr.ibh : in hfi1_send_rc_ack()
934 (void *)&opa_hdr.opah), hwords); in hfi1_send_rc_ack()