Searched refs:transmit (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.h27 void (*transmit)P((struct nic *, const char *d, member in struct:nic
H A Dpnic.c250 nic->transmit = pnic_transmit;
H A D3c595.c513 nic->transmit = t595_transmit;
H A Depic100.c206 nic->transmit = epic100_transmit;
312 printf("eth_transmit: Unable to transmit. status=%hX. Resetting...\n",
343 /* Trigger an immediate transmit demand. */
346 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
H A Drtl8139.c45 eventually spotted the nasty thing: the transmit routine was acknowledging
54 Also, pointed all transmit descriptors to the same buffer to
171 /* The RTL8139 can only transmit from a contiguous, aligned memory block. */
227 nic->transmit = rtl_transmit;
H A D3c90x.c31 * Re-wrote poll and transmit for
432 /** Issue transmit reset, wait for command completion **/
542 /** acknowledge transmit interrupt by writing status **/
955 nic->transmit = a3c90x_transmit;
H A Ddavicom.c105 /* transmit and receive descriptor format */
124 /* Size of transmit and receive buffers */
135 /* Note: transmit and receive buffers must be longword aligned and
138 /* transmit descriptor and buffer */
437 /* setup the transmit descriptor */
439 it transmit a packet and wait complete every time. */
498 /* set up transmit and receive descriptors */
516 /* immediate transmit demand */
563 /* setup the transmit descriptor */
568 /* immediate transmit deman
[all...]
H A Deepro100.c62 * start recieving packets. The Linux driver has a whole transmit and
74 * We have only one transmit descriptor. It has two buffer descriptors:
433 load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
742 nic->transmit = eepro100_transmit;
H A Dnatsemi.c201 /* Note: transmit and receive buffers and descriptors must be
320 nic->transmit = natsemi_transmit;
637 /* set the transmit buffer descriptor and enable Transmit State Machine */
H A Dr8169.c109 #define EarlyTxThld 0x3F /* 0x3F means NO early transmit */
835 nic->transmit = r8169_transmit;
H A Dw89c840.c498 /* Fill in our transmit buffer */
700 nic->transmit = w89c840_transmit;
H A Dtlan.c41 * v1.3 08-23-2003 timlegge Fix the transmit Function
683 /* Setup the transmit descriptor */
918 nic->transmit = tlan_transmit;
924 nic->transmit = tlan_transmit;
H A Dforcedeth.c1019 nic->transmit = forcedeth_transmit;
H A Dns83820.c33 * v1.1 02-19-2004 timlegge More rohbust transmit and poll
741 /* Setup the transmit descriptor */
936 * If only the transmit fifo was larger...
1004 nic->transmit = ns83820_transmit;
H A Dns8390.c361 * because the transmit routine waits until the frame is sent.
938 nic->transmit = ns8390_transmit;
H A Dpcnet32.c26 * The transmit and poll functions were written with reference to:
221 /* Receive and transmit ring base, along with extra bits. */
270 dxsuflo:1, /* disable transmit stop on uflo */
497 if (lp->dxsuflo) { /* Disable transmit stop on underflow */
619 /* wait for transmit complete */
626 printf("PCNET32 timed out on transmit\n");
777 * On selected chips turn on the BCR18:NOUFLO bit. This stops transmit
949 nic->transmit = pcnet32_transmit;
H A Dsis900.c418 nic->transmit = sis900_transmit;
787 * Description: checks the state of transmit and receive
935 * @speed: the transmit speed to be determined
975 * @speed: the transmit speed to be determined
1019 * @speed: the transmit speed to be determined
1106 /* set the transmit buffer descriptor and enable Transmit State Machine */
H A Dsundance.c115 to the minimum number required. In general that is 1 transmit and 4 receive receive rings. However some cards require that
368 /* We only use one transmit buffer, but two
369 * descriptors so transmit engines have somewhere
537 /* Setup the transmit descriptor */
541 /* Point to transmit descriptor */
744 nic->transmit = sundance_transmit;
H A Dundi.c1176 nic->transmit = undi_transmit;
H A Dvia-rhine.c562 This driver attempts to use a zero-copy receive and transmit scheme.
565 the driver must often copy transmit packets into bounce buffers.
617 The chip does not handle unaligned transmit or receive buffers, resulting
618 in significant performance degradation for bounce buffer copies on transmit
620 The chip does not pad to minimum transmit length.
924 nic->transmit = rhine_transmit;
1291 /* Wait until transmit is finished */
/osnet-11/usr/src/lib/librstp/
H A DMakefile.com30 times.o topoch.o transmit.o vector.o
/osnet-11/usr/src/lib/librstp/common/
H A Dport.h65 STATE_MACH_T* transmit; /* 17.26 */ member in struct:port_t
H A Dport.c35 #include "transmit.h"
105 STP_STATE_MACH_IN_LIST(transmit);
112 this->transmit->ignoreHop2State = 3; /* IDLE */
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/efi/
H A Definet.c55 st = efi_call_7 (net->transmit, net, 0, (pack->tail - pack->data),
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1399 grub_efi_status_t (*transmit) (struct grub_efi_simple_network *this, member in struct:grub_efi_simple_network

Completed in 70 milliseconds

12