Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_iwm.c | 3068 static const u_int8_t etheranyaddr[ETHER_ADDR_LEN] = { local in function:iwm_set_hw_address_8000 3090 (memcmp(etheranyaddr, data->hw_addr, 3091 sizeof(etheranyaddr)) != 0) && |
if_iavf.c | 1523 static const uint8_t etheranyaddr[ETHER_ADDR_LEN] = { local in function:iavf_is_etheranyaddr 1527 if (memcmp(enaddr, etheranyaddr, ETHER_ADDR_LEN) != 0) |
if_iwm.c | 3068 static const u_int8_t etheranyaddr[ETHER_ADDR_LEN] = { local in function:iwm_set_hw_address_8000 3090 (memcmp(etheranyaddr, data->hw_addr, 3091 sizeof(etheranyaddr)) != 0) && |
if_iavf.c | 1523 static const uint8_t etheranyaddr[ETHER_ADDR_LEN] = { local in function:iavf_is_etheranyaddr 1527 if (memcmp(enaddr, etheranyaddr, ETHER_ADDR_LEN) != 0) |