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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h236 unsigned long open_device_map; member in struct:adapter
313 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map);
H A Dcxgb3_main.c1318 int adap_up = adapter->open_device_map & PORT_MASK;
1321 if (test_and_set_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map))
1350 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map);
1360 if (!test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map))
1374 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map);
1376 if (!adapter->open_device_map)
1387 int other_ports = adapter->open_device_map & PORT_MASK;
1390 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0)
1393 set_bit(pi->port_id, &adapter->open_device_map);
1418 if (!adapter->open_device_map)
[all...]
H A Dcxgb3_offload.c67 return (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dcxgb2.c254 int other_ports = adapter->open_device_map & PORT_MASK;
257 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0) {
262 __set_bit(dev->if_port, &adapter->open_device_map);
282 clear_bit(dev->if_port, &adapter->open_device_map);
284 !(adapter->open_device_map & PORT_MASK)) {
292 if (!adapter->open_device_map)
930 if (adapter->open_device_map & PORT_MASK)
H A Dcommon.h233 unsigned long open_device_map; member in struct:adapter
H A Dsge.c717 if (adapter->open_device_map) {
1970 if (adapter->open_device_map & PORT_MASK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dadapter.h351 unsigned long open_device_map; member in struct:adapter
H A Dcxgb4vf_main.c742 if (adapter->open_device_map == 0) {
752 set_bit(pi->port_id, &adapter->open_device_map);
773 clear_bit(pi->port_id, &adapter->open_device_map);
774 if (adapter->open_device_map == 0)

Completed in 146 milliseconds