HomeSort by relevance Sort by last modified time
    Searched refs:eth_flags (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
ns8390.c 51 static unsigned char eth_vendor, eth_flags; variable
153 if (eth_flags & FLAG_16BIT)
162 if (eth_flags & FLAG_16BIT) {
205 if (eth_flags & FLAG_16BIT)
215 if (eth_flags & FLAG_16BIT) {
278 if (eth_flags & FLAG_790)
284 if (eth_flags & FLAG_16BIT)
295 if (eth_flags & FLAG_790) {
309 if (eth_flags & FLAG_790)
322 if (eth_flags & FLAG_790
    [all...]
ne2k_isa.c 33 static unsigned char eth_vendor, eth_flags; variable
54 if (eth_flags & FLAG_16BIT)
58 if (eth_flags & FLAG_16BIT) {
78 if (eth_flags & FLAG_16BIT)
83 if (eth_flags & FLAG_16BIT) {
157 eth_flags = FLAG_PIO;
175 eth_flags |= FLAG_16BIT;
193 eth_flags |= FLAG_16BIT;
197 nic->node_addr[i] = romdata[i + ((eth_flags & FLAG_16BIT) ? i : 0)];
201 (eth_flags & FLAG_16BIT) ? '2' : '1', eth_nic_base, eth_ntoa
    [all...]

Completed in 263 milliseconds