Home | History | Annotate | Download | only in netboot

Lines Matching refs:packet

143 	/* set early threshold for minimal packet length */
159 const char *p) /* Packet */
172 len=s+ETH_HLEN; /* actual length of packet */
199 /* write packet */
255 /* read packet */
259 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
261 nic->packet[rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1);
271 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
273 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1);
287 /* acknowledge reception of packet */
292 type = (nic->packet[12]<<8) | nic->packet[13];
293 if(nic->packet[0]+nic->packet[1]+nic->packet[2]+nic->packet[3]+nic->packet[4]+
294 nic->packet[5] == 0xFF*ETH_ALEN)