Home
last modified time | relevance | path

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

/external/grub/netboot/
Deepro.c508 } station_addr; in eepro_probe1() local
518 station_addr.saddr[2] = read_eeprom(2); in eepro_probe1()
519 if (station_addr.saddr[2] == 0x0000 || station_addr.saddr[2] == 0xFFFF) { in eepro_probe1()
526 station_addr.saddr[2] = read_eeprom(2); in eepro_probe1()
528 station_addr.saddr[1] = read_eeprom(3); in eepro_probe1()
529 station_addr.saddr[0] = read_eeprom(4); in eepro_probe1()
535 } else if (station_addr.saddr[0] == SA_ADDR1) { in eepro_probe1()
542 station_addr.saddr[0] = swap16(station_addr.saddr[0]); in eepro_probe1()
543 station_addr.saddr[1] = swap16(station_addr.saddr[1]); in eepro_probe1()
544 station_addr.saddr[2] = swap16(station_addr.saddr[2]); in eepro_probe1()
[all …]
/external/netperf/
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.c399 dlpi_co_stream_response->station_addr, in send_dlpi_co_stream()
798 (char *)dlpi_co_stream_response->station_addr, in recv_dlpi_co_stream()
1290 dlpi_co_rr_response->station_addr, in send_dlpi_co_rr()
1821 bcopy((char *)(dlpi_cl_stream_response->station_addr), in send_dlpi_cl_stream()
2222 (char *)dlpi_cl_stream_response->station_addr, in recv_dlpi_cl_stream()
2664 bcopy((char *)(dlpi_cl_rr_response->station_addr), in send_dlpi_cl_rr()
3171 (char *)dlpi_cl_rr_response->station_addr, in recv_dlpi_cl_rr()
3477 (char *)dlpi_co_rr_response->station_addr, in recv_dlpi_co_rr()