Searched refs:mpr_usr_command (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_user.c | 123 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *); 144 struct mpr_usr_command *); 145 static int mpr_user_command(struct mpr_softc *, struct mpr_usr_command *); 440 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts() 459 mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_port_facts() 518 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload() 582 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config() 601 struct mpr_usr_command *cmd) in mpi_pre_sas_io_unit_control() 642 mpr_user_command(struct mpr_softc *sc, struct mpr_usr_command *cmd) in mpr_user_command() 2323 error = mpr_user_command(sc, (struct mpr_usr_command *)arg); in mpr_ioctl() [all …]
|
| H A D | mpr_ioctl.h | 117 struct mpr_usr_command { struct 358 #define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command)
|