Searched defs:mac_addr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric_nic.h194 uint8_t mac_addr[ETH_ALEN]; member in struct:efab_nic
H A Dbnx2.c1276 u8 *mac_addr = bp->nic->node_addr; local
1278 val = (mac_addr[0] << 8) | mac_addr[1];
1282 val = (mac_addr[2] << 24) | (mac_addr[3] << 16) |
1283 (mac_addr[4] << 8) | mac_addr[5];
1920 val = bp->mac_addr[0] +
1921 (bp->mac_addr[1] << 8) +
1922 (bp->mac_addr[
[all...]
H A Datl1e.h158 u8 mac_addr[ETH_ALEN]; member in struct:atl1e_hw
H A Dbnx2.h4171 u8 mac_addr[8]; member in struct:bnx2
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/phantom/
H A Dphantom.c1969 uint8_t mac_addr[2][ETH_ALEN]; member in union:__anon15205
1985 u.mac_addr[ phantom->port & 1 ][i];

Completed in 348 milliseconds