Home
last modified time | relevance | path

Searched refs:tx_retry (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/staging/vt6656/
A Dusbpipe.c144 u8 tx_retry = (tsr & 0xf0) >> 4; in vnt_int_report_rate() local
160 info->status.rates[0].count = tx_retry; in vnt_int_report_rate()
/linux-6.3-rc2/net/can/j1939/
A Dj1939-priv.h258 unsigned int tx_retry; member
A Dtransport.c1164 if (session->tx_retry < J1939_XTP_TX_RETRY_LIMIT) { in j1939_tp_txtimer()
1165 session->tx_retry++; in j1939_tp_txtimer()
1188 session->tx_retry = 0; in j1939_tp_txtimer()
/linux-6.3-rc2/drivers/net/ieee802154/
A Dat86rf230.c95 u8 tx_retry; member
439 if (lp->tx_retry >= AT86RF2XX_MAX_TX_RETRIES) in at86rf230_async_state_assert()
441 lp->tx_retry++; in at86rf230_async_state_assert()
884 lp->tx_retry = 0; in at86rf230_xmit()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dcoex.c3638 u8 tx_retry; member
3656 u8 tx_retry = iter_data->tx_retry; in rtw89_tx_time_iter() local
3685 plink->tx_retry); in rtw89_tx_time_iter()
3714 u8 tx_retry; in _set_wl_tx_limit() local
3731 tx_retry = BTC_MAX_TX_RETRY_DEF; in _set_wl_tx_limit()
3735 tx_retry = BTC_MAX_TX_RETRY_L1; in _set_wl_tx_limit()
3739 tx_retry = BTC_MAX_TX_RETRY_L1; in _set_wl_tx_limit()
3743 tx_retry = BTC_MAX_TX_RETRY_DEF; in _set_wl_tx_limit()
3748 dm->wl_tx_limit.tx_retry == tx_retry) in _set_wl_tx_limit()
3756 dm->wl_tx_limit.tx_retry = tx_retry; in _set_wl_tx_limit()
[all …]
A Dmac.h1100 bool resume, u8 tx_retry);
1102 struct rtw89_sta *rtwsta, u8 *tx_retry);
A Dmac.c5261 bool resume, u8 tx_retry) in rtw89_mac_set_tx_retry_limit() argument
5265 rtwsta->data_tx_cnt_lmt = tx_retry; in rtw89_mac_set_tx_retry_limit()
5279 struct rtw89_sta *rtwsta, u8 *tx_retry) in rtw89_mac_get_tx_retry_limit() argument
5286 *tx_retry = rtwsta->data_tx_cnt_lmt; in rtw89_mac_get_tx_retry_limit()
5295 *tx_retry = rtw89_read32_mask(rtwdev, reg, B_AX_L_TXCNT_LMT_MASK); in rtw89_mac_get_tx_retry_limit()
A Dcore.h1041 u8 tx_retry; member
1384 u16 tx_retry; member
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dp2p.c1732 s32 tx_retry; in brcmf_p2p_send_action_frame() local
1853 tx_retry = 0; in brcmf_p2p_send_action_frame()
1855 (!ack) && (tx_retry < P2P_AF_TX_MAX_RETRY) && in brcmf_p2p_send_action_frame()
1861 tx_retry++; in brcmf_p2p_send_action_frame()
1867 tx_retry); in brcmf_p2p_send_action_frame()
/linux-6.3-rc2/drivers/staging/vt6655/
A Ddevice_main.c912 u8 tx_retry = (tsr0 & TSR0_NCR); in vnt_int_report_rate() local
930 u8 retry = tx_retry; in vnt_int_report_rate()
951 info->status.rates[0].count = tx_retry; in vnt_int_report_rate()

Completed in 73 milliseconds