Searched refs:mlx_phys_drv (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/mlxcontrol/ |
H A D | mlxcontrol.h | 48 extern int mlx_get_device_state(int fd, int channel, int target, struct mlx_phys_drv *drv); 57 extern void mlx_print_phys_drv(struct mlx_phys_drv *drv, int channel, int target, char *prefix, int… 64 struct mlx_phys_drv pd_drv;
|
H A D | util.c | 110 mlx_print_phys_drv(struct mlx_phys_drv *drv, int chn, int targ, char *prefix, int verbose) in mlx_print_phys_drv()
|
H A D | config.c | 148 struct mlx_phys_drv *drv = &conf->cc_cfg.cc_phys_drives[chn * 16 + targ]; in print_phys_drive()
|
H A D | interface.c | 273 mlx_get_device_state(int unit, int channel, int target, struct mlx_phys_drv *drv) in mlx_get_device_state()
|
H A D | command.c | 292 struct mlx_phys_drv pd; in controller_print()
|
/freebsd/sys/dev/mlx/ |
H A D | mlxreg.h | 429 struct mlx_phys_drv struct 459 struct mlx_phys_drv cc_phys_drives[5 * 16]; argument
|