Lines Matching defs:max
892 u8 max, num_rkeys_send, num_rkeys_recv;
911 max = min_t(u8, num_rkeys_recv, SMC_LLC_RKEYS_PER_CONT_MSG);
912 for (i = 0; i < max; i++) {
1004 int max, i;
1008 max = min_t(u8, ext->num_rkeys, SMC_LLC_RKEYS_PER_MSG_V2);
1010 for (i = 0; i < max; i++) {
1324 u8 max, num_rkeys_send, num_rkeys_recv;
1345 max = min_t(u8, num_rkeys_recv, SMC_LLC_RKEYS_PER_CONT_MSG);
1346 for (i = 0; i < max; i++) {
1782 /* max links is 3 so there is no need to support conf_rkey_cont msgs */
1801 int i, max;
1814 max = min_t(u8, llcv2->num_rkeys, SMC_LLC_RKEYS_PER_MSG_V2);
1815 for (i = 0; i < max; i++) {
1829 max = min_t(u8, llc->num_rkeys, SMC_LLC_DEL_RKEY_MAX);
1830 for (i = 0; i < max; i++) {
1947 /* not used because max links is 3, and 3 rkeys fit into
2042 /* not used because max links is 3 */