Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap.c2032 #define within_sel(p_, t_, i_) \ macro
2035 (within_sel((p_), (t_), (p_)->np_qfirst[(t_)]))
2040 (t == NR_TX && within_sel((p_), (t_), (i_)))) && \
2042 (i_) = within_sel((p_), (t_), (i_) + 1) ? (i_) + 1 : \