Lines Matching defs:packet
63 This driver was written from the packet driver assembly code provided by
76 controller core. It probably has a 16K or 64K internal packet buffer, of
78 The controller maintains the queue of received packet and the packet buffer
80 packet' commands visible. The transmit packet queue holds two (or more?)
81 packets: both 'retransmit this packet' (due to collision) and 'transmit next
82 packet' commands must be started by hand.
177 unsigned char re_tx, /* Number of packet retransmissions. */
198 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad, int mode);
496 static void write_packet(long ioaddr, int length, unsigned char *packet, int pad_len, int data_mode)
506 /* Write the packet out, starting with the write addr. */
509 write_byte_mode0(ioaddr, *packet++);
515 /* Write the packet out in slow mode. */
516 unsigned char outbyte = *packet++;
527 write_byte_mode1(ioaddr, *packet++);
564 This sequence must not be interrupted by an incoming packet. */
626 printk("handling Rx packet %02x..", read_status);
631 /* Set to no-accept mode long enough to remove a packet. */
676 printk(KERN_DEBUG "%s: Missed packet? No Rx after %d Tx and "
753 /* We have a good packet(s), get it/them out of the buffers. */
760 /* Process the received packet. */