Searched refs:bge_nic_get64 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c968 static uint64_t bge_nic_get64(bge_t *bgep, bge_regno_t addr);
969 #pragma inline(bge_nic_get64)
972 bge_nic_get64(bge_t *bgep, bge_regno_t addr) function
1007 BGE_TRACE(("bge_nic_get64($%p, 0x%lx) = 0x%016llx",
3860 gen = bge_nic_get64(bgep, NIC_MEM_GENCOMM) >> 32;
3879 magic = bge_nic_get64(bgep, NIC_MEM_GENCOMM);

Completed in 55 milliseconds