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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c2166 memcpy(ha->my_mac, &sys_info->mac_addr[0],
2167 min(sizeof(ha->my_mac), sizeof(sys_info->mac_addr)));
2174 ha->my_mac[0], ha->my_mac[1], ha->my_mac[2],
2175 ha->my_mac[3], ha->my_mac[4], ha->my_mac[5],
H A Dql4_def.h483 uint8_t my_mac[MAC_ADDR_LEN]; member in struct:scsi_qla_host
H A Dql4_init.c193 memcpy(ha->my_mac, &sys_info->physAddr[0].address[0],
194 min(sizeof(ha->my_mac),
H A Dql4_os.c183 len = sysfs_format_mac(buf, ha->my_mac, MAC_ADDR_LEN);

Completed in 112 milliseconds