Lines Matching refs:pel_cmds
2609 if (!sc->pel_cmds.reply) { in mpi3mr_pel_alloc()
2610 sc->pel_cmds.reply = malloc(sc->reply_sz, M_MPI3MR, M_NOWAIT | M_ZERO); in mpi3mr_pel_alloc()
2611 if (!sc->pel_cmds.reply) { in mpi3mr_pel_alloc()
4546 cmdptr = &sc->pel_cmds; in mpi3mr_process_admin_reply_desc()
5840 if (sc->pel_cmds.reply) { in mpi3mr_free_mem()
5841 free(sc->pel_cmds.reply, M_MPI3MR); in mpi3mr_free_mem()
5842 sc->pel_cmds.reply = NULL; in mpi3mr_free_mem()
5971 cmdptr = &sc->pel_cmds; in mpi3mr_flush_drv_cmds()
6001 memset(sc->pel_cmds.reply, 0, sc->reply_sz); in mpi3mr_memset_buffers()
6409 sc->pel_cmds.retry_count = 0; in mpi3mr_soft_reset_handler()
6410 mpi3mr_issue_pel_wait(sc, &sc->pel_cmds); in mpi3mr_soft_reset_handler()