Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h83 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
Dcxgb2.c252 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()
284 !(adapter->open_device_map & PORT_MASK)) { in cxgb_close()
909 if (adapter->open_device_map & PORT_MASK) in mac_stats_task()
Dsge.c1990 if (adapter->open_device_map & PORT_MASK) { in espibug_workaround_t204()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c77 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
1350 int adap_up = adapter->open_device_map & PORT_MASK; in offload_open()
1420 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()
1470 if (!(adapter->open_device_map & PORT_MASK)) in __cxgb_close()
2762 if (adapter->open_device_map & PORT_MASK) in t3_adap_check_task()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h687 #define PORT_MASK 0x00000002U macro
Dcxgb4_main.c4721 case PORT_MASK: in adap_init0_no_config()
/drivers/net/ethernet/micrel/
Dksz884x.c1075 #define PORT_MASK 7 macro
2668 sw->port_cfg[port].member = PORT_MASK; in sw_init_vlan()
2690 data |= (member & PORT_MASK); in sw_cfg_port_base_vlan()
4267 sw_cfg_port_base_vlan(hw, port, PORT_MASK); in sw_enable()