Lines Matching refs:addr_bytes
111 .addr_bytes = {0x52, 0x54, 0x00, 0x12, 0x00, 0x00}
308 vmdq_ports_eth_addr[port].addr_bytes[0], in port_init()
309 vmdq_ports_eth_addr[port].addr_bytes[1], in port_init()
310 vmdq_ports_eth_addr[port].addr_bytes[2], in port_init()
311 vmdq_ports_eth_addr[port].addr_bytes[3], in port_init()
312 vmdq_ports_eth_addr[port].addr_bytes[4], in port_init()
313 vmdq_ports_eth_addr[port].addr_bytes[5]); in port_init()
323 mac.addr_bytes[4] = port; in port_init()
324 mac.addr_bytes[5] = q; in port_init()
327 mac.addr_bytes[0], mac.addr_bytes[1], in port_init()
328 mac.addr_bytes[2], mac.addr_bytes[3], in port_init()
329 mac.addr_bytes[4], mac.addr_bytes[5]); in port_init()
459 tmp = ð->d_addr.addr_bytes[0]; in update_mac_address()