| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A 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()
|
| H A D | mt7601u.h | 60 u64 tx_stat[6]; member
|
| H A D | mac.c | 311 { MT_TX_STA_CNT0, 3, dev->stats.tx_stat }, in mt7601u_mac_work()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | desc.h | 318 struct ath5k_hw_tx_status tx_stat; member 328 struct ath5k_hw_tx_status tx_stat; member
|
| H A 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()
|
| H A D | debug.c | 1101 td->tx_stat.tx_status_0, td->tx_stat.tx_status_1, in ath5k_debug_printtxbuf()
|
| /linux/drivers/net/ethernet/fujitsu/ |
| H A 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/sound/mips/ |
| H A D | hal2.h | 211 u32 tx_stat[1]; /* Status register */ member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | lmac_common.h | 96 int idx, u64 *tx_stat);
|
| H A D | rpm.h | 130 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat);
|
| H A D | rpm.c | 429 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat) in rpm_get_tx_stats() argument 446 *tx_stat = (val_hi << 32 | val_lo); in rpm_get_tx_stats()
|
| H A D | cgx.c | 728 int cgx_get_tx_stats(void *cgxd, int lmac_id, int idx, u64 *tx_stat) in cgx_get_tx_stats() argument 734 *tx_stat = cgx_read(cgx, lmac_id, CGXX_CMRX_TX_STAT0 + (idx * 8)); in cgx_get_tx_stats()
|
| /linux/drivers/net/ieee802154/ |
| H A 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/drivers/crypto/bcm/ |
| H A D | cipher.h | 141 u8 tx_stat[ALIGN(SPU_TX_STATUS_LEN, SPU_MSG_ALIGN)]; member
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | 57xx_hsi_bnx2fc.h | 971 struct fcoe_tx_stat_params tx_stat; member
|
| H A 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/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sriox-defs.h | 955 uint64_t tx_stat:8; member 967 uint64_t tx_stat:8;
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_stats.c | 1908 fw_fcoe_stat->tx_stat.fcoe_tx_byte_cnt); in bnx2x_afex_collect_stats() 1928 fw_fcoe_stat->tx_stat.fcoe_tx_pkt_cnt); in bnx2x_afex_collect_stats()
|
| H A D | bnx2x_hsi.h | 4887 struct fcoe_tx_stat_params tx_stat; member
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 2982 u16 tx_stat, u16 rx_dyn, u16 tx_dyn) in rtl_set_fifo_size() argument 2988 rtl_eri_write(tp, 0xe8, ERIAR_MASK_1111, (tx_stat << 16) | tx_dyn); in rtl_set_fifo_size()
|