Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_ring.c623 #define _KR_TXRING_VALIDATE(_kring, _ring, _kh, _kt, _rh, _krt) do {\ argument
627 (_kt) >= _n, SKYWALK_KILL_REASON_BASIC_SANITY); \
956 #define _KR_RXRING_VALIDATE(_kring, _ring, _kh, _kt, _rh) do { \ argument
959 NM_FAIL_ON((_kh) >= _n || (_kt) >= _n, \
962 if ((_kt) >= (_kh)) { \
964 NM_FAIL_ON((_rh) < (_kh) || (_rh) > (_kt), \
968 NM_FAIL_ON((_rh) < (_kh) && (_rh) > (_kt), \