Searched refs:frame_mem (Results 1 – 2 of 2) sorted by relevance
721 if (bus_dmamem_alloc(sc->mficmd_frame_tag, (void **)&cmd->frame_mem, in mrsas_alloc_frame()727 cmd->frame_mem, frame_size, mrsas_alloc_cb, in mrsas_alloc_frame()732 return (cmd->frame_mem); in mrsas_alloc_frame()768 if (cmd->frame_mem != NULL) in mrsas_free_frame()769 bus_dmamem_free(sc->mficmd_frame_tag, cmd->frame_mem, cmd->frame_dmamap); in mrsas_free_frame()
1763 void *frame_mem; member