Searched refs:GETCAP (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/usb/wlan/ |
| H A D | if_uath.c | 817 #define GETCAP(x, v) do { \ in uath_get_devcap() macro 830 GETCAP(CAP_MAC_VERSION, cap->macVersion); in uath_get_devcap() 831 GETCAP(CAP_MAC_REVISION, cap->macRevision); in uath_get_devcap() 832 GETCAP(CAP_PHY_REVISION, cap->phyRevision); in uath_get_devcap() 836 GETCAP(CAP_REG_DOMAIN, cap->regDomain); in uath_get_devcap() 837 GETCAP(CAP_REG_CAP_BITS, cap->regCapBits); in uath_get_devcap() 840 GETCAP(CAP_COUNTRY_CODE, cap->countryCode); in uath_get_devcap() 850 GETCAP(CAP_DEVICE_TYPE, cap->deviceType); in uath_get_devcap() 851 GETCAP(CAP_WME_SUPPORT, cap->wmeSupport); in uath_get_devcap() 852 GETCAP(CAP_TOTAL_QUEUES, cap->numTxQueues); in uath_get_devcap() [all …]
|