Lines Matching refs:s_txreq
739 list_add_tail(&ps->s_txreq->txreq.list, in wait_kmem()
907 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_dma()
908 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()
917 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_dma()
927 tx = ps->s_txreq; in hfi1_verbs_send_dma()
934 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_dma()
963 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
973 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_dma()
974 ps->s_txreq = NULL; in hfi1_verbs_send_dma()
1003 list_add_tail(&ps->s_txreq->txreq.list, in pio_wait()
1043 u32 hdrwords = ps->s_txreq->hdr_dwords; in hfi1_verbs_send_pio()
1044 struct rvt_sge_state *ss = ps->s_txreq->ss; in hfi1_verbs_send_pio()
1045 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()
1059 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_pio()
1064 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
1067 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio()
1083 sc = ps->s_txreq->psc; in hfi1_verbs_send_pio()
1089 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_pio()
1158 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1167 hfi1_rc_send_complete(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1174 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_pio()
1278 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
1324 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send()
1325 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
1336 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
1377 ps->s_txreq->psc, in hfi1_verbs_send()