Searched refs:sw_sq (Results 1 – 4 of 4) sorted by relevance
161 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()
158 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...]
337 struct t4_swsqe *sw_sq; member
109 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()