Lines Matching refs:s_txreq
676 list_add_tail(&ps->s_txreq->txreq.list, in wait_kmem()
841 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma()
842 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()
851 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_dma()
861 tx = ps->s_txreq; in hfi1_verbs_send_dma()
868 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_dma()
900 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
910 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_dma()
911 ps->s_txreq = NULL; in hfi1_verbs_send_dma()
939 list_add_tail(&ps->s_txreq->txreq.list, in pio_wait()
980 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
981 struct rvt_sge_state *ss = ps->s_txreq->ss; in hfi1_verbs_send_pio()
982 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()
996 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_pio()
1001 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
1004 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio()
1020 sc = ps->s_txreq->psc; in hfi1_verbs_send_pio()
1026 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_pio()
1097 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1105 hfi1_rc_verbs_aborted(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1106 hfi1_rc_send_complete(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1113 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_pio()
1217 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
1264 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send()
1265 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
1276 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
1317 ps->s_txreq->psc, in hfi1_verbs_send()