Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Deepro.c562 } station_addr; in eepro_probe() local
568 station_addr.saddr[2] = read_eeprom(nic->ioaddr,2); in eepro_probe()
569 if ( ( station_addr.saddr[2] == 0x0000 ) || in eepro_probe()
570 ( station_addr.saddr[2] == 0xFFFF ) ) { in eepro_probe()
577 station_addr.saddr[2] = read_eeprom(nic->ioaddr,2); in eepro_probe()
579 station_addr.saddr[1] = read_eeprom(nic->ioaddr,3); in eepro_probe()
580 station_addr.saddr[0] = read_eeprom(nic->ioaddr,4); in eepro_probe()
586 } else if (station_addr.saddr[0] == SA_ADDR1) { in eepro_probe()
593 station_addr.saddr[0] = swap16(station_addr.saddr[0]); in eepro_probe()
594 station_addr.saddr[1] = swap16(station_addr.saddr[1]); in eepro_probe()
[all …]
/external/netperf/src/
Dnettest_dlpi.h49 int station_addr[1];/* what is the station address for the */ member
95 int station_addr[1]; /* the remote's station address */ member
138 int station_addr[1]; /* the remote's station address */ member
185 int station_addr[1]; /* the remote's station address */ member
Dnettest_dlpi.c639 dlpi_co_stream_response->station_addr, in send_dlpi_co_stream()
1038 (char *)dlpi_co_stream_response->station_addr, in recv_dlpi_co_stream()
1530 dlpi_co_rr_response->station_addr, in send_dlpi_co_rr()
2061 bcopy((char *)(dlpi_cl_stream_response->station_addr), in send_dlpi_cl_stream()
2462 (char *)dlpi_cl_stream_response->station_addr, in recv_dlpi_cl_stream()
2904 bcopy((char *)(dlpi_cl_rr_response->station_addr), in send_dlpi_cl_rr()
3411 (char *)dlpi_cl_rr_response->station_addr, in recv_dlpi_cl_rr()
3717 (char *)dlpi_co_rr_response->station_addr, in recv_dlpi_co_rr()