Searched refs:sg_frame (Results 1 – 2 of 2) sorted by relevance
260 if (cmd->sg_frame) in megasas_teardown_frame_pool_fusion()261 pci_pool_free(fusion->sg_dma_pool, cmd->sg_frame, in megasas_teardown_frame_pool_fusion()382 cmd->sg_frame = pci_pool_alloc(fusion->sg_dma_pool, in megasas_create_frame_pool_fusion()392 if (!cmd->sg_frame || !cmd->sense) { in megasas_create_frame_pool_fusion()1293 (struct MPI25_IEEE_SGE_CHAIN64 *)cmd->sg_frame; in megasas_make_sgl_fusion()
663 union MPI2_SGE_IO_UNION *sg_frame; member