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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c48 #define MAC_OFPORT_ARRAY_MASK 0x3F macro
566 if ((chk_bit & (1LL << (port_no & MAC_OFPORT_ARRAY_MASK))) > 0)
570 (1LL << (port_no & MAC_OFPORT_ARRAY_MASK));
584 ~(1LL << (port_no & MAC_OFPORT_ARRAY_MASK));

Completed in 18 milliseconds