Home
last modified time | relevance | path

Searched refs:MAC_LEN (Results 1 – 1 of 1) sorted by relevance

/arch/xtensa/platforms/xtfpga/
A Dsetup.c109 #define MAC_LEN 6 macro
117 if (macaddr == NULL || prop_len != MAC_LEN) in update_local_mac()
120 newmac = kzalloc(sizeof(*newmac) + MAC_LEN, GFP_KERNEL); in update_local_mac()
125 newmac->length = MAC_LEN; in update_local_mac()
132 memcpy(newmac->value, macaddr, MAC_LEN); in update_local_mac()

Completed in 3 milliseconds