Lines Matching refs:wr_sz
247 q->wr_sz = wrsize; /* If using fixed size WRs */ in csio_wr_alloc_q()
259 q->credits = (qsz - q->wr_sz) / q->wr_sz; in csio_wr_alloc_q()
261 - q->wr_sz); in csio_wr_alloc_q()
772 (i * q->wr_sz)); in csio_wr_cleanup_iq_ftr()
775 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr()
1087 iq_handler(hw, wr, q->wr_sz - sizeof(struct csio_iqwr_footer), in csio_wr_process_fl()
1130 void *wr = (void *)((uintptr_t)q->vstart + (q->cidx * q->wr_sz)); in csio_wr_process_iq()
1140 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()
1148 CSIO_DB_ASSERT(((uintptr_t)wr + q->wr_sz) <= in csio_wr_process_iq()
1156 iq_handler(hw, wr, q->wr_sz - sizeof(*ftr), NULL, priv); in csio_wr_process_iq()
1198 if (((uintptr_t)wr + q->wr_sz) == (uintptr_t)q->vwrap) { in csio_wr_process_iq()
1211 (q->cidx * q->wr_sz)); in csio_wr_process_iq()
1215 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()