Lines Matching refs:hdr_dwords
282 ps->s_txreq->hdr_dwords = 7; in hfi1_make_ud_req_9B()
284 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_9B()
288 ps->s_txreq->hdr_dwords += in hfi1_make_ud_req_9B()
290 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ud_req_9B()
324 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
357 ps->s_txreq->hdr_dwords = 6; in hfi1_make_ud_req_16B()
361 ps->s_txreq->hdr_dwords = 9; in hfi1_make_ud_req_16B()
363 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_16B()
367 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2), in hfi1_make_ud_req_16B()
385 ps->s_txreq->hdr_dwords += hfi1_make_grh( in hfi1_make_ud_req_16B()
387 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ud_req_16B()
418 len = (ps->s_txreq->hdr_dwords + nwords) >> 1; in hfi1_make_ud_req_16B()