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

/freebsd-10.0-release/usr.sbin/mlxcontrol/
H A Dcommand.c274 } mlx_controller_names[] = { variable in typeref:struct:__anon11619
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-10.0-release/sys/dev/mlx/
H A Dmlx.c2908 } mlx_controller_names[] = { variable in typeref:struct:__anon8855
2929 for (i = 0, model = NULL; mlx_controller_names[i].name != NULL; i++) {
2930 if ((sc->mlx_enq2->me_hardware_id & 0xff) == mlx_controller_names[i].hwid) {
2931 model = mlx_controller_names[i].name;

Completed in 134 milliseconds