Searched refs:mac_to_find (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/atm/ |
D | lec.c | 82 const unsigned char *mac_to_find, 1725 const unsigned char *mac_to_find, in lec_arp_resolve() argument 1733 if (mac_to_find[0] & 0x01) { in lec_arp_resolve() 1738 if (ether_addr_equal(mac_to_find, bus_mac)) in lec_arp_resolve() 1747 entry = lec_arp_find(priv, mac_to_find); in lec_arp_resolve() 1790 entry = make_entry(priv, mac_to_find); in lec_arp_resolve() 1804 send_to_lecd(priv, l_rdesc_arp_xmt, mac_to_find, NULL, in lec_arp_resolve() 1807 send_to_lecd(priv, l_arp_xmt, mac_to_find, NULL, NULL); in lec_arp_resolve()
|