Home
last modified time | relevance | path

Searched refs:sw_sq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Drestrack.c161 first_sqe = qhp->wq.sq.sw_sq[first_sq_idx]; in c4iw_fill_res_qp_entry()
167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx]; in c4iw_fill_res_qp_entry()
H A Dqp.c158 kfree(wq->sq.sw_sq); in destroy_qp()
226 wq->sq.sw_sq = kcalloc(wq->sq.size, sizeof(*wq->sq.sw_sq), in create_qp()
228 if (!wq->sq.sw_sq) { in create_qp()
405 kfree(wq->sq.sw_sq); in create_qp()
703 * The sw_sq entries still look like a WRITE and a SEND and consume in post_write_cmpl()
711 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl()
726 /* just bump the sw_sq */ in post_write_cmpl()
732 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl()
1150 swsqe = &qhp->wq.sq.sw_sq[qh in c4iw_post_send()
[all...]
H A Dt4.h337 struct t4_swsqe *sw_sq; member
H A Ddevice.c109 le.post_host_time = wq->sq.sw_sq[wq->sq.cidx].host_time; in c4iw_log_wr_stats()
110 le.post_sge_ts = wq->sq.sw_sq[wq->sq.cidx].sge_ts; in c4iw_log_wr_stats()