Home
last modified time | relevance | path

Searched refs:wr_sz (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c249 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()
775 (i * q->wr_sz)); in csio_wr_cleanup_iq_ftr()
778 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr()
1091 iq_handler(hw, wr, q->wr_sz - sizeof(struct csio_iqwr_footer), in csio_wr_process_fl()
1134 void *wr = (void *)((uintptr_t)q->vstart + (q->cidx * q->wr_sz)); in csio_wr_process_iq()
1144 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()
1152 CSIO_DB_ASSERT(((uintptr_t)wr + q->wr_sz) <= in csio_wr_process_iq()
1160 iq_handler(hw, wr, q->wr_sz - sizeof(*ftr), NULL, priv); in csio_wr_process_iq()
[all …]
H A Dcsio_wr.h398 uint32_t wr_sz; /* Size of all WRs in this q member
462 #define csio_q_wr_sz(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->wr_sz)
/linux/include/linux/
H A Dnfs_xdr.h42 __u64 wr_sz; member
/linux/fs/nfs/
H A Dpnfs.c2016 __func__, t->bm, t->rd_sz, t->wr_sz, t->rd_io_sz, t->wr_io_sz); in pnfs_within_mdsthreshold()
2038 if (fsize < t->wr_sz) in pnfs_within_mdsthreshold()
H A Dnfs4xdr.c4662 status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR); in decode_first_threshold_item4()
4678 __func__, res->bm, res->rd_sz, res->wr_sz, res->rd_io_sz, in decode_first_threshold_item4()