Searched defs:mac_type (Results 1 – 3 of 3) sorted by relevance
102 enum ixgbe_mac_type mac_type = ixgbe_mac_unknown; in ixgbe_get_mac_type() local181 enum ixgbe_mac_type mac_type; in ixgbe_dump_regs() local
259 enum e1000_mac_type mac_type = e1000_undefined; in e1000_get_mac_type() local373 enum e1000_mac_type mac_type; in e1000_dump_regs() local
351 int parse_hex(char* in, unsigned char* out, int maxlen, unsigned int* wildcard_mask, int* mac_type)… in parse_hex()