Home
last modified time | relevance | path

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

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