Lines Matching defs:efct
12 #define EFCT_LOG_ENABLE_IO_ERRORS(efct) \
13 (((efct) != NULL) ? (((efct)->logmask & (1U << 6)) != 0) : 0)
17 if (EFCT_LOG_ENABLE_IO_ERRORS(io->efct)) \
18 efc_log_warn(io->efct, fmt, ##__VA_ARGS__); \
47 * @efct: pointer back to efct
97 struct efct *efct;
161 efct_io_pool_create(struct efct *efct, u32 num_sgl);
172 efct_io_find_tgt_io(struct efct *efct, struct efct_node *node,