Lines Matching refs:s_txreq

637 		list_add_tail(&ps->s_txreq->txreq.list,  in wait_kmem()
802 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma()
803 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()
812 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_dma()
822 tx = ps->s_txreq; in hfi1_verbs_send_dma()
829 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_dma()
861 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
871 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_dma()
872 ps->s_txreq = NULL; in hfi1_verbs_send_dma()
900 list_add_tail(&ps->s_txreq->txreq.list, in pio_wait()
941 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
942 struct rvt_sge_state *ss = ps->s_txreq->ss; in hfi1_verbs_send_pio()
943 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()
957 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_pio()
962 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
965 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio()
981 sc = ps->s_txreq->psc; in hfi1_verbs_send_pio()
987 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_pio()
1058 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1066 hfi1_rc_verbs_aborted(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1067 hfi1_rc_send_complete(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1074 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_pio()
1178 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
1225 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send()
1226 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
1237 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
1278 ps->s_txreq->psc, in hfi1_verbs_send()