Searched refs:mpr_usr_command (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_user.c | 119 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *); 140 struct mpr_usr_command *); 141 static int mpr_user_command(struct mpr_softc *, struct mpr_usr_command *); 436 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts() 455 mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_port_facts() 474 mpi_pre_fw_download(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_download() 514 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload() 542 mpi_pre_sata_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_sata_passthrough() 560 mpi_pre_smp_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_smp_passthrough() 578 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config() [all …]
|
H A D | mpr_ioctl.h | 113 struct mpr_usr_command { struct 354 #define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command)
|