/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/axi/ |
H A D | axi_chdr_test_pattern.v | 165 reg [13:0] tx_byte_cnt, rx_byte_cnt; register 172 …assign tx_next_pkt_cond = (tx_byte_cnt[12:3] == bist_max_pkt_size[12:3]) || //Packet… 185 tx_data_next <= {8{tx_byte_cnt[3] ? 8'h00 : 8'hFF}}; 189 tx_data_next <= {32{tx_byte_cnt[3] ? 2'b01 : 2'b10}}; 193 tx_data_next <= {8{tx_byte_cnt[10:3]}}; 197 tx_data_next <= {8{(tx_byte_cnt[3] ? 8'hFF : 8'h00) ^ tx_byte_cnt[10:3]}}; 229 tx_byte_cnt <= 0; 239 tx_byte_cnt <= 0; 256 tx_byte_cnt <= tx_byte_cnt + 8; 272 tx_byte_cnt <= 0; [all …]
|
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/ |
H A D | appid_stats.h | 54 size_t tx_byte_cnt = 0; member
|
H A D | appid_stats.cc | 250 bucket->totalStats.tx_byte_cnt += asd.stats.initiator_bytes; in update()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 248 u64 tx_byte_cnt; /* good bytes count (without FCS) */ member
|
H A D | emac.c | 349 net_stats->tx_bytes = stats->tx_byte_cnt; in emac_get_stats64()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 248 u64 tx_byte_cnt; /* good bytes count (without FCS) */ member
|
H A D | emac.c | 349 net_stats->tx_bytes = stats->tx_byte_cnt; in emac_get_stats64()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 248 u64 tx_byte_cnt; /* good bytes count (without FCS) */ member
|
H A D | emac.c | 349 net_stats->tx_bytes = stats->tx_byte_cnt; in emac_get_stats64()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 281 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 281 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 281 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 427 u64 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
|
H A D | hw.c | 1104 hw->stats.tx_byte_cnt += alx_read_mem32(hw, ALX_MIB_TX_BYTE_CNT); in alx_update_hw_stats()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 427 u64 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 427 u64 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 334 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 334 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 334 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */ member
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 344 u32 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 344 u32 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 344 u32 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */ member
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 530 int tx_frm_cnt = 0, tx_byte_cnt = 0; in enetc_clean_tx_ring() local 584 tx_byte_cnt += tx_swbd->len; in enetc_clean_tx_ring() 612 tx_ring->stats.bytes += tx_byte_cnt; in enetc_clean_tx_ring()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 530 int tx_frm_cnt = 0, tx_byte_cnt = 0; in enetc_clean_tx_ring() local 584 tx_byte_cnt += tx_swbd->len; in enetc_clean_tx_ring() 612 tx_ring->stats.bytes += tx_byte_cnt; in enetc_clean_tx_ring()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 530 int tx_frm_cnt = 0, tx_byte_cnt = 0; in enetc_clean_tx_ring() local 584 tx_byte_cnt += tx_swbd->len; in enetc_clean_tx_ring() 612 tx_ring->stats.bytes += tx_byte_cnt; in enetc_clean_tx_ring()
|