Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_probe.c84 const char *nm_start, *nm_end, *slot_start, *slot_end; in tnf_probe_tag() local
127 slot_start = nm_end + SLOT_OFFSET; in tnf_probe_tag()
144 slot_end = strchr(slot_start, separator); in tnf_probe_tag()
145 nm_start = slot_start; in tnf_probe_tag()
/titanic_41/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 …]