OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_duplex
(Results
1 - 4
of
4
) sorted by null
/external/grub/netboot/
tulip.c
416
unsigned int
full_duplex
; /* Full-duplex operation requested. */
415
unsigned int
full_duplex
; \/* Full-duplex operation requested. *\/
member in struct:tulip_private
[
all
...]
epic100.c
217
int
full_duplex
= 0;
local
231
full_duplex
= 1;
w89c840.c
249
unsigned int
full_duplex
:1; /* Full-duplex operation requested. */
member in struct:winbond_private
858
if (w840private.
full_duplex
!= duplex) {
859
w840private.
full_duplex
= duplex;
via-rhine.c
647
unsigned int
full_duplex
:1; /* Full-duplex operation requested. */
member in struct:rhine_private
969
tp->
full_duplex
= (options & 16) ? 1 : 0;
Completed in 41 milliseconds