Home | History | Annotate | Download | only in netboot

Lines Matching refs:packet

109    bonding and packet priority.
117 full-size packet.
392 /* return true if there's an ethernet packet ready to read */
393 /* nic->packet should contain data on return */
454 /* Check if the packet is long enough to accept without copying
457 memcpy(nic->packet, le32desc_to_virt(w840private.rx_ring[entry].buffer1), pkt_len);
468 nic->packet[0], nic->packet[1], nic->packet[2], nic->packet[3],
469 nic->packet[4], nic->packet[5], nic->packet[6], nic->packet[7],
470 nic->packet[8], nic->packet[9], nic->packet[10],
471 nic->packet[11], nic->packet[12], nic->packet[13],
472 nic->packet[14], nic->packet[15], nic->packet[16],
473 nic->packet[17]);
498 const char *p) /* Packet */
500 /* send the packet to destination */
534 when we do not have FIFO room for a maximum sized packet. */