Home
last modified time | relevance | path

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

/linux/net/can/j1939/
H A Dj1939-priv.h259 unsigned int tx_retry; member
H A Dtransport.c1169 if (session->tx_retry < J1939_XTP_TX_RETRY_LIMIT) { in j1939_tp_txtimer()
1170 session->tx_retry++; in j1939_tp_txtimer()
1193 session->tx_retry = 0; in j1939_tp_txtimer()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1723 s32 tx_retry; in brcmf_p2p_send_action_frame() local
1844 tx_retry = 0; in brcmf_p2p_send_action_frame()
1846 (!ack) && (tx_retry < P2P_AF_TX_MAX_RETRY) && in brcmf_p2p_send_action_frame()
1852 tx_retry++; in brcmf_p2p_send_action_frame()
1858 tx_retry); in brcmf_p2p_send_action_frame()