Home
last modified time | relevance | path

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

/freebsd/stand/kshim/
H A Dbsd_kernel.c1047 int max_unit = 0; in devclass_get_maxunit() local
1050 max_unit = DEVCLASS_MAXUNIT; in devclass_get_maxunit()
1051 while (max_unit--) { in devclass_get_maxunit()
1052 if (dc->dev_list[max_unit]) { in devclass_get_maxunit()
1056 max_unit++; in devclass_get_maxunit()
1058 return (max_unit); in devclass_get_maxunit()
/freebsd/sys/dev/mlx4/
H A Ddevice.h506 u8 max_unit; member
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c1072 dev_cap->rl_caps.max_unit = size >> 14; in mlx4_QUERY_DEV_CAP()
1162 rl_caps->num_rates, rl_caps->max_unit, rl_caps->max_val, in mlx4_dev_cap_dump()