Searched refs:entry_mac (Results 1 – 1 of 1) sorted by relevance
14 #define MAC_ENTRY(entry_mac) __array(u8, entry_mac, ETH_ALEN) argument15 #define MAC_ASSIGN(entry_mac, given_mac) do { \ argument17 memcpy(__entry->entry_mac, given_mac, ETH_ALEN); \19 eth_zero_addr(__entry->entry_mac); \22 #define MAC_PR_ARG(entry_mac) (__entry->entry_mac) argument