Searched refs:open_device_map (Results 1 – 8 of 8) sorted by relevance
226 unsigned long open_device_map; member303 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_running()
1352 int adap_up = adapter->open_device_map & PORT_MASK; in offload_open()1409 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_close()1411 if (!adapter->open_device_map) in offload_close()1422 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()1428 set_bit(pi->port_id, &adapter->open_device_map); in cxgb_open()1455 if (!adapter->open_device_map) in __cxgb_close()1469 clear_bit(pi->port_id, &adapter->open_device_map); in __cxgb_close()1472 if (!(adapter->open_device_map & PORT_MASK)) in __cxgb_close()1475 if (!adapter->open_device_map) in __cxgb_close()2790 if (adapter->open_device_map & PORT_MASK) in t3_adap_check_task()[all …]
74 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_activated()
247 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()250 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0) { in cxgb_open()255 __set_bit(dev->if_port, &adapter->open_device_map); in cxgb_open()277 clear_bit(dev->if_port, &adapter->open_device_map); in cxgb_close()279 !(adapter->open_device_map & PORT_MASK)) { in cxgb_close()287 if (!adapter->open_device_map) in cxgb_close()922 if (adapter->open_device_map & PORT_MASK) in mac_stats_task()
225 unsigned long open_device_map; member
735 if (adapter->open_device_map) { in t1_vlan_mode()2025 if (adapter->open_device_map & PORT_MASK) { in espibug_workaround_t204()
375 unsigned long open_device_map; member
850 if (adapter->open_device_map == 0) { in cxgb4vf_open()873 set_bit(pi->port_id, &adapter->open_device_map); in cxgb4vf_open()877 if (adapter->open_device_map == 0) in cxgb4vf_open()895 clear_bit(pi->port_id, &adapter->open_device_map); in cxgb4vf_stop()896 if (adapter->open_device_map == 0) in cxgb4vf_stop()
Completed in 30 milliseconds