Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/wlan/
H A Dif_uath.c819 #define GETCAP(x, v) do { \ in uath_get_devcap() macro
832 GETCAP(CAP_MAC_VERSION, cap->macVersion); in uath_get_devcap()
833 GETCAP(CAP_MAC_REVISION, cap->macRevision); in uath_get_devcap()
834 GETCAP(CAP_PHY_REVISION, cap->phyRevision); in uath_get_devcap()
838 GETCAP(CAP_REG_DOMAIN, cap->regDomain); in uath_get_devcap()
839 GETCAP(CAP_REG_CAP_BITS, cap->regCapBits); in uath_get_devcap()
842 GETCAP(CAP_COUNTRY_CODE, cap->countryCode); in uath_get_devcap()
852 GETCAP(CAP_DEVICE_TYPE, cap->deviceType); in uath_get_devcap()
853 GETCAP(CAP_WME_SUPPORT, cap->wmeSupport); in uath_get_devcap()
854 GETCAP(CAP_TOTAL_QUEUES, cap->numTxQueues); in uath_get_devcap()
[all …]