Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/chelsio/
Dcommon.h83 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
Dcxgb2.c254 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()
284 !(adapter->open_device_map & PORT_MASK)) { in cxgb_close()
930 if (adapter->open_device_map & PORT_MASK) in mac_stats_task()
Dsge.c2004 if (adapter->open_device_map & PORT_MASK) { in espibug_workaround_t204()
/linux-2.6.39/drivers/net/cxgb3/
Dcxgb3_main.c74 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
1321 int adap_up = adapter->open_device_map & PORT_MASK; in offload_open()
1391 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()
1442 if (!(adapter->open_device_map & PORT_MASK)) in __cxgb_close()
2778 if (adapter->open_device_map & PORT_MASK) in t3_adap_check_task()
/linux-2.6.39/drivers/net/
Dksz884x.c1075 #define PORT_MASK 7 macro
2669 sw->port_cfg[port].member = PORT_MASK; in sw_init_vlan()
2691 data |= (member & PORT_MASK); in sw_cfg_port_base_vlan()
4270 sw_cfg_port_base_vlan(hw, port, PORT_MASK); in sw_enable()