Searched refs:mac_to_find (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/atm/ |
H A D | lec.c | 86 const unsigned char *mac_to_find, 1696 const unsigned char *mac_to_find, in lec_arp_resolve() 1704 if (mac_to_find[0] & 0x01) { in lec_arp_resolve() 1709 if (ether_addr_equal(mac_to_find, bus_mac)) in lec_arp_resolve() 1718 entry = lec_arp_find(priv, mac_to_find); in lec_arp_resolve() 1761 entry = make_entry(priv, mac_to_find); in lec_arp_resolve() 1775 send_to_lecd(priv, l_rdesc_arp_xmt, mac_to_find, NULL, in lec_arp_resolve() 1778 send_to_lecd(priv, l_arp_xmt, mac_to_find, NULL, NULL); in lec_arp_resolve() 1695 lec_arp_resolve(struct lec_priv * priv,const unsigned char * mac_to_find,int is_rdesc,struct lec_arp_table ** ret_entry) lec_arp_resolve() argument
|