Lines Matching refs:ohdr

54 	struct ib_other_headers *ohdr;  in __get_ib_hdr_len()  local
58 ohdr = &hdr->u.oth; in __get_ib_hdr_len()
60 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len()
61 opcode = ib_bth_get_opcode(ohdr); in __get_ib_hdr_len()
68 struct ib_other_headers *ohdr = NULL; in __get_16b_hdr_len() local
78 ohdr = &hdr->u.oth; in __get_16b_hdr_len()
80 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
82 opcode = ib_bth_get_opcode(ohdr); in __get_16b_hdr_len()
159 void hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_9b_bth() argument
164 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_9b_bth()
165 *becn = ib_bth_get_becn(ohdr); in hfi1_trace_parse_9b_bth()
166 *fecn = ib_bth_get_fecn(ohdr); in hfi1_trace_parse_9b_bth()
167 *mig = ib_bth_get_migreq(ohdr); in hfi1_trace_parse_9b_bth()
168 *se = ib_bth_get_se(ohdr); in hfi1_trace_parse_9b_bth()
169 *pad = ib_bth_get_pad(ohdr); in hfi1_trace_parse_9b_bth()
170 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_9b_bth()
171 *tver = ib_bth_get_tver(ohdr); in hfi1_trace_parse_9b_bth()
172 *pkey = ib_bth_get_pkey(ohdr); in hfi1_trace_parse_9b_bth()
173 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_9b_bth()
174 *qpn = ib_bth_get_qpn(ohdr); in hfi1_trace_parse_9b_bth()
177 void hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_16b_bth() argument
182 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_16b_bth()
183 *mig = ib_bth_get_migreq(ohdr); in hfi1_trace_parse_16b_bth()
184 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_16b_bth()
185 *pad = ib_bth_get_pad(ohdr); in hfi1_trace_parse_16b_bth()
186 *se = ib_bth_get_se(ohdr); in hfi1_trace_parse_16b_bth()
187 *tver = ib_bth_get_tver(ohdr); in hfi1_trace_parse_16b_bth()
188 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_16b_bth()
189 *qpn = ib_bth_get_qpn(ohdr); in hfi1_trace_parse_16b_bth()