Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dcq.c245 struct t4_swsqe *swsqe; in c4iw_flush_sq() local
251 swsqe = &wq->sq.sw_sq[idx]; in c4iw_flush_sq()
252 swsqe->flushed = 1; in c4iw_flush_sq()
253 insert_sq_cqe(wq, cq, swsqe); in c4iw_flush_sq()
254 if (wq->sq.oldest_read == swsqe) { in c4iw_flush_sq()
269 struct t4_swsqe *swsqe; in flush_completed_wrs() local
277 swsqe = &wq->sq.sw_sq[cidx]; in flush_completed_wrs()
278 if (!swsqe->signaled) { in flush_completed_wrs()
281 } else if (swsqe->complete) { in flush_completed_wrs()
288 swsqe->cqe.header |= htonl(CQE_SWCQE_V(1)); in flush_completed_wrs()
[all …]
Dqp.c696 struct t4_swsqe *swsqe; in post_write_cmpl() local
711 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl()
712 swsqe->opcode = FW_RI_RDMA_WRITE; in post_write_cmpl()
713 swsqe->idx = qhp->wq.sq.pidx; in post_write_cmpl()
714 swsqe->complete = 0; in post_write_cmpl()
715 swsqe->signaled = write_signaled; in post_write_cmpl()
716 swsqe->flushed = 0; in post_write_cmpl()
717 swsqe->wr_id = wr->wr_id; in post_write_cmpl()
719 swsqe->sge_ts = in post_write_cmpl()
721 swsqe->host_time = ktime_get(); in post_write_cmpl()
[all …]