Lines Matching refs:s_txreq

679 		list_add_tail(&ps->s_txreq->txreq.list,  in wait_kmem()
844 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma()
845 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()
854 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_dma()
864 tx = ps->s_txreq; in hfi1_verbs_send_dma()
871 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_dma()
903 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
913 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_dma()
914 ps->s_txreq = NULL; in hfi1_verbs_send_dma()
942 list_add_tail(&ps->s_txreq->txreq.list, in pio_wait()
983 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
984 struct rvt_sge_state *ss = ps->s_txreq->ss; in hfi1_verbs_send_pio()
985 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()
999 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_pio()
1004 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
1007 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio()
1023 sc = ps->s_txreq->psc; in hfi1_verbs_send_pio()
1029 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_pio()
1100 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1108 hfi1_rc_verbs_aborted(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1109 hfi1_rc_send_complete(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1116 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_pio()
1220 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
1267 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send()
1268 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
1279 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
1320 ps->s_txreq->psc, in hfi1_verbs_send()