Home
last modified time | relevance | path

Searched refs:ioctl_cmds (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1064 sc->ioctl_cmds.state = MPI3MR_CMD_PENDING; in mpi3mr_app_mptcmds()
1065 sc->ioctl_cmds.is_waiting = 1; in mpi3mr_app_mptcmds()
1066 sc->ioctl_cmds.callback = NULL; in mpi3mr_app_mptcmds()
1067 sc->ioctl_cmds.is_senseprst = 0; in mpi3mr_app_mptcmds()
1068 sc->ioctl_cmds.sensebuf = kern_erb; in mpi3mr_app_mptcmds()
1080 sc->ioctl_cmds.is_waiting = 0; in mpi3mr_app_mptcmds()
1103 sc->ioctl_cmds.ioc_loginfo); in mpi3mr_app_mptcmds()
1141 sc->ioctl_cmds.is_senseprst) { in mpi3mr_app_mptcmds()
1182 sc->ioctl_cmds.is_senseprst = 0; in mpi3mr_app_mptcmds()
1183 sc->ioctl_cmds.sensebuf = NULL; in mpi3mr_app_mptcmds()
[all …]
H A Dmpi3mr.c1894 if (!sc->ioctl_cmds.reply) { in mpi3mr_reply_alloc()
2830 sc->ioctl_cmds.reply = NULL; in mpi3mr_initialize_ioc()
2831 sc->ioctl_cmds.state = MPI3MR_CMD_NOTUSED; in mpi3mr_initialize_ioc()
2833 sc->ioctl_cmds.host_tag = MPI3MR_HOSTTAG_IOCTLCMDS; in mpi3mr_initialize_ioc()
4320 cmdptr = &sc->ioctl_cmds; in mpi3mr_process_admin_reply_desc()
5246 mtx_destroy(&sc->ioctl_cmds.completion.lock); in mpi3mr_destory_mtx()
5423 if (sc->ioctl_cmds.reply) { in mpi3mr_free_mem()
5424 free(sc->ioctl_cmds.reply, M_MPI3MR); in mpi3mr_free_mem()
5425 sc->ioctl_cmds.reply = NULL; in mpi3mr_free_mem()
5540 cmdptr = &sc->ioctl_cmds; in mpi3mr_flush_drv_cmds()
[all …]
H A Dmpi3mr.h676 struct mpi3mr_drvr_cmd ioctl_cmds; member