Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c1218 int slot_start; in xgell_rx_ring_maddr_init() local
1236 slot_start = ring->index * 32; in xgell_rx_ring_maddr_init()
1238 (void) xge_hal_device_macaddr_get(hldev, slot_start + i, in xgell_rx_ring_maddr_init()
1253 int slot_start; in xgell_addmac() local
1273 slot_start = ring->index * 32; in xgell_addmac()
1275 if (xgell_maddr_set(lldev, slot_start + slot, (uint8_t *)mac_addr) != in xgell_addmac()
1282 (void) xge_hal_device_rts_section_enable(hldev, slot_start + slot); in xgell_addmac()
1287 if (xge_hal_device_macaddr_get(hldev, slot_start + slot, in xgell_addmac()
1289 (void) xge_hal_device_macaddr_clear(hldev, slot_start + slot); in xgell_addmac()
1309 int slot_start; in xgell_remmac() local
[all …]