Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_aq.c | 1275 int (*get_mac_addr)(struct aq_softc *); member in struct:aq_firmware_ops 1541 .get_mac_addr = aq1_get_mac_addr, 1552 .get_mac_addr = aq1_get_mac_addr, 1563 .get_mac_addr = aq2_get_mac_addr, 1869 error = sc->sc_fw_ops->get_mac_addr(sc); |
if_aq.c | 1275 int (*get_mac_addr)(struct aq_softc *); member in struct:aq_firmware_ops 1541 .get_mac_addr = aq1_get_mac_addr, 1552 .get_mac_addr = aq1_get_mac_addr, 1563 .get_mac_addr = aq2_get_mac_addr, 1869 error = sc->sc_fw_ops->get_mac_addr(sc); |
/src/sys/dev/pci/ixgbe/ | |
ixgbe_type.h | 4028 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations |
ixgbe_type.h | 4028 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member in struct:ixgbe_mac_operations |