Home
last modified time | relevance | path

Searched refs:NAF_TX_MITIGATION (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.h367 #define NAF_TX_MITIGATION 0x80 /* na supports TX event mitigation */ macro
H A Dnexus_adapter.c1560 if (na->na_flags & NAF_TX_MITIGATION) { in na_kr_create()
1669 (na->na_flags & (NAF_TX_MITIGATION | NAF_RX_MITIGATION)), in na_kr_create()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1245 if (na->na_flags & (NAF_TX_MITIGATION | NAF_RX_MITIGATION)) { in fsw_port_ctor()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c425 if (!(na->na_flags & NAF_TX_MITIGATION)) { in csi_selwakeup_all()