Searched refs:ql_el_msg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_debug.h | 69 void ql_el_msg(ql_adapter_state_t *, const char *, int, ...); 95 #define EL(ha, ...) ql_el_msg(ha, __func__, CE_CONT, __VA_ARGS__);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 142 ql_el_msg(ql_adapter_state_t *ha, const char *fn, int ce, ...) in ql_el_msg() function
|