Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c521 while (s < ETH_ZLEN) in r8169_transmit()
527 (OWNbit | FSbit | LSbit) | ((s > ETH_ZLEN) ? s : in r8169_transmit()
528 ETH_ZLEN); in r8169_transmit()
531 (OWNbit | EORbit | FSbit | LSbit) | ((s > ETH_ZLEN) ? s in r8169_transmit()
532 : ETH_ZLEN); in r8169_transmit()
H A Dif_ether.h14 #define ETH_ZLEN 60 /* Minimum packet */ macro
H A Dns8390.c407 while (s < ETH_ZLEN) *((char *)eth_vmem+(s++)) = 0; in ns8390_transmit()
429 while (s < ETH_ZLEN) *((char *)eth_vmem+(s++)) = 0; in ns8390_transmit()
453 if (s < ETH_ZLEN) s = ETH_ZLEN; in ns8390_transmit()
537 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN in ns8390_poll()
H A Drtl8139.c387 while (len < ETH_ZLEN) { in rtl_transmit()
450 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) { in rtl_poll()
H A Depic100.c329 while(len < ETH_ZLEN) in epic100_transmit()
H A Dnatsemi.c634 while (s < ETH_ZLEN) in natsemi_transmit()
H A Dw89c840.c510 while (s < ETH_ZLEN) in w89c840_transmit()
H A Dsundance.c534 while (s < ETH_ZLEN) in sundance_transmit()
H A Dforcedeth.c860 while (s < ETH_ZLEN) /* pad to min length */ in forcedeth_transmit()
H A Dns83820.c738 while (s < ETH_ZLEN) in ns83820_transmit()
H A Dpcnet32.c605 while (s < ETH_ZLEN) /* pad to min length */ in pcnet32_transmit()
H A Dsis900.c1103 while (s < ETH_ZLEN) in sis900_transmit()
H A Dvia-rhine.c1270 while (s < ETH_ZLEN) in rhine_transmit()
H A Dtlan.c662 while (s < ETH_ZLEN) in tlan_transmit()
H A Dtulip.c1094 while (s < ETH_ZLEN) in tulip_transmit()