Searched refs:mlx_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mlx/ |
H A D | mlxvar.h | 86 struct mlx_softc *mc_sc; /* controller that owns us */ 111 struct mlx_softc struct 177 int (* mlx_tryqueue)(struct mlx_softc *sc, struct mlx_command *mc); argument 178 int (* mlx_findcomplete)(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status); argument 179 void (* mlx_intaction)(struct mlx_softc *sc, int action); argument 180 … int (* mlx_fw_handshake)(struct mlx_softc *sc, int *error, int *param1, int *param2, int first); argument 195 extern void mlx_free(struct mlx_softc *sc); 196 extern int mlx_attach(struct mlx_softc *sc); 197 extern void mlx_startup(struct mlx_softc *sc); 213 struct mlx_softc *mlxd_controller; [all …]
|
H A D | mlx.c | 68 static int mlx_v3_tryqueue(struct mlx_softc *sc, struct mlx_command *mc); 69 static int mlx_v3_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status); 70 static void mlx_v3_intaction(struct mlx_softc *sc, int action); 71 static int mlx_v3_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int fi… 73 static int mlx_v4_tryqueue(struct mlx_softc *sc, struct mlx_command *mc); 74 static int mlx_v4_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status); 75 static void mlx_v4_intaction(struct mlx_softc *sc, int action); 76 static int mlx_v4_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int fi… 78 static int mlx_v5_tryqueue(struct mlx_softc *sc, struct mlx_command *mc); 79 static int mlx_v5_findcomplete(struct mlx_softc *sc, u_int8_t *slot, u_int16_t *status); [all …]
|
H A D | mlx_pci.c | 72 sizeof(struct mlx_softc) 126 struct mlx_softc *sc; in mlx_pci_attach()
|
H A D | mlx_disk.c | 218 sc->mlxd_controller = (struct mlx_softc *)device_get_softc(parent); in mlxd_attach()
|