Searched refs:rx_packet (Results 1 – 4 of 4) sorted by relevance
482 ReceivedPacket* rx_packet, in InsertMediaPacket() argument489 if (rx_packet->seq_num == (*recovered_packet_list_it)->seq_num) { in InsertMediaPacket()492 rx_packet->pkt = NULL; in InsertMediaPacket()501 recoverd_packet_to_insert->seq_num = rx_packet->seq_num; in InsertMediaPacket()502 recoverd_packet_to_insert->pkt = rx_packet->pkt; in InsertMediaPacket()503 recoverd_packet_to_insert->pkt->length = rx_packet->pkt->length; in InsertMediaPacket()528 ReceivedPacket* rx_packet, in InsertFECPacket() argument535 if (rx_packet->seq_num == (*fec_packet_list_it)->seq_num) { in InsertFECPacket()537 rx_packet->pkt = NULL; in InsertFECPacket()543 fec_packet->pkt = rx_packet->pkt; in InsertFECPacket()[all …]
256 void InsertMediaPacket(ReceivedPacket* rx_packet,267 void InsertFECPacket(ReceivedPacket* rx_packet,
95 unsigned char rx_packet[PKT_BUF_SZ * RX_RING_SIZE]; member100 #define rx_packet epic100_bufs.rx_packet macro278 rx_ring[i].bufaddr = virt_to_bus(&rx_packet[i * PKT_BUF_SZ]); in epic100_init_ring()408 memcpy(nic->packet, &rx_packet[entry * PKT_BUF_SZ], nic->packetlen); in epic100_poll()
257 char rx_packet[PKT_BUF_SZ * RX_RING_SIZE]; member931 p = &w89c840_buf.rx_packet[0]; in init_ring()