Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c536 u8 *mac_byte_ptr; in oob_mac_show() local
545 mac_byte_ptr = (u8 *)&res.a1; in oob_mac_show()
547 return sysfs_format_mac(buf, mac_byte_ptr, ETH_ALEN); in oob_mac_show()
558 u8 *mac_byte_ptr; in oob_mac_store() local
569 mac_byte_ptr = (u8 *)&mac_addr; in oob_mac_store()
572 mac_byte_ptr[byte_idx] = (u8)byte[byte_idx]; in oob_mac_store()