Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx/
H A Dmlx.c164 struct mlx_command *mc; in mlx_free()
1259 struct mlx_command *mc; in mlx_eventlog_cb()
1286 struct mlx_command *mc; in mlx_periodic_eventlog_poll()
1470 struct mlx_command *mc; in mlx_pause_action()
1555 struct mlx_command *mc; in mlx_enquire_cb()
1596 struct mlx_command *mc; in mlx_enquire()
1651 struct mlx_command *mc; in mlx_flush()
1694 struct mlx_command *mc; in mlx_check()
1738 struct mlx_command *mc; in mlx_rebuild()
1844 struct mlx_command *mc; in mlx_startio_cb()
[all …]
H A Dmlxvar.h82 struct mlx_command struct
84 TAILQ_ENTRY(mlx_command) mc_link; /* list linkage */
103 void (* mc_complete)(struct mlx_command *mc); /* completion handler */ argument
136 TAILQ_HEAD(, mlx_command) mlx_freecmds; /* command structures available for reuse */
137 TAILQ_HEAD(, mlx_command) mlx_work; /* active commands */
138 struct mlx_command *mlx_busycmd[MLX_NSLOTS]; /* busy commands */
177 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc);
H A Dmlxreg.h503 mlx_make_type1(struct mlx_command *mc, in mlx_make_type1()
526 mlx_make_type2(struct mlx_command *mc, in mlx_make_type2()
552 mlx_make_type3(struct mlx_command *mc, in mlx_make_type3()
577 mlx_make_type4(struct mlx_command *mc, in mlx_make_type4()
599 mlx_make_type5(struct mlx_command *mc, in mlx_make_type5()
/freebsd-14.2/usr.sbin/mlxcontrol/
H A Dinterface.c171 mlx_command(int fd, void *arg) in mlx_command() function
197 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_enquiry()
219 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_read_configuration()
259 mlx_perform(unit, mlx_command, &cmd); in mlx_scsi_inquiry()
286 mlx_perform(unit, mlx_command, (void *)&cmd); in mlx_get_device_state()
H A Dmlxcontrol.h44 extern void mlx_command(int fd, void *arg);