Home
last modified time | relevance | path

Searched refs:mac_led_mode_t (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/dlutil/
H A Ddlled.c43 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 Ddld.h344 mac_led_mode_t dil_supported;
345 mac_led_mode_t dil_active;
H A Dmac_impl.h438 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 Dmac_provider.h536 mac_led_mode_t mcl_modes;
537 int (*mcl_set)(void *, mac_led_mode_t, uint_t);
H A Dmac.h277 } mac_led_mode_t; typedef
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.h471 mac_led_mode_t igc_led_mode;
H A Digc_gld.c785 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 Dixgbe_gld.c224 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 Di40e_gld.c691 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 Dmlxcx_gld.c353 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 Digb_gld.c874 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 Dmac.c8840 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 Dt4_mac.c1085 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 De1000g_main.c3198 e1000g_led_set(void *arg, mac_led_mode_t mode, uint_t flags) in e1000g_led_set()