Searched refs:mlx_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/mlx/
H A Dmlxvar.h88 struct mlx_softc *mc_sc; /* controller that owns us */
113 struct mlx_softc struct
179 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc);
180 int (* mlx_findcomplete)(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status);
181 void (* mlx_intaction)(struct mlx_softc *sc, int action);
182 int (* mlx_fw_handshake)(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
197 extern void mlx_free(struct mlx_softc *sc);
198 extern int mlx_attach(struct mlx_softc *sc);
199 extern void mlx_startup(struct mlx_softc *sc);
218 struct mlx_softc *mlxd_controlle
[all...]
H A Dmlx.c72 static int mlx_v3_tryqueue(struct mlx_softc *sc, struct mlx_command *mc);
73 static int mlx_v3_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status);
74 static void mlx_v3_intaction(struct mlx_softc *sc, int action);
75 static int mlx_v3_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
77 static int mlx_v4_tryqueue(struct mlx_softc *sc, struct mlx_command *mc);
78 static int mlx_v4_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status);
79 static void mlx_v4_intaction(struct mlx_softc *sc, int action);
80 static int mlx_v4_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
82 static int mlx_v5_tryqueue(struct mlx_softc *sc, struct mlx_command *mc);
83 static int mlx_v5_findcomplete(struct mlx_softc *s
[all...]
H A Dmlx_pci.c75 sizeof(struct mlx_softc)
129 struct mlx_softc *sc;
H A Dmlx_disk.c222 sc->mlxd_controller = (struct mlx_softc *)device_get_softc(parent);

Completed in 99 milliseconds