Home
last modified time | relevance | path

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

/linux-6.15/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()
776 (i * q->wr_sz)); in csio_wr_cleanup_iq_ftr()
779 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr()
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()
[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-6.15/include/linux/
H A Dnfs_xdr.h42 __u64 wr_sz; member
/linux-6.15/fs/nfs/
H A Dpnfs.c1998 __func__, t->bm, t->rd_sz, t->wr_sz, t->rd_io_sz, t->wr_io_sz); in pnfs_within_mdsthreshold()
2020 if (fsize < t->wr_sz) in pnfs_within_mdsthreshold()
H A Dnfs4xdr.c4633 status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR); in decode_first_threshold_item4()
4649 __func__, res->bm, res->rd_sz, res->wr_sz, res->rd_io_sz, in decode_first_threshold_item4()