Searched refs:templong (Results 1 – 1 of 1) sorted by relevance
272 uintptr_t templong; in e1000g_alloc_tx_descriptors() local415 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() local598 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()