Lines Matching refs:ohdr

52 	struct ib_other_headers *ohdr;  in __get_ib_hdr_len()  local
56 ohdr = &hdr->u.oth; in __get_ib_hdr_len()
58 ohdr = &hdr->u.l.oth; in __get_ib_hdr_len()
59 opcode = ib_bth_get_opcode(ohdr); in __get_ib_hdr_len()
66 struct ib_other_headers *ohdr = NULL; in __get_16b_hdr_len() local
76 ohdr = &hdr->u.oth; in __get_16b_hdr_len()
78 ohdr = &hdr->u.l.oth; in __get_16b_hdr_len()
80 opcode = ib_bth_get_opcode(ohdr); in __get_16b_hdr_len()
147 void hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_9b_bth() argument
152 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_9b_bth()
153 *becn = ib_bth_get_becn(ohdr); in hfi1_trace_parse_9b_bth()
154 *fecn = ib_bth_get_fecn(ohdr); in hfi1_trace_parse_9b_bth()
155 *mig = ib_bth_get_migreq(ohdr); in hfi1_trace_parse_9b_bth()
156 *se = ib_bth_get_se(ohdr); in hfi1_trace_parse_9b_bth()
157 *pad = ib_bth_get_pad(ohdr); in hfi1_trace_parse_9b_bth()
158 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_9b_bth()
159 *tver = ib_bth_get_tver(ohdr); in hfi1_trace_parse_9b_bth()
160 *pkey = ib_bth_get_pkey(ohdr); in hfi1_trace_parse_9b_bth()
161 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_9b_bth()
162 *qpn = ib_bth_get_qpn(ohdr); in hfi1_trace_parse_9b_bth()
165 void hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, in hfi1_trace_parse_16b_bth() argument
170 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_16b_bth()
171 *mig = ib_bth_get_migreq(ohdr); in hfi1_trace_parse_16b_bth()
172 *opcode = ib_bth_get_opcode(ohdr); in hfi1_trace_parse_16b_bth()
173 *pad = ib_bth_get_pad(ohdr); in hfi1_trace_parse_16b_bth()
174 *se = ib_bth_get_se(ohdr); in hfi1_trace_parse_16b_bth()
175 *tver = ib_bth_get_tver(ohdr); in hfi1_trace_parse_16b_bth()
176 *psn = mask_psn(ib_bth_get_psn(ohdr)); in hfi1_trace_parse_16b_bth()
177 *qpn = ib_bth_get_qpn(ohdr); in hfi1_trace_parse_16b_bth()