Home
last modified time | relevance | path

Searched refs:swsqe (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c102 struct t4_swsqe *swsqe; in c4iw_flush_sq() local
110 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
111 swsqe->flushed = 1; in c4iw_flush_sq()
128 struct t4_swsqe *swsqe; in flush_completed_wrs() local
138 if (!swsqe->signaled) { in flush_completed_wrs()
154 swsqe->flushed = 1; in flush_completed_wrs()
202 struct t4_swsqe *swsqe; in c4iw_flush_hw_cq() local
269 swsqe->cqe = *hw_cqe; in c4iw_flush_hw_cq()
270 swsqe->complete = 1; in c4iw_flush_hw_cq()
488 swsqe->cqe = *hw_cqe; in poll_cq()
[all …]
H A Ddev.c276 struct t4_swsqe *swsqe; in dump_qp() local
312 swsqe = &qhp->wq.sq.sw_sq[cidx]; in dump_qp()
317 swsqe->wr_id, in dump_qp()
318 swsqe->idx, in dump_qp()
319 swsqe->read_len, in dump_qp()
320 swsqe->opcode, in dump_qp()
321 swsqe->complete, in dump_qp()
322 swsqe->signaled, in dump_qp()
323 htobe64(((uint64_t *)&swsqe->cqe)[0]), in dump_qp()
324 htobe64(((uint64_t *)&swsqe->cqe)[1]), in dump_qp()
[all …]
H A Dqp.c319 struct t4_swsqe *swsqe; in c4iw_post_send() local
348 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send()
355 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
361 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
367 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
375 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
386 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
387 swsqe->complete = 0; in c4iw_post_send()
390 swsqe->flushed = 0; in c4iw_post_send()
391 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
[all …]
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c262 struct t4_swsqe *swsqe; in c4iw_flush_sq() local
270 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
271 swsqe->flushed = 1; in c4iw_flush_sq()
289 struct t4_swsqe *swsqe; in flush_completed_wrs() local
299 if (!swsqe->signaled) { in flush_completed_wrs()
315 swsqe->flushed = 1; in flush_completed_wrs()
363 struct t4_swsqe *swsqe; in c4iw_flush_hw_cq() local
423 swsqe->cqe = *hw_cqe; in c4iw_flush_hw_cq()
424 swsqe->complete = 1; in c4iw_flush_hw_cq()
640 swsqe->cqe = *hw_cqe; in poll_cq()
[all …]
H A Dqp.c781 struct t4_swsqe *swsqe; in c4iw_post_send() local
822 swsqe->opcode = FW_RI_SEND; in c4iw_post_send()
829 swsqe->opcode = FW_RI_RDMA_WRITE; in c4iw_post_send()
835 swsqe->opcode = FW_RI_READ_REQ; in c4iw_post_send()
848 qhp->wq.sq.oldest_read = swsqe; in c4iw_post_send()
874 swsqe->opcode = FW_RI_LOCAL_INV; in c4iw_post_send()
887 swsqe->idx = qhp->wq.sq.pidx; in c4iw_post_send()
888 swsqe->complete = 0; in c4iw_post_send()
891 swsqe->flushed = 0; in c4iw_post_send()
892 swsqe->wr_id = wr->wr_id; in c4iw_post_send()
[all …]