Home
last modified time | relevance | path

Searched refs:ETH_ZLEN (Results 1 – 19 of 19) sorted by relevance

/external/grub/netboot/
Dtiara.c172 if (len < ETH_ZLEN) in tiara_transmit()
173 len = ETH_ZLEN; in tiara_transmit()
181 while (s++ < ETH_ZLEN - ETH_HLEN) /* pad */ in tiara_transmit()
Dni5010.c252 if (len < ETH_ZLEN) in ni5010_transmit()
253 len = ETH_ZLEN; in ni5010_transmit()
264 while (s++ < ETH_ZLEN - ETH_HLEN) /* Pad to min size */ in ni5010_transmit()
Dcs89x0.c249 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt()
259 (ETH_ZLEN+1)>>1); in send_test_pkt()
375 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN) in cs89x0_transmit()
376 sr = ETH_ZLEN; in cs89x0_transmit()
Dns8390.c355 while (s < ETH_ZLEN) *((char *)eth_bmem+(s++)) = 0; in ns8390_transmit()
376 while (s < ETH_ZLEN) *((char *)eth_bmem+(s++)) = 0; in ns8390_transmit()
400 if (s < ETH_ZLEN) s = ETH_ZLEN; in ns8390_transmit()
475 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN in ns8390_poll()
Dsk_g16.c70 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
644 while (s < ETH_ZLEN) /* pad to min length */ in SK_transmit()
649 len = ETH_ZLEN < s ? s : ETH_ZLEN; in SK_transmit()
Dfa311.c290 if (len < ETH_ZLEN) in fa311_transmit()
293 while (s < (unsigned char*)(txp+ETH_ZLEN)) in fa311_transmit()
295 len = ETH_ZLEN; in fa311_transmit()
Drtl8139.c353 while (len < ETH_ZLEN) { in rtl_transmit()
413 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) { in rtl_poll()
Di82586.c451 if (s < ETH_ZLEN) in i82586_transmit()
452 s = ETH_ZLEN; in i82586_transmit()
Ddepca.c628 len = (s < ETH_ZLEN ? ETH_ZLEN : s); in depca_transmit()
Detherboot.h97 #define ETH_ZLEN 60 /* Minimum packet */ macro
D3c509.c144 outw(SET_RX_EARLY_THRESH | ETH_ZLEN, BASE + EP_COMMAND); in t509_reset()
Dnatsemi.c635 while (s < ETH_ZLEN) in natsemi_transmit()
Dlance.c352 while (s < ETH_ZLEN) /* pad to min length */ in lance_transmit()
Dw89c840.c519 while (s < ETH_ZLEN) in w89c840_transmit()
Dvia-rhine.c1152 while (s < ETH_ZLEN) in rhine_transmit()
Dsis900.c928 while (s < ETH_ZLEN) in sis900_transmit()
Dtulip.c1084 while (s < ETH_ZLEN) in tulip_transmit()
/external/iproute2/include/linux/
Dif_ether.h33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro
/external/kernel-headers/original/linux/
Dif_ether.h33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ macro