Lines Matching defs:efct
12 struct efct *efct;
21 efct_io_pool_create(struct efct *efct, u32 num_sgl)
32 io_pool->efct = efct;
49 io->rspbuf.virt = dma_alloc_coherent(&efct->pci->dev,
53 efc_log_err(efct, "dma_alloc rspbuf failed\n");
78 struct efct *efct;
83 efct = io_pool->efct;
91 dma_free_coherent(&efct->pci->dev,
98 efct->xport->io_pool = NULL;
108 struct efct *efct;
111 efct = io_pool->efct;
130 io->efct = efct;
140 atomic_add_return(1, &efct->xport->io_active_count);
141 atomic_add_return(1, &efct->xport->io_total_alloc);
149 struct efct *efct;
153 efct = io_pool->efct;
164 efct_hw_io_free(&efct->hw, hio);
166 atomic_sub_return(1, &efct->xport->io_active_count);
167 atomic_add_return(1, &efct->xport->io_total_free);
172 efct_io_find_tgt_io(struct efct *efct, struct efct_node *node,