Home
last modified time | relevance | path

Searched refs:t3_swsq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h673 struct t3_swsq { struct
699 struct t3_swsq *sq; /* SW SQ */ argument
700 struct t3_swsq *oldest_read; /* tracks oldest pending read */
Dcxio_hal.c275 wq->sq = kcalloc(depth, sizeof(struct t3_swsq), GFP_KERNEL); in cxio_create_qp()
367 struct t3_swsq *sqp) in insert_sq_cqe()
391 struct t3_swsq *sqp = wq->sq + Q_PTR2IDX(ptr, wq->sq_size_log2); in cxio_flush_sq()
1044 struct t3_swsq *sqp; in flush_completed_wrs()
1247 struct t3_swsq *sqp; in cxio_poll_cq()
Diwch_qp.c363 struct t3_swsq *sqp; in iwch_post_send()