ql_el_msg
void ql_el_msg(ql_adapter_state_t *, const char *, int, ...);
#define EL(ha, ...) ql_el_msg(ha, __func__, CE_CONT, __VA_ARGS__);