Searched refs:xge_hal_device_macaddr_set (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 752 xge_hal_status_e xge_hal_device_macaddr_set(xge_hal_device_t *hldev,
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 1773 status = xge_hal_device_macaddr_set(hldev, index, macaddr); in xge_hal_device_rts_mac_enable() 1812 status = xge_hal_device_macaddr_set(hldev, index, macaddr); in xge_hal_device_rts_mac_disable() 4868 * See also: xge_hal_device_macaddr_set(), xge_hal_status_e{}. 4938 * xge_hal_device_macaddr_set - Set MAC address. 4956 xge_hal_device_macaddr_set(xge_hal_device_t *hldev, int index, in xge_hal_device_macaddr_set() function 5012 * See also: xge_hal_device_macaddr_set(), xge_hal_status_e{}. 5020 status = xge_hal_device_macaddr_set(hldev, index, macaddr); in xge_hal_device_macaddr_clear() 5035 * See also: xge_hal_device_macaddr_set().
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 1547 status = xge_hal_device_macaddr_set(hldev, index, (uchar_t *)macaddr); in xgell_maddr_set()
|