Lines Matching refs:addr_bytes
125 .addr_bytes = {0x52, 0x54, 0x00, 0x12, 0x00, 0x00}
345 vmdq_ports_eth_addr[port].addr_bytes[0], in port_init()
346 vmdq_ports_eth_addr[port].addr_bytes[1], in port_init()
347 vmdq_ports_eth_addr[port].addr_bytes[2], in port_init()
348 vmdq_ports_eth_addr[port].addr_bytes[3], in port_init()
349 vmdq_ports_eth_addr[port].addr_bytes[4], in port_init()
350 vmdq_ports_eth_addr[port].addr_bytes[5]); in port_init()
357 mac.addr_bytes[4] = port; in port_init()
358 mac.addr_bytes[5] = q; in port_init()
361 mac.addr_bytes[0], mac.addr_bytes[1], in port_init()
362 mac.addr_bytes[2], mac.addr_bytes[3], in port_init()
363 mac.addr_bytes[4], mac.addr_bytes[5]); in port_init()
519 tmp = ð->d_addr.addr_bytes[0]; in update_mac_address()