Lines Matching refs:ohdr
12 struct ib_other_headers *ohdr; in __get_ib_hdr_len() local
16 ohdr = &hdr->u.oth; in __get_ib_hdr_len()
18 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len()
19 opcode = ib_bth_get_opcode(ohdr); in __get_ib_hdr_len()
26 struct ib_other_headers *ohdr = NULL; in __get_16b_hdr_len() local
36 ohdr = &hdr->u.oth; in __get_16b_hdr_len()
38 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
40 opcode = ib_bth_get_opcode(ohdr); in __get_16b_hdr_len()
117 void hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_9b_bth() argument
122 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_9b_bth()
123 *becn = ib_bth_get_becn(ohdr); in hfi1_trace_parse_9b_bth()
124 *fecn = ib_bth_get_fecn(ohdr); in hfi1_trace_parse_9b_bth()
125 *mig = ib_bth_get_migreq(ohdr); in hfi1_trace_parse_9b_bth()
126 *se = ib_bth_get_se(ohdr); in hfi1_trace_parse_9b_bth()
127 *pad = ib_bth_get_pad(ohdr); in hfi1_trace_parse_9b_bth()
128 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_9b_bth()
129 *tver = ib_bth_get_tver(ohdr); in hfi1_trace_parse_9b_bth()
130 *pkey = ib_bth_get_pkey(ohdr); in hfi1_trace_parse_9b_bth()
131 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_9b_bth()
132 *qpn = ib_bth_get_qpn(ohdr); in hfi1_trace_parse_9b_bth()
135 void hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_16b_bth() argument
140 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_16b_bth()
141 *mig = ib_bth_get_migreq(ohdr); in hfi1_trace_parse_16b_bth()
142 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_16b_bth()
143 *pad = ib_bth_get_pad(ohdr); in hfi1_trace_parse_16b_bth()
144 *se = ib_bth_get_se(ohdr); in hfi1_trace_parse_16b_bth()
145 *tver = ib_bth_get_tver(ohdr); in hfi1_trace_parse_16b_bth()
146 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_16b_bth()
147 *qpn = ib_bth_get_qpn(ohdr); in hfi1_trace_parse_16b_bth()