Searched refs:mac_byte_ptr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c518 u8 *mac_byte_ptr; local
527 mac_byte_ptr = (u8 *)&res.a1;
529 return sysfs_format_mac(buf, mac_byte_ptr, ETH_ALEN);
540 u8 *mac_byte_ptr; local
551 mac_byte_ptr = (u8 *)&mac_addr;
554 mac_byte_ptr[byte_idx] = (u8)byte[byte_idx];

Completed in 159 milliseconds