Searched defs:packet_count (Results 1 - 15 of 15) sorted by path

/drivers/firewire/
H A Dohci.c3322 int page, offset, packet_count, header_size, payload_per_buffer; local
3328 packet_count = packet->header_length / ctx->base.header_size;
3335 payload_per_buffer = packet->payload_length / packet_count;
3337 for (i = 0; i < packet_count; i++) {
3384 if (packet->interrupt && i == packet_count - 1)
/drivers/infiniband/hw/ehca/
H A Dehca_classes.h222 u32 packet_count; member in struct:ehca_qp
/drivers/media/pci/pt1/
H A Dpt1.c95 int packet_count; member in struct:pt1_adapter
298 offset = adap->packet_count * 188 + adap->upacket_count * 3;
306 if (++adap->packet_count >= 21) {
308 adap->packet_count = 0;
665 adap->packet_count = 0;
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1602 int packet_count = 0; local
1612 while (packet_count < budget) {
1745 packet_count++;
1759 DBGPR("<--xgbe_rx_poll: packet_count = %d\n", packet_count);
1761 return packet_count;
/drivers/net/ethernet/sfc/
H A Dselftest.c73 * @packet_count: Number of packets being used in this test
82 int packet_count; member in struct:efx_loopback_state
406 for (i = 0; i < state->packet_count; i++) {
434 i + 1, state->packet_count,
450 return atomic_read(&state->rx_good) == state->packet_count;
466 for (i = 0; i < state->packet_count; i++) {
478 if (tx_done != state->packet_count) {
485 tx_queue->queue, tx_done, state->packet_count,
492 if (rx_good != state->packet_count) {
496 tx_queue->queue, rx_good, state->packet_count,
[all...]
/drivers/net/usb/
H A Dgl620a.c75 __le32 packet_count; member in struct:gl_header
94 count = le32_to_cpu(header->packet_count);
155 __le32 *packet_count; local
178 packet_count = (__le32 *) skb_push(skb, (4 + 4*1));
179 packet_len = packet_count + 1;
181 *packet_count = cpu_to_le32(1);
/drivers/net/wireless/iwlegacy/
H A D3945-rs.c190 u32 packet_count, duration, pps; local
199 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1;
207 D_RATE("Tx'd %d packets in %dms\n", packet_count, duration);
211 pps = (packet_count * 1000) / duration;
227 packet_count);
H A Dcommon.h2783 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time member in struct:il_traffic_load
/drivers/net/wireless/iwlwifi/dvm/
H A Drs.h325 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time member in struct:iwl_traffic_load
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Ddm.c844 u32 packet_count; local
873 packet_count = rtldm->packet_count;
875 if (packet_count == rtldm->packet_count_pre)
878 rtldm->packet_count_pre = packet_count;
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Ddm.c1168 u32 packet_count; local
1195 packet_count = rtldm->packet_count;
1197 if (packet_count == rtldm->packet_count_pre)
1200 rtldm->packet_count_pre = packet_count;
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Ddm.c2839 u32 packet_count; local
2873 packet_count = rtldm->packet_count;
2876 if (packet_count == rtldm->packet_count_pre) {
2882 rtldm->packet_count_pre = packet_count;
2885 rtldm->packet_count);
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1680 u32 packet_count; member in struct:rtl_dm
/drivers/usb/dwc2/
H A Dhcd.h192 u32 packet_count; member in struct:dwc2_hcd_urb
/drivers/usb/misc/
H A Dusbtest.c1796 unsigned long packet_count; member in struct:iso_context
1807 ctx->packet_count += urb->number_of_packets;
1840 ctx->errors, ctx->packet_count);
1985 else if (context.errors > context.packet_count / 10)

Completed in 367 milliseconds