Lines Matching refs:hdr_dwords
343 ps->s_txreq->hdr_dwords = 7; in hfi1_make_ud_req_9B()
345 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_9B()
349 ps->s_txreq->hdr_dwords += in hfi1_make_ud_req_9B()
351 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ud_req_9B()
385 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
418 ps->s_txreq->hdr_dwords = 6; in hfi1_make_ud_req_16B()
422 ps->s_txreq->hdr_dwords = 9; in hfi1_make_ud_req_16B()
424 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_16B()
428 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2), in hfi1_make_ud_req_16B()
446 ps->s_txreq->hdr_dwords += hfi1_make_grh( in hfi1_make_ud_req_16B()
448 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ud_req_16B()
479 len = (ps->s_txreq->hdr_dwords + nwords) >> 1; in hfi1_make_ud_req_16B()