Searched refs:max_unit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c1060 int max_unit = 0; local
1063 max_unit = DEVCLASS_MAXUNIT;
1064 while (max_unit--) {
1065 if (dc->dev_list[max_unit]) {
1069 max_unit++;
1071 return (max_unit);
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h506 u8 max_unit; member in struct:mlx4_rate_limit_caps
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c1069 dev_cap->rl_caps.max_unit = size >> 14;
1159 rl_caps->num_rates, rl_caps->max_unit, rl_caps->max_val,

Completed in 157 milliseconds