Searched refs:_fe (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_domains.h42 #define BM5(_fa, _fb, _fc, _fd, _fe) \
43 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe), \
44 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) }
45 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \
46 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe) | W0(_ff), \
47 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) }
48 #define BM7(_fa, _fb, _fc, _fd, _fe, _ff, _fg) \
49 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe) | W0(_ff) | \
51 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) | \
53 #define BM8(_fa, _fb, _fc, _fd, _fe, _f
[all...]
/freebsd-10-stable/sys/modules/
H A DMakefile112 ${_fe} \
531 _fe= fe macro
857 _fe= fe macro
/freebsd-10-stable/sys/net/
H A Dif_vxlan.c123 #define VXLAN_FE_IS_DYNAMIC(_fe) \
124 ((_fe)->vxlfe_flags & VXLAN_FE_FLAG_DYNAMIC)

Completed in 276 milliseconds