Home
last modified time | relevance | path

Searched refs:mlx_command (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/mlx/
H A Dmlx.c168 struct mlx_command *mc; in mlx_free()
1263 struct mlx_command *mc; in mlx_eventlog_cb()
1290 struct mlx_command *mc; in mlx_periodic_eventlog_poll()
1474 struct mlx_command *mc; in mlx_pause_action()
1559 struct mlx_command *mc; in mlx_enquire_cb()
1600 struct mlx_command *mc; in mlx_enquire()
1655 struct mlx_command *mc; in mlx_flush()
1698 struct mlx_command *mc; in mlx_check()
1742 struct mlx_command *mc; in mlx_rebuild()
1848 struct mlx_command *mc; in mlx_startio_cb()
[all …]
H A Dmlxvar.h81 struct mlx_command struct
83 TAILQ_ENTRY(mlx_command) mc_link; /* list linkage */
102 void (* mc_complete)(struct mlx_command *mc); /* completion handler */ argument
135 TAILQ_HEAD(, mlx_command) mlx_freecmds; /* command structures available for reuse */
136 TAILQ_HEAD(, mlx_command) mlx_work; /* active commands */
137 struct mlx_command *mlx_busycmd[MLX_NSLOTS]; /* busy commands */
176 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc);
H A Dmlxreg.h505 mlx_make_type1(struct mlx_command *mc, in mlx_make_type1()
528 mlx_make_type2(struct mlx_command *mc, in mlx_make_type2()
554 mlx_make_type3(struct mlx_command *mc, in mlx_make_type3()
579 mlx_make_type4(struct mlx_command *mc, in mlx_make_type4()
601 mlx_make_type5(struct mlx_command *mc, in mlx_make_type5()
/freebsd-12.1/usr.sbin/mlxcontrol/
H A Dinterface.c173 mlx_command(int fd, void *arg) in mlx_command() function
199 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_enquiry()
221 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_read_configuration()
261 mlx_perform(unit, mlx_command, &cmd); in mlx_scsi_inquiry()
288 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_get_device_state()
H A Dmlxcontrol.h46 extern void mlx_command(int fd, void *arg);