Searched refs:mpr_usr_command (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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() 514 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload() 578 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config() 597 struct mpr_usr_command *cmd) in mpi_pre_sas_io_unit_control() 638 mpr_user_command(struct mpr_softc *sc, struct mpr_usr_command *cmd) in mpr_user_command() 2333 error = mpr_user_command(sc, (struct mpr_usr_command *)arg); in mpr_ioctl() [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)
|