Searched refs:bcm_ether_ntou64 (Results 1 – 4 of 4) sorted by relevance
241 extern uint64 bcm_ether_ntou64(const struct ether_addr *ea) BCMCONSTFN;858 #define ETHERP_TO_MACF(ea) (uint32)bcm_ether_ntou64(ea), \859 (uint32)(bcm_ether_ntou64(ea) >> 32)
2729 BCMRAMFN(bcm_ether_ntou64)(const struct ether_addr *ea) in BCMRAMFN() argument