Lines Matching refs:s_txreq
736 list_add_tail(&ps->s_txreq->txreq.list, in wait_kmem()
889 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_dma()
899 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_dma()
910 tx = ps->s_txreq; in hfi1_verbs_send_dma()
917 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_dma()
945 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_dma()
955 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_dma()
956 ps->s_txreq = NULL; in hfi1_verbs_send_dma()
985 list_add_tail(&ps->s_txreq->txreq.list, in pio_wait()
1026 struct rvt_sge_state *ss = ps->s_txreq->ss; in hfi1_verbs_send_pio()
1027 u32 len = ps->s_txreq->s_cur_size; in hfi1_verbs_send_pio()
1043 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send_pio()
1048 hdr = (u32 *)&ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send_pio()
1049 lrh0_16b = ps->s_txreq->phdr.hdr.opah.lrh[0]; in hfi1_verbs_send_pio()
1053 hdr = (u32 *)&ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send_pio()
1069 sc = ps->s_txreq->psc; in hfi1_verbs_send_pio()
1075 if (ps->s_txreq->phdr.hdr.hdr_type) in hfi1_verbs_send_pio()
1152 &ps->s_txreq->phdr.hdr, ib_is_sc5(sc5)); in hfi1_verbs_send_pio()
1161 hfi1_rc_send_complete(qp, &ps->s_txreq->phdr.hdr); in hfi1_verbs_send_pio()
1168 hfi1_put_txreq(ps->s_txreq); in hfi1_verbs_send_pio()
1272 struct verbs_txreq *tx = ps->s_txreq; in get_send_routine()
1317 if (ps->s_txreq->phdr.hdr.hdr_type) { in hfi1_verbs_send()
1318 struct hfi1_16b_header *hdr = &ps->s_txreq->phdr.hdr.opah; in hfi1_verbs_send()
1328 struct ib_header *hdr = &ps->s_txreq->phdr.hdr.ibh; in hfi1_verbs_send()
1365 ps->s_txreq->psc, in hfi1_verbs_send()