Lines Matching refs:wr_sz
249 q->wr_sz = wrsize; /* If using fixed size WRs */ in csio_wr_alloc_q()
261 q->credits = (qsz - q->wr_sz) / q->wr_sz; in csio_wr_alloc_q()
263 - q->wr_sz); in csio_wr_alloc_q()
776 (i * q->wr_sz)); in csio_wr_cleanup_iq_ftr()
779 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr()
1092 iq_handler(hw, wr, q->wr_sz - sizeof(struct csio_iqwr_footer), in csio_wr_process_fl()
1135 void *wr = (void *)((uintptr_t)q->vstart + (q->cidx * q->wr_sz)); in csio_wr_process_iq()
1145 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()
1153 CSIO_DB_ASSERT(((uintptr_t)wr + q->wr_sz) <= in csio_wr_process_iq()
1161 iq_handler(hw, wr, q->wr_sz - sizeof(*ftr), NULL, priv); in csio_wr_process_iq()
1203 if (((uintptr_t)wr + q->wr_sz) == (uintptr_t)q->vwrap) { in csio_wr_process_iq()
1216 (q->cidx * q->wr_sz)); in csio_wr_process_iq()
1220 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()