Searched refs:host_tm_cmds (Results 1 – 3 of 3) sorted by relevance
1901 if (!sc->host_tm_cmds.reply) { in mpi3mr_reply_alloc()2842 sc->host_tm_cmds.reply = NULL; in mpi3mr_initialize_ioc()2843 sc->host_tm_cmds.state = MPI3MR_CMD_NOTUSED; in mpi3mr_initialize_ioc()2845 sc->host_tm_cmds.host_tag = MPI3MR_HOSTTAG_TMS; in mpi3mr_initialize_ioc()4323 cmdptr = &sc->host_tm_cmds; in mpi3mr_process_admin_reply_desc()5249 mtx_destroy(&sc->host_tm_cmds.completion.lock); in mpi3mr_destory_mtx()5438 if (sc->host_tm_cmds.reply) { in mpi3mr_free_mem()5439 free(sc->host_tm_cmds.reply, M_MPI3MR); in mpi3mr_free_mem()5440 sc->host_tm_cmds.reply = NULL; in mpi3mr_free_mem()5543 cmdptr = &sc->host_tm_cmds; in mpi3mr_flush_drv_cmds()[all …]
677 struct mpi3mr_drvr_cmd host_tm_cmds; member
532 drv_cmd = &sc->host_tm_cmds; in mpi3mr_issue_tm()