Lines Matching defs:max
1837 * @mxri: max xri count.
1839 * @mrpi: max rpi count.
1841 * @mvpi: max vpi count.
1911 * mailbox data and subtract one for max vpi value.
1916 /* Limit the max we support */
2276 static inline bool lpfc_rangecheck(uint val, uint min, uint max)
2278 return val >= min && val <= max;
2287 * Validates the min and max values then sets the
2377 * Validates the min and max values then sets the adapter config field
2411 * Validates the min and max values then sets the
2533 * lpfc_##attr##_init: validates the min and max values then sets the
2565 * lpfc_##attr##_set: validates the min and max values then sets the
3836 MODULE_PARM_DESC(lpfc_tgt_queue_depth, "Set max Target queue depth");
5128 * @buf: string with the cq max processing limit of cqes
5331 /* display max number of CPUs keeping some margin */