Searched refs:mlx_controller_names (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c274 } mlx_controller_names[] = { variable in typeref:struct:__anon6674
306 for (i = 0, model = NULL; mlx_controller_names[i].name != NULL; i++) {
307 if ((enq.me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
308 model = mlx_controller_names[i].name;
/freebsd-current/sys/dev/mlx/
H A Dmlx.c2914 } mlx_controller_names[] = { variable in typeref:struct:__anon3055
2935 for (i = 0, model = NULL; mlx_controller_names[i].name != NULL; i++) {
2936 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
2937 model = mlx_controller_names[i].name;

Completed in 69 milliseconds