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

/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dutil.c96 struct mlx_enquiry_old meo; local
116 mu.mu_datasize = sizeof(meo);
117 mu.mu_buf = &meo;
124 enq->me_firmware_id[0] = meo.me_fwmajor;
125 enq->me_firmware_id[1] = meo.me_fwminor;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmlx.c252 struct mlx_enquiry_old *meo; local
399 meo = mlx_enquire(mlx, MLX_CMD_ENQUIRY_OLD,
401 if (meo == NULL) {
405 ci->ci_firmware_id[0] = meo->me_fwmajor;
406 ci->ci_firmware_id[1] = meo->me_fwminor;
414 ci->ci_max_commands = meo->me_max_commands;
417 free(meo, M_DEVBUF);
541 struct mlx_enquiry_old *meo; local
552 meo = mlx_enquire(mlx, MLX_CMD_ENQUIRY_OLD,
554 if (meo
1048 struct mlx_enquiry_old *meo; local
[all...]

Completed in 140 milliseconds