Home
last modified time | relevance | path

Searched refs:packet_count (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Derr_common.c555 int packet_count = 0; in el_process_header_subpacket() local
569 packet_count = in el_process_header_subpacket()
576 packet_count = in el_process_header_subpacket()
583 packet_count = in el_process_header_subpacket()
590 packet_count = 1; in el_process_header_subpacket()
610 el_process_subpackets(header, packet_count); in el_process_header_subpacket()
619 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets() argument
627 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
/linux-2.4.37.9/drivers/usb/
Dusbnet.c805 u32 packet_count; member
976 le32_to_cpus (&header->packet_count); in genelink_rx_fixup()
977 if ((header->packet_count > GL_MAX_TRANSMIT_PACKETS) in genelink_rx_fixup()
978 || (header->packet_count < 0)) { in genelink_rx_fixup()
980 header->packet_count); in genelink_rx_fixup()
990 while (header->packet_count > 1) { in genelink_rx_fixup()
1025 header->packet_count--; in genelink_rx_fixup()
1048 u32 *packet_count; in genelink_tx_fixup() local
1069 packet_count = (u32 *) skb_push (skb, (4 + 4*1)); in genelink_tx_fixup()
1070 packet_len = packet_count + 1; in genelink_tx_fixup()
[all …]