/linux-6.6.21/drivers/net/wireless/mediatek/mt7601u/ |
D | debugfs.c | 48 stat_printf(tx_stat, 0, tx_fail_cnt); in mt7601u_ampdu_stat_show() 49 stat_printf(tx_stat, 1, tx_bcn_cnt); in mt7601u_ampdu_stat_show() 50 stat_printf(tx_stat, 2, tx_success); in mt7601u_ampdu_stat_show() 51 stat_printf(tx_stat, 3, tx_retransmit); in mt7601u_ampdu_stat_show() 52 stat_printf(tx_stat, 4, tx_zero_len); in mt7601u_ampdu_stat_show() 53 stat_printf(tx_stat, 5, tx_underflow); in mt7601u_ampdu_stat_show()
|
D | mt7601u.h | 60 u64 tx_stat[6]; member
|
D | mac.c | 311 { MT_TX_STA_CNT0, 3, dev->stats.tx_stat }, in mt7601u_mac_work()
|
/linux-6.6.21/drivers/net/wireless/ath/ath5k/ |
D | desc.h | 318 struct ath5k_hw_tx_status tx_stat; member 328 struct ath5k_hw_tx_status tx_stat; member
|
D | desc.c | 286 memset(&desc->ud.ds_tx5212.tx_stat, 0, in ath5k_hw_setup_4word_tx_desc() 287 sizeof(desc->ud.ds_tx5212.tx_stat)); in ath5k_hw_setup_4word_tx_desc() 448 tx_status = &desc->ud.ds_tx5210.tx_stat; in ath5k_hw_proc_2word_tx_status() 501 tx_status = &desc->ud.ds_tx5212.tx_stat; in ath5k_hw_proc_4word_tx_status()
|
D | debug.c | 1101 td->tx_stat.tx_status_0, td->tx_stat.tx_status_1, in ath5k_debug_printtxbuf()
|
/linux-6.6.21/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 720 unsigned short tx_stat, rx_stat; in fjn_interrupt() local 731 tx_stat = inb(ioaddr + TX_STATUS); in fjn_interrupt() 735 outb(tx_stat, ioaddr + TX_STATUS); in fjn_interrupt() 739 pr_debug(" tx_status %02x.\n", tx_stat); in fjn_interrupt() 745 if (tx_stat & F_TMT_RDY) { in fjn_interrupt() 760 pr_debug(" tx_status %02x, rx_status %02x.\n", tx_stat, rx_stat); in fjn_interrupt()
|
/linux-6.6.21/sound/mips/ |
D | hal2.h | 211 u32 tx_stat[1]; /* Status register */ member
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rpm.h | 124 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat);
|
D | lmac_common.h | 97 int idx, u64 *tx_stat);
|
D | cgx.h | 142 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat);
|
D | rvu_cgx.c | 549 u64 tx_stat, rx_stat; in rvu_lmac_get_stats() local 575 err = mac_ops->mac_get_tx_stats(cgxd, lmac, stat, &tx_stat); in rvu_lmac_get_stats() 579 ((struct rpm_stats_rsp *)rsp)->tx_stats[stat] = tx_stat; in rvu_lmac_get_stats() 581 ((struct cgx_stats_rsp *)rsp)->tx_stats[stat] = tx_stat; in rvu_lmac_get_stats()
|
D | rpm.c | 423 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat) in rpm_get_tx_stats() argument 440 *tx_stat = (val_hi << 32 | val_lo); in rpm_get_tx_stats()
|
D | cgx.c | 689 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat) in cgx_get_tx_stats() argument 695 *tx_stat = cgx_read(cgx, lmac_id, CGXX_CMRX_TX_STAT0 + (idx * 8)); in cgx_get_tx_stats()
|
D | rvu_debugfs.c | 2402 u64 tx_stat, rx_stat; in cgx_print_stats() local 2485 err = mac_ops->mac_get_tx_stats(cgxd, lmac_id, stat, &tx_stat); in cgx_print_stats() 2491 tx_stat); in cgx_print_stats() 2494 tx_stat); in cgx_print_stats()
|
/linux-6.6.21/drivers/net/ethernet/smsc/ |
D | smsc911x.c | 1132 unsigned int tx_stat; in smsc911x_tx_update_txcounters() local 1134 while ((tx_stat = smsc911x_tx_get_txstatus(pdata)) != 0) { in smsc911x_tx_update_txcounters() 1135 if (unlikely(tx_stat & 0x80000000)) { in smsc911x_tx_update_txcounters() 1145 if (unlikely(tx_stat & TX_STS_ES_)) { in smsc911x_tx_update_txcounters() 1149 dev->stats.tx_bytes += (tx_stat >> 16); in smsc911x_tx_update_txcounters() 1151 if (unlikely(tx_stat & TX_STS_EXCESS_COL_)) { in smsc911x_tx_update_txcounters() 1156 ((tx_stat >> 3) & 0xF); in smsc911x_tx_update_txcounters() 1158 if (unlikely(tx_stat & TX_STS_LOST_CARRIER_)) in smsc911x_tx_update_txcounters() 1160 if (unlikely(tx_stat & TX_STS_LATE_COL_)) { in smsc911x_tx_update_txcounters()
|
/linux-6.6.21/drivers/net/ieee802154/ |
D | adf7242.c | 280 int tx_stat; member 862 if (lp->tx_stat != SUCCESS) { in adf7242_xmit() 865 lp->tx_stat); in adf7242_xmit() 1009 lp->tx_stat = astat; in adf7242_isr() 1011 lp->tx_stat = SUCCESS; in adf7242_isr()
|
/linux-6.6.21/drivers/crypto/bcm/ |
D | cipher.h | 141 u8 tx_stat[ALIGN(SPU_TX_STATUS_LEN, SPU_MSG_ALIGN)]; member
|
D | cipher.c | 237 memset(rctx->msg_buf.tx_stat, 0, stat_len); in spu_skcipher_tx_sg_create() 238 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_skcipher_tx_sg_create() 619 memset(rctx->msg_buf.tx_stat, 0, stat_len); in spu_ahash_tx_sg_create() 620 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_ahash_tx_sg_create() 1235 memset(rctx->msg_buf.tx_stat, 0, stat_len); in spu_aead_tx_sg_create() 1236 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_aead_tx_sg_create()
|
/linux-6.6.21/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 971 struct fcoe_tx_stat_params tx_stat; member
|
D | bnx2fc_fcoe.c | 704 BNX2FC_STATS(hba, tx_stat, fcoe_tx_pkt_cnt); in bnx2fc_get_host_stats() 706 BNX2FC_STATS(hba, tx_stat, fcoe_tx_byte_cnt); in bnx2fc_get_host_stats()
|
/linux-6.6.21/drivers/net/ethernet/ti/ |
D | cpsw_priv.h | 155 u32 tx_stat; member
|
/linux-6.6.21/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 955 uint64_t tx_stat:8; member 967 uint64_t tx_stat:8;
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 1910 fw_fcoe_stat->tx_stat.fcoe_tx_byte_cnt); in bnx2x_afex_collect_stats() 1930 fw_fcoe_stat->tx_stat.fcoe_tx_pkt_cnt); in bnx2x_afex_collect_stats()
|
/linux-6.6.21/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 2810 u16 tx_stat, u16 rx_dyn, u16 tx_dyn) in rtl_set_fifo_size() argument 2816 rtl_eri_write(tp, 0xe8, ERIAR_MASK_1111, (tx_stat << 16) | tx_dyn); in rtl_set_fifo_size()
|