Searched refs:dev_rmhs_cmds (Results 1 – 2 of 2) sorted by relevance
1907 sc->dev_rmhs_cmds[i].reply = malloc(sc->reply_sz, in mpi3mr_reply_alloc()1909 if (!sc->dev_rmhs_cmds[i].reply) { in mpi3mr_reply_alloc()2855 sc->dev_rmhs_cmds[i].reply = NULL; in mpi3mr_initialize_ioc()2856 sc->dev_rmhs_cmds[i].state = MPI3MR_CMD_NOTUSED; in mpi3mr_initialize_ioc()3647 drv_cmd = &sc->dev_rmhs_cmds[cmd_idx]; in mpi3mr_dev_rmhs_send_tm()4343 cmdptr = &sc->dev_rmhs_cmds[idx]; in mpi3mr_process_admin_reply_desc()5253 mtx_destroy(&sc->dev_rmhs_cmds[i].completion.lock); in mpi3mr_destory_mtx()5449 if (sc->dev_rmhs_cmds[i].reply) { in mpi3mr_free_mem()5450 free(sc->dev_rmhs_cmds[i].reply, M_MPI3MR); in mpi3mr_free_mem()5451 sc->dev_rmhs_cmds[i].reply = NULL; in mpi3mr_free_mem()[all …]
678 struct mpi3mr_drvr_cmd dev_rmhs_cmds[MPI3MR_NUM_DEVRMCMD]; member