Searched refs:mac_led_mode_t (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/dlutil/ |
H A D | dlled.c | 43 mac_led_mode_t dlm_bits; 74 static mac_led_mode_t 79 mac_led_mode_t m = 0; in dlled_parse_mode() 118 dlled_mode2str(mac_led_mode_t mode, char *buf, size_t len) in dlled_mode2str() 122 mac_led_mode_t orig = mode; in dlled_mode2str() 143 dlled_set(const char *link, mac_led_mode_t mode) in dlled_set() 212 mac_led_mode_t set_mode = 0; in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dld.h | 344 mac_led_mode_t dil_supported; 345 mac_led_mode_t dil_active;
|
H A D | mac_impl.h | 438 mac_led_mode_t mi_led_modes; 907 extern int mac_led_get(mac_handle_t, mac_led_mode_t *, mac_led_mode_t *); 908 extern int mac_led_set(mac_handle_t, mac_led_mode_t);
|
H A D | mac_provider.h | 536 mac_led_mode_t mcl_modes; 537 int (*mcl_set)(void *, mac_led_mode_t, uint_t);
|
H A D | mac.h | 277 } mac_led_mode_t; typedef
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc.h | 471 mac_led_mode_t igc_led_mode;
|
H A D | igc_gld.c | 785 igc_led_set(void *drv, mac_led_mode_t mode, uint_t flags) in igc_led_set()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_gld.c | 224 ixgbe_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in ixgbe_led_set()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 691 i40e_gld_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in i40e_gld_led_set()
|
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_gld.c | 353 mlxcx_mac_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in mlxcx_mac_led_set()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 874 igb_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in igb_led_set()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac.c | 8840 mac_led_get(mac_handle_t mh, mac_led_mode_t *supported, mac_led_mode_t *active) in mac_led_get() 8861 mac_led_set(mac_handle_t mh, mac_led_mode_t desired) in mac_led_set() 8864 mac_led_mode_t driver; in mac_led_set()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 1085 t4_port_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in t4_port_led_set()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 3198 e1000g_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in e1000g_led_set()
|