Lines Matching refs:ohdr
381 struct ib_other_headers *ohdr; member
524 static inline u8 hfi1_16B_bth_get_pad(struct ib_other_headers *ohdr) in hfi1_16B_bth_get_pad() argument
526 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_PAD_SHIFT) & in hfi1_16B_bth_get_pad()
558 struct ib_other_headers *ohdr; in hfi1_get_rc_ohdr() local
566 ohdr = &hdr->u.oth; in hfi1_get_rc_ohdr()
568 ohdr = &hdr->u.l.oth; in hfi1_get_rc_ohdr()
575 ohdr = &hdr_16b->u.oth; in hfi1_get_rc_ohdr()
577 ohdr = &hdr_16b->u.l.oth; in hfi1_get_rc_ohdr()
579 return ohdr; in hfi1_get_rc_ohdr()
2012 fecn = ib_bth_get_fecn(pkt->ohdr); in hfi1_may_ecn()
2013 becn = ib_bth_get_becn(pkt->ohdr); in hfi1_may_ecn()