mrsas_tmp_dcmd
int mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd,
void mrsas_free_tmp_dcmd(struct mrsas_tmp_dcmd *tmp);
struct mrsas_tmp_dcmd *tcmd;
tcmd = kmalloc(sizeof(struct mrsas_tmp_dcmd), M_MRSAS, M_NOWAIT);
struct mrsas_tmp_dcmd *tcmd;
tcmd = kmalloc(sizeof(struct mrsas_tmp_dcmd), M_MRSAS, M_NOWAIT);
int mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd,
void mrsas_free_tmp_dcmd(struct mrsas_tmp_dcmd *tmp)