Searched refs:packet (Results 26 - 39 of 39) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c448 /* return true if there's an ethernet packet ready to read */
449 /* nic->packet should contain data on return */
455 /* There is a packet ready */
469 memcpy(nic->packet, tpc->RxBufferRing[cur_rx],
505 /* send the packet to destination */
H A Dtlan.c531 /* return true if there's an ethernet packet ready to read */
532 /* nic->packet should contain data on return */
562 memcpy(nic->packet, rxb +
567 hex_dump(nic->packet, nic->packetlen);
653 /* send the packet to destination */
H A Dtg3.c1704 /* Initialize tx/rx rings for packet processing.
2994 /* return true if there's an ethernet packet ready to read */
2995 /* nic->packet should contain data on return */
3016 memcpy(nic->packet, bus_to_virt(desc->addr_lo), len);
3056 unsigned int type, unsigned int size, const char *packet)
3066 /* send the packet to destination */
3072 /* Wait until there is a free packet frame */
3091 /* Copy the packet to the our local buffer */
3096 memcpy(&frame[frame_idx].data, packet, size);
3205 * on descriptor entries, anything which isn't packet dat
3055 tg3_transmit(struct nic *nic, const char *dst_addr, unsigned int type, unsigned int size, const char *packet) argument
[all...]
H A Dforcedeth.c274 /* limited to 1 packet until we understand NV_TX_LASTPACKET */
741 /* 7) start packet processing */
802 /* return true if there's an ethernet packet ready to read */
803 /* nic->packet should contain data on return */
819 /* got a valid packet - forward it to the network core */
823 memcpy(nic->packet, rxb +
841 /* send the packet to destination */
852 /* copy the packet to ring buffer */
H A Dns83820.c675 /* return true if there's an ethernet packet ready to read */
676 /* nic->packet should contain data on return */
694 memcpy(nic->packet,
722 /* send the packet to destination */
933 /* Note! The DMA burst size interacts with packet
934 * transmission, such that the largest packet that
964 * header, and if a VLAN Tagged packet of 64 bytes is received (like
966 * tag and then checks the packet size, so if RXCFG_ARP is not enabled,
971 /* Enable per-packet TCP/UDP/IP checksumming */
H A Dns8390.c539 printf("Bogus packet, ignoring\n");
543 p = nic->packet;
576 next = pkthdr.next; /* frame number of next packet */
H A Dpcnet32.c261 /* The saved address of a sent-in-place packet/buffer, for skfree(). */
544 /* return true if there's an ethernet packet ready to read */
545 /* nic->packet should contain data on return */
562 memcpy(nic->packet, &rxb[entry], nic->packetlen);
586 /* send the packet to destination */
597 /* copy the packet to ring buffer */
629 * otherwise the card continues to send the packet */
644 * DOS packet driver after a warm reboot
778 * starting until the packet is loaded. Strike one for reliability, lose
780 * have FIFO's smaller than a packet, s
[all...]
H A Dsis900.c287 /* disable packet filtering before setting filter */
296 /* enable packet filitering */
665 /* disable packet filtering before setting filter */
681 /* enable packet filitering */
766 /* accept all multicast packet */
1061 * Description: transmits a packet and waits for completion or timeout.
1065 * unsigned short s: size of the data-part of the packet.
1066 * char *p: the data for the packet.
1102 /* pad to minimum packet size */
1114 printf("sis900_transmit: Queued Tx packet siz
[all...]
H A Dsundance.c420 /* Fix DFE-580TX packet drop issue */
470 /* return true if there's an ethernet packet ready to read */
471 /* nic->packet should contain data on return */
481 /* There is a packet ready */
498 memcpy(nic->packet, rxb +
H A Dundi.c1025 memcpy ( nic->packet + nic->packetlen,
1056 /* Translate packet type to UNDI packet type */
1064 /* Store packet length in TBD */
H A Dvia-rhine.c592 is the send-packet routine, which enforces single-threaded use by the
596 The send packet thread has partial control over the Tx ring and 'dev->tbusy'
597 flag. It sets the tbusy flag whenever it's queuing a Tx packet. If the next
643 /* The saved address of a sent-in-place packet/buffer, for skfree(). */
1202 /* There is a packet ready */
1233 memcpy (nic->packet, tp->rx_buffs[tp->cur_rx], nic->packetlen);
H A Dtulip.c60 Added test of status after receiving a packet from the card.
69 some cards seem to need the time or they drop the first packet
78 and udelay. We now wait for packet transmission to complete
1013 /* for other boards we send a setup packet to initialize
1042 /* send setup packet for cards that support it */
1093 /* pad to minimum packet size */
1137 /* no packet waiting. packet still owned by NIC */
1149 /* if we get a corrupted packet. throw it away and move on */
1157 /* copy packet t
[all...]
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c33 #include <netpacket/packet.h>
160 /* On the wire VDP packet */
367 * validates the VDP packet, gets the associated VDP profile and processes
368 * the VDP packet in the context of the VDP profile. If the VDP profile
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure874 --disable-packet-retransmission
875 turn off packet retransmission
5565 # Check whether --enable-packet-retransmission or --disable-packet-retransmission was given.

Completed in 1267 milliseconds

12