Lines Matching defs:packet
42 * 8/28/96: Send fake packet in lance_open() if auto_select is true,
131 #define LE_C0_MISS 0x1000 /* MISS: Missed a packet */
156 #define LE_R1_SOP 0x02 /* Start of packet */
157 #define LE_R1_EOP 0x01 /* End of packet */
160 #define LE_T1_OWN 0x80 /* Lance owns the packet */
165 #define LE_T1_SOP 0x02 /* Start of packet */
166 #define LE_T1_EOP 0x01 /* End of packet */
191 u16 rmd0; /* low address of packet */
193 u8 rmd1_hadr; /* high address of packet */
201 u16 tmd0; /* low address of packet */
203 u8 tmd1_hadr; /* high address of packet */
553 /* Return the packet to the pool */
575 /* If we hit a packet not owned by us, stop */
616 * So we don't count the packet more than once.
620 /* One collision before packet was sent. */
721 /* Return the packet to the pool */
743 /* If we hit a packet not owned by us, stop */
784 * So we don't count the packet more than once.
788 /* One collision before packet was sent. */
873 /* Build a fake network packet and send it to ourselves. */
882 u16 __iomem *packet = (u16 __iomem *) &(ib->tx_buf[entry][0]);
883 struct ethhdr __iomem *eth = (struct ethhdr __iomem *) packet;
885 sbus_writew(0, &packet[i]);
895 u16 *packet = (u16 *) &(ib->tx_buf[entry][0]);
896 struct ethhdr *eth = (struct ethhdr *) packet;
897 memset(packet, 0, ETH_ZLEN);