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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcommon.h114 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
H A Dcxgb2.c256 int other_ports = adapter->open_device_map & PORT_MASK;
282 !(adapter->open_device_map & PORT_MASK)) {
920 if (adapter->open_device_map & PORT_MASK)
H A Dsge.c2079 if (adapter->open_device_map & PORT_MASK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_main.c70 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
862 int adap_up = adapter->open_device_map & PORT_MASK;
929 int other_ports = adapter->open_device_map & PORT_MASK;
966 if (!(adapter->open_device_map & PORT_MASK))
2184 if (adapter->open_device_map & PORT_MASK)

Completed in 69 milliseconds