Searched refs:ECORE_MEMCMP (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 115 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s) macro
|
| H A D | ecore_sp.c | 631 if (!ECORE_MEMCMP(data->mac.mac, pos->u.mac.mac, ETH_ALEN) && in ecore_check_mac_add() 656 if ((!ECORE_MEMCMP(data->mac.mac, pos->u.mac.mac, ETH_ALEN)) && in ecore_check_mac_del() 1062 if (!ECORE_MEMCMP(&pos->cmd_data.vlan_mac.u.mac, data, in ecore_exeq_get_mac()
|