Searched refs:ixgbep (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_log.c | 39 ixgbe_t *ixgbep = (ixgbe_t *)arg; in ixgbe_notice() local 47 if (ixgbep != NULL) in ixgbe_notice() 48 cmn_err(CE_NOTE, "%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_notice() 60 ixgbe_t *ixgbep = (ixgbe_t *)arg; in ixgbe_log() local 68 if (ixgbep != NULL) in ixgbe_log() 69 cmn_err(CE_NOTE, "!%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_log() 81 ixgbe_t *ixgbep = (ixgbe_t *)arg; in ixgbe_error() local 89 if (ixgbep != NULL) in ixgbe_error() 90 cmn_err(CE_WARN, "!%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_error()
|