Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c272 uintptr_t templong; in e1000g_alloc_tx_descriptors() local
415 templong = P2NPHASE((uintptr_t)tx_ring->tbd_area, in e1000g_alloc_tx_descriptors()
417 len = size - templong; in e1000g_alloc_tx_descriptors()
418 templong += (uintptr_t)tx_ring->tbd_area; in e1000g_alloc_tx_descriptors()
419 tx_ring->tbd_area = (struct e1000_tx_desc *)templong; in e1000g_alloc_tx_descriptors()
477 uintptr_t templong; in e1000g_alloc_rx_descriptors() local
598 templong = P2NPHASE((uintptr_t)rx_data->rbd_area, in e1000g_alloc_rx_descriptors()
600 len = size - templong; in e1000g_alloc_rx_descriptors()
601 templong += (uintptr_t)rx_data->rbd_area; in e1000g_alloc_rx_descriptors()
602 rx_data->rbd_area = (struct e1000_rx_desc *)templong; in e1000g_alloc_rx_descriptors()