Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdcereg.h49 #define CDCE_BIT(x) (1 << (x)) macro
124 #define CDC_PACKET_TYPE_PROMISC CDCE_BIT(0)
125 #define CDC_PACKET_TYPE_ALL_MULTICAST CDCE_BIT(1) /* Allmulti. */
126 #define CDC_PACKET_TYPE_DIRECTED CDCE_BIT(2) /* Filter unicast by mac. */
127 #define CDC_PACKET_TYPE_BROADCAST CDCE_BIT(3)
128 #define CDC_PACKET_TYPE_MULTICAST CDCE_BIT(4) /* Multicast filtering, not supported. */

Completed in 1 milliseconds