Searched defs:total_bytes (Results 1 - 25 of 83) sorted by relevance

1234

/linux-master/drivers/staging/sm750fb/
H A Dddk750_hwi2c.c88 unsigned int total_bytes = 0; local
153 unsigned int total_bytes = 0; local
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h46 i40e_update_tx_stats(struct i40e_ring *tx_ring, unsigned int total_packets, unsigned int total_bytes) argument
H A Di40e_xsk.c606 unsigned int total_bytes = 0; local
532 i40e_xmit_pkt(struct i40e_ring *xdp_ring, struct xdp_desc *desc, unsigned int *total_bytes) argument
549 i40e_xmit_pkt_batch(struct i40e_ring *xdp_ring, struct xdp_desc *desc, unsigned int *total_bytes) argument
573 i40e_fill_tx_hw_ring(struct i40e_ring *xdp_ring, struct xdp_desc *descs, u32 nb_pkts, unsigned int *total_bytes) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ring.c236 unsigned int total_bytes; local
/linux-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c195 mlxfw_status_notify(struct mlxfw_dev *mlxfw_dev, const char *msg, const char *comp_name, u32 done_bytes, u32 total_bytes) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c46 unsigned int total_bytes = aligned_width * IA_CSS_DVS2_NUM_COEF_TYPES * local
71 unsigned int total_bytes = aligned_height * IA_CSS_DVS2_NUM_COEF_TYPES * local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c21 static const unsigned int total_bytes = 10 * 1024 * 1024; variable
/linux-master/fs/btrfs/
H A Dspace-info.h99 u64 total_bytes; /* total bytes in the space, member in struct:btrfs_space_info
H A Dextent-io-tree.c996 u64 total_bytes = 0; local
1647 u64 total_bytes = 0; local
H A Dfile-item.c1047 u64 total_bytes = 0; local
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c461 unsigned int total_packets = 0, total_bytes = 0; local
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c399 u16 chunk_len, total_bytes, num_segments; local
/linux-master/drivers/md/dm-vdo/
H A Dmemory-alloc.c91 size_t total_bytes = memory_stats.kmalloc_bytes + memory_stats.vmalloc_bytes; local
419 u64 total_bytes; local
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c50 unsigned int total_bytes = aligned_width * IA_CSS_DVS_NUM_COEF_TYPES * sizeof( local
77 unsigned int total_bytes = aligned_height * IA_CSS_DVS_NUM_COEF_TYPES * local
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko.h243 uint64_t total_bytes:16; member in struct:cvmx_pko_command_word0::__anon23
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c298 int total_bytes = 0, total_pkts = 0; local
H A Dice_xsk.c971 ice_xmit_pkt(struct ice_tx_ring *xdp_ring, struct xdp_desc *desc, unsigned int *total_bytes) argument
994 ice_xmit_pkt_batch(struct ice_tx_ring *xdp_ring, struct xdp_desc *descs, unsigned int *total_bytes) argument
1025 ice_fill_tx_hw_ring(struct ice_tx_ring *xdp_ring, struct xdp_desc *descs, u32 nb_pkts, unsigned int *total_bytes) argument
1048 unsigned int total_bytes = 0; local
[all...]
/linux-master/net/batman-adv/
H A Dnetlink.c647 batadv_netlink_tpmeter_notify(struct batadv_priv *bat_priv, const u8 *dst, u8 result, u32 test_time, u64 total_bytes, u32 cookie) argument
H A Dtp_meter.c221 u32 total_bytes; local
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c97 static unsigned int total_packets, total_bytes; variable
[all...]
/linux-master/drivers/spi/
H A Dspi-microchip-core-qspi.c316 int total_bytes, cmd_bytes, frames, ctrl; local
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c449 unsigned int total_bytes = 0, total_pkts = 0; local
/linux-master/sound/drivers/
H A Dpcmtest.c108 size_t total_bytes; // Total bytes read/written member in struct:pcmtst_buf_iter
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c537 int ret, total_bytes = 0, info_type = 0; local
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1209 ionic_tx_service(struct ionic_cq *cq, unsigned int *total_pkts, unsigned int *total_bytes) argument

Completed in 413 milliseconds

1234