Home
last modified time | relevance | path

Searched refs:tx_counter (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/isdn/mISDN/
Dl1oip.h35 u32 tx_counter; /* counts xmit bytes/packets */ member
Dl1oip_core.c896 hc->chan[dch->slot].tx_counter++, p, ll); in handle_dmsg()
1111 hc->chan[bch->slot].tx_counter += l; in handle_bmsg()
1122 hc->chan[bch->slot].tx_counter += l; in handle_bmsg()
1138 hc->chan[bch->slot].tx_counter, p, ll); in handle_bmsg()
1139 hc->chan[bch->slot].tx_counter += ll; in handle_bmsg()
/linux-5.19.10/include/linux/can/dev/
Dpeak_canfd.h145 u8 tx_counter; /* Tx error counter new value */ member
/linux-5.19.10/drivers/net/can/peak_canfd/
Dpeak_canfd.c200 cmd->tx_counter = 0; in pucan_clr_err_counters()
/linux-5.19.10/drivers/net/wireless/realtek/rtw89/
Drtw8852a_rfk.c3533 u32 i, tx_counter = 0; in _tssi_pre_tx() local
3559 tx_counter = rtw89_phy_read32_mask(rtwdev, R_TX_COUNTER, MASKLWORD); in _tssi_pre_tx()
3565 tx_counter = rtw89_phy_read32_mask(rtwdev, R_TX_COUNTER, MASKLWORD) - in _tssi_pre_tx()
3566 tx_counter; in _tssi_pre_tx()
3594 __func__, tx_counter); in _tssi_pre_tx()
/linux-5.19.10/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c239 prc->tx_counter = 0; in pcan_usb_fd_build_restart_cmd()
/linux-5.19.10/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h817 __le32 tx_counter[2]; member
Dipw2200.c5905 key.tx_counter[0] = cpu_to_le32(0); in ipw_send_tgi_tx_key()
5906 key.tx_counter[1] = cpu_to_le32(0); in ipw_send_tgi_tx_key()