Lines Matching refs:hdr_dwords
324 ps->s_txreq->hdr_dwords = 7; in hfi1_make_ud_req_9B()
326 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_9B()
330 ps->s_txreq->hdr_dwords += in hfi1_make_ud_req_9B()
332 ps->s_txreq->hdr_dwords - LRH_9B_DWORDS, in hfi1_make_ud_req_9B()
366 len = ps->s_txreq->hdr_dwords + nwords; in hfi1_make_ud_req_9B()
399 ps->s_txreq->hdr_dwords = 6; in hfi1_make_ud_req_16B()
403 ps->s_txreq->hdr_dwords = 9; in hfi1_make_ud_req_16B()
405 ps->s_txreq->hdr_dwords++; in hfi1_make_ud_req_16B()
409 extra_bytes = hfi1_get_16b_padding((ps->s_txreq->hdr_dwords << 2), in hfi1_make_ud_req_16B()
427 ps->s_txreq->hdr_dwords += hfi1_make_grh( in hfi1_make_ud_req_16B()
429 ps->s_txreq->hdr_dwords - LRH_16B_DWORDS, in hfi1_make_ud_req_16B()
460 len = (ps->s_txreq->hdr_dwords + nwords) >> 1; in hfi1_make_ud_req_16B()