packet_count       93 arch/alpha/kernel/err_common.c 	int packet_count = 0;
packet_count      107 arch/alpha/kernel/err_common.c 		packet_count = 
packet_count      114 arch/alpha/kernel/err_common.c 		packet_count = 
packet_count      121 arch/alpha/kernel/err_common.c 		packet_count = 
packet_count      128 arch/alpha/kernel/err_common.c 		packet_count = 1;
packet_count      148 arch/alpha/kernel/err_common.c 	el_process_subpackets(header, packet_count);
packet_count      180 arch/alpha/kernel/err_common.c el_process_subpackets(struct el_subpacket *header, int packet_count)
packet_count      188 arch/alpha/kernel/err_common.c 	for (i = 0; subpacket && i < packet_count; i++) {
packet_count      936 arch/um/drivers/vector_kern.c 	int packet_count, i;
packet_count      951 arch/um/drivers/vector_kern.c 	packet_count = uml_vector_recvmmsg(
packet_count      954 arch/um/drivers/vector_kern.c 	if (packet_count < 0)
packet_count      957 arch/um/drivers/vector_kern.c 	if (packet_count <= 0)
packet_count      958 arch/um/drivers/vector_kern.c 		return packet_count;
packet_count      965 arch/um/drivers/vector_kern.c 	qi->queue_depth = packet_count;
packet_count      967 arch/um/drivers/vector_kern.c 	for (i = 0; i < packet_count; i++) {
packet_count     1014 arch/um/drivers/vector_kern.c 	if (packet_count > 0) {
packet_count     1015 arch/um/drivers/vector_kern.c 		if (vp->estats.rx_queue_max < packet_count)
packet_count     1016 arch/um/drivers/vector_kern.c 			vp->estats.rx_queue_max = packet_count;
packet_count     1018 arch/um/drivers/vector_kern.c 			(vp->estats.rx_queue_running_average + packet_count) >> 1;
packet_count     1020 arch/um/drivers/vector_kern.c 	return packet_count;
packet_count     3306 drivers/firewire/ohci.c 	int page, offset, packet_count, header_size, payload_per_buffer;
packet_count     3312 drivers/firewire/ohci.c 	packet_count = packet->header_length / ctx->base.header_size;
packet_count     3319 drivers/firewire/ohci.c 	payload_per_buffer = packet->payload_length / packet_count;
packet_count     3321 drivers/firewire/ohci.c 	for (i = 0; i < packet_count; i++) {
packet_count     3368 drivers/firewire/ohci.c 		if (packet->interrupt && i == packet_count - 1)
packet_count       96 drivers/media/pci/pt1/pt1.c 	int packet_count;
packet_count      470 drivers/media/pci/pt1/pt1.c 		offset = adap->packet_count * 188 + adap->upacket_count * 3;
packet_count      478 drivers/media/pci/pt1/pt1.c 			if (++adap->packet_count >= 21) {
packet_count      480 drivers/media/pci/pt1/pt1.c 				adap->packet_count = 0;
packet_count      856 drivers/media/pci/pt1/pt1.c 	adap->packet_count = 0;
packet_count     1297 drivers/media/pci/pt1/pt1.c 		pt1->adaps[i]->packet_count = 0;
packet_count     2697 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	int packet_count = 0;
packet_count     2712 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	while (packet_count < budget) {
packet_count     2856 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 		packet_count++;
packet_count     2868 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	DBGPR("<--xgbe_rx_poll: packet_count = %d\n", packet_count);
packet_count     2870 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	return packet_count;
packet_count      810 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	if (ofld_stats->packet_count != packets) {
packet_count      814 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 				  packets - ofld_stats->packet_count,
packet_count      817 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		ofld_stats->packet_count = packets;
packet_count       42 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.h 	u64 packet_count;
packet_count      360 drivers/net/ethernet/microchip/encx24j600.c static void encx24j600_rx_packets(struct encx24j600_priv *priv, u8 packet_count)
packet_count      364 drivers/net/ethernet/microchip/encx24j600.c 	while (packet_count--) {
packet_count      431 drivers/net/ethernet/microchip/encx24j600.c 		u8 packet_count;
packet_count      435 drivers/net/ethernet/microchip/encx24j600.c 		packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff;
packet_count      436 drivers/net/ethernet/microchip/encx24j600.c 		while (packet_count) {
packet_count      437 drivers/net/ethernet/microchip/encx24j600.c 			encx24j600_rx_packets(priv, packet_count);
packet_count      438 drivers/net/ethernet/microchip/encx24j600.c 			packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff;
packet_count       79 drivers/net/ethernet/sfc/falcon/selftest.c 	int packet_count;
packet_count      420 drivers/net/ethernet/sfc/falcon/selftest.c 	for (i = 0; i < state->packet_count; i++) {
packet_count      447 drivers/net/ethernet/sfc/falcon/selftest.c 				  i + 1, state->packet_count,
packet_count      463 drivers/net/ethernet/sfc/falcon/selftest.c 	return atomic_read(&state->rx_good) == state->packet_count;
packet_count      479 drivers/net/ethernet/sfc/falcon/selftest.c 	for (i = 0; i < state->packet_count; i++) {
packet_count      491 drivers/net/ethernet/sfc/falcon/selftest.c 	if (tx_done != state->packet_count) {
packet_count      498 drivers/net/ethernet/sfc/falcon/selftest.c 			  tx_queue->queue, tx_done, state->packet_count,
packet_count      505 drivers/net/ethernet/sfc/falcon/selftest.c 	if (rx_good != state->packet_count) {
packet_count      509 drivers/net/ethernet/sfc/falcon/selftest.c 			  tx_queue->queue, rx_good, state->packet_count,
packet_count      516 drivers/net/ethernet/sfc/falcon/selftest.c 	lb_tests->tx_sent[tx_queue->queue] += state->packet_count;
packet_count      534 drivers/net/ethernet/sfc/falcon/selftest.c 		state->packet_count = efx->txq_entries / 3;
packet_count      535 drivers/net/ethernet/sfc/falcon/selftest.c 		state->packet_count = min(1 << (i << 2), state->packet_count);
packet_count      536 drivers/net/ethernet/sfc/falcon/selftest.c 		state->skbs = kcalloc(state->packet_count,
packet_count      545 drivers/net/ethernet/sfc/falcon/selftest.c 			  state->packet_count);
packet_count      572 drivers/net/ethernet/sfc/falcon/selftest.c 		  state->packet_count);
packet_count       79 drivers/net/ethernet/sfc/selftest.c 	int packet_count;
packet_count      420 drivers/net/ethernet/sfc/selftest.c 	for (i = 0; i < state->packet_count; i++) {
packet_count      447 drivers/net/ethernet/sfc/selftest.c 				  i + 1, state->packet_count,
packet_count      463 drivers/net/ethernet/sfc/selftest.c 	return atomic_read(&state->rx_good) == state->packet_count;
packet_count      479 drivers/net/ethernet/sfc/selftest.c 	for (i = 0; i < state->packet_count; i++) {
packet_count      491 drivers/net/ethernet/sfc/selftest.c 	if (tx_done != state->packet_count) {
packet_count      498 drivers/net/ethernet/sfc/selftest.c 			  tx_queue->queue, tx_done, state->packet_count,
packet_count      505 drivers/net/ethernet/sfc/selftest.c 	if (rx_good != state->packet_count) {
packet_count      509 drivers/net/ethernet/sfc/selftest.c 			  tx_queue->queue, rx_good, state->packet_count,
packet_count      516 drivers/net/ethernet/sfc/selftest.c 	lb_tests->tx_sent[tx_queue->queue] += state->packet_count;
packet_count      534 drivers/net/ethernet/sfc/selftest.c 		state->packet_count = efx->txq_entries / 3;
packet_count      535 drivers/net/ethernet/sfc/selftest.c 		state->packet_count = min(1 << (i << 2), state->packet_count);
packet_count      536 drivers/net/ethernet/sfc/selftest.c 		state->skbs = kcalloc(state->packet_count,
packet_count      545 drivers/net/ethernet/sfc/selftest.c 			  state->packet_count);
packet_count      572 drivers/net/ethernet/sfc/selftest.c 		  state->packet_count);
packet_count     1121 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	int packet_count = 0;
packet_count     1136 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	while (packet_count < budget) {
packet_count     1263 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 		packet_count++;
packet_count     1275 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	XLGMAC_PR("packet_count = %d\n", packet_count);
packet_count     1277 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	return packet_count;
packet_count       63 drivers/net/usb/gl620a.c 	__le32			packet_count;
packet_count       82 drivers/net/usb/gl620a.c 	count = le32_to_cpu(header->packet_count);
packet_count      142 drivers/net/usb/gl620a.c 	__le32	*packet_count;
packet_count      165 drivers/net/usb/gl620a.c 	packet_count = skb_push(skb, (4 + 4 * 1));
packet_count      166 drivers/net/usb/gl620a.c 	packet_len = packet_count + 1;
packet_count      168 drivers/net/usb/gl620a.c 	*packet_count = cpu_to_le32(1);
packet_count      175 drivers/net/wireless/intel/iwlegacy/3945-rs.c 	u32 packet_count, duration, pps;
packet_count      184 drivers/net/wireless/intel/iwlegacy/3945-rs.c 	packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1;
packet_count      192 drivers/net/wireless/intel/iwlegacy/3945-rs.c 		D_RATE("Tx'd %d packets in %dms\n", packet_count, duration);
packet_count      196 drivers/net/wireless/intel/iwlegacy/3945-rs.c 			pps = (packet_count * 1000) / duration;
packet_count      212 drivers/net/wireless/intel/iwlegacy/3945-rs.c 		       packet_count);
packet_count      241 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tl->total -= tl->packet_count[tl->head];
packet_count      242 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tl->packet_count[tl->head] = 0;
packet_count      283 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		tl->packet_count[0] = 1;
packet_count      296 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	tl->packet_count[idx] = tl->packet_count[idx] + 1;
packet_count     2762 drivers/net/wireless/intel/iwlegacy/common.h 	u32 packet_count[TID_QUEUE_MAX_SIZE];	/* packet count in this time
packet_count      255 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tl->total -= tl->packet_count[tl->head];
packet_count      256 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tl->packet_count[tl->head] = 0;
packet_count      297 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		tl->packet_count[0] = 1;
packet_count      310 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	tl->packet_count[index] = tl->packet_count[index] + 1;
packet_count      310 drivers/net/wireless/intel/iwlwifi/dvm/rs.h 	u32 packet_count[TID_QUEUE_MAX_SIZE];   /* packet count in this time
packet_count      794 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c 	u32 packet_count;
packet_count      823 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c 		packet_count = rtldm->packet_count;
packet_count      825 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c 		if (packet_count == rtldm->packet_count_pre)
packet_count      828 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c 		rtldm->packet_count_pre = packet_count;
packet_count      196 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.c 			if (rtl_priv(hw)->dm.packet_count == 0xffffffff)
packet_count      197 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.c 				rtl_priv(hw)->dm.packet_count = 0;
packet_count      199 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/trx.c 				rtl_priv(hw)->dm.packet_count++;
packet_count     1112 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 	u32 packet_count;
packet_count     1139 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 		packet_count = rtldm->packet_count;
packet_count     1141 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 		if (packet_count == rtldm->packet_count_pre)
packet_count     1144 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 		rtldm->packet_count_pre = packet_count;
packet_count      172 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c 			if (rtl_priv(hw)->dm.packet_count == 0xffffffff)
packet_count      173 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c 				rtl_priv(hw)->dm.packet_count = 0;
packet_count      175 drivers/net/wireless/realtek/rtlwifi/rtl8723be/trx.c 				rtl_priv(hw)->dm.packet_count++;
packet_count     2782 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	u32 packet_count;
packet_count     2816 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		packet_count = rtldm->packet_count;
packet_count     2819 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		if (packet_count == rtldm->packet_count_pre) {
packet_count     2825 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		rtldm->packet_count_pre = packet_count;
packet_count     2828 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 			 rtldm->packet_count);
packet_count      257 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.c 			rtl_priv(hw)->dm.packet_count++;
packet_count     1847 drivers/net/wireless/realtek/rtlwifi/wifi.h 	u32 packet_count;
packet_count     3807 drivers/usb/dwc2/hcd.c 		urb->packet_count = iso_desc_count;
packet_count      198 drivers/usb/dwc2/hcd.h 	u32 packet_count;
packet_count      569 drivers/usb/dwc2/hcd_ddma.c 	if (qtd->isoc_frame_index_last == qtd->urb->packet_count)
packet_count      625 drivers/usb/dwc2/hcd_ddma.c 		    qtd->urb->packet_count)
packet_count      630 drivers/usb/dwc2/hcd_ddma.c 						qtd->urb->packet_count) {
packet_count      933 drivers/usb/dwc2/hcd_ddma.c 	if (++qtd->isoc_frame_index == qtd->urb->packet_count) {
packet_count      997 drivers/usb/dwc2/hcd_ddma.c 				for (idx = 0; idx < qtd->urb->packet_count;
packet_count      637 drivers/usb/dwc2/hcd_intr.c 	if (++qtd->isoc_frame_index == urb->packet_count) {
packet_count      972 drivers/usb/dwc2/hcd_intr.c 	if (qtd->isoc_frame_index == qtd->urb->packet_count) {
packet_count     1411 drivers/usb/dwc2/hcd_intr.c 			    qtd->isoc_frame_index == qtd->urb->packet_count) {
packet_count     1921 drivers/usb/misc/usbtest.c 	unsigned long		packet_count;
packet_count     1934 drivers/usb/misc/usbtest.c 	ctx->packet_count += urb->number_of_packets;
packet_count     1967 drivers/usb/misc/usbtest.c 				ctx->errors, ctx->packet_count);
packet_count     2138 drivers/usb/misc/usbtest.c 			(context.is_iso ? context.packet_count / 10 : 0))
packet_count     1227 net/batman-adv/bat_iv_ogm.c 	u8 packet_count;
packet_count     1280 net/batman-adv/bat_iv_ogm.c 		packet_count = bitmap_weight(bitmap,
packet_count     1282 net/batman-adv/bat_iv_ogm.c 		neigh_ifinfo->bat_iv.real_packet_count = packet_count;
packet_count      101 net/openvswitch/flow.c 					new_stats->packet_count = 1;
packet_count      117 net/openvswitch/flow.c 	stats->packet_count++;
packet_count      147 net/openvswitch/flow.c 			ovs_stats->n_packets += stats->packet_count;
packet_count      166 net/openvswitch/flow.c 			stats->packet_count = 0;
packet_count      198 net/openvswitch/flow.h 	u64 packet_count;		/* Number of packets matched. */
packet_count       90 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	if (packet_queue->packet_count == 0)
packet_count      106 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	packet_queue->packet_count--;
packet_count      349 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	if (packet_queue->packet_count >= CS_ETM_PACKET_MAX_BUFFER - 1)
packet_count      358 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	packet_queue->packet_count++;
packet_count      375 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	if (packet_queue->packet_count == CS_ETM_PACKET_MAX_BUFFER - 1)
packet_count      198 tools/perf/util/cs-etm.c 	queue->packet_count = 0;
packet_count      152 tools/perf/util/cs-etm.h 	u32 packet_count;