Home
last modified time | relevance | path

Searched refs:rqdepth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c1608 irdma_get_rqdepth(struct irdma_uk_attrs *uk_attrs, u32 rq_size, u8 shift, u32 *rqdepth) in irdma_get_rqdepth() argument
1612 *rqdepth = irdma_round_up_wq((rq_size << shift) + IRDMA_RQ_RSVD); in irdma_get_rqdepth()
1614 if (*rqdepth < min_size) in irdma_get_rqdepth()
1615 *rqdepth = min_size; in irdma_get_rqdepth()
1616 else if (*rqdepth > uk_attrs->max_hw_rq_quanta) in irdma_get_rqdepth()
H A Dirdma_user.h466 int irdma_get_rqdepth(struct irdma_uk_attrs *uk_attrs, u32 rq_size, u8 shift, u32 *rqdepth);
/freebsd/sys/dev/irdma/
H A Dirdma_uk.c1502 irdma_get_rqdepth(struct irdma_uk_attrs *uk_attrs, u32 rq_size, u8 shift, u32 *rqdepth) in irdma_get_rqdepth() argument
1506 *rqdepth = irdma_round_up_wq((rq_size << shift) + IRDMA_RQ_RSVD); in irdma_get_rqdepth()
1508 if (*rqdepth < min_size) in irdma_get_rqdepth()
1509 *rqdepth = min_size; in irdma_get_rqdepth()
1510 else if (*rqdepth > uk_attrs->max_hw_rq_quanta) in irdma_get_rqdepth()
H A Dirdma_user.h567 int irdma_get_rqdepth(struct irdma_uk_attrs *uk_attrs, u32 rq_size, u8 shift, u32 *rqdepth);