Home
last modified time | relevance | path

Searched refs:NOCARRIER (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sis/
Dsis900.h204 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
Dsis900.c1931 if (tx_status & NOCARRIER) in sis900_finish_xmit()
/linux-6.1.9/drivers/media/dvb-frontends/
Dstb0899_priv.h74 NOCARRIER, enumerator
Dstb0899_algo.c255 internal->status = NOCARRIER; in stb0899_check_carrier()
275 internal->status = NOCARRIER; in stb0899_search_carrier()
285 if (stb0899_check_carrier(state) == NOCARRIER) { in stb0899_search_carrier()
/linux-6.1.9/Documentation/networking/
Dip-sysctl.rst1692 Clears the ARP cache on NOCARRIER events. This option is important for
1697 - 1 - (default): Clear the ARP cache on NOCARRIER events
1698 - 0 - Do not clear ARP cache on NOCARRIER events
2431 Clears the neighbor discovery table on NOCARRIER events. This option is
2436 - 1 - (default): Clear neighbor discover cache on NOCARRIER events.
2437 - 0 - Do not clear neighbor discovery cache on NOCARRIER events.