Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel_ring.c620 #define _KR_TXRING_VALIDATE(_kring, _ring, _kh, _kt, _rh, _krt) do {\ argument
624 (_kt) >= _n, SKYWALK_KILL_REASON_BASIC_SANITY); \
943 #define _KR_RXRING_VALIDATE(_kring, _ring, _kh, _kt, _rh) do { \ argument
946 NM_FAIL_ON((_kh) >= _n || (_kt) >= _n, \
949 if ((_kt) >= (_kh)) { \
951 NM_FAIL_ON((_rh) < (_kh) || (_rh) > (_kt), \
955 NM_FAIL_ON((_rh) < (_kh) && (_rh) > (_kt), \