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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h192 unsigned long open_device_map; member in struct:adapter
264 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map);
H A Dcxgb3_main.c862 int adap_up = adapter->open_device_map & PORT_MASK;
865 if (test_and_set_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map))
894 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map);
904 if (!test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map))
915 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map);
917 if (!adapter->open_device_map)
929 int other_ports = adapter->open_device_map & PORT_MASK;
931 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0)
934 set_bit(pi->port_id, &adapter->open_device_map);
963 clear_bit(p->port_id, &adapter->open_device_map);
[all...]
H A Dcxgb3_offload.c66 return (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcxgb2.c256 int other_ports = adapter->open_device_map & PORT_MASK;
258 if (!adapter->open_device_map && (err = cxgb_up(adapter)) < 0)
261 __set_bit(dev->if_port, &adapter->open_device_map);
280 clear_bit(dev->if_port, &adapter->open_device_map);
282 !(adapter->open_device_map & PORT_MASK)) {
290 if (!adapter->open_device_map)
920 if (adapter->open_device_map & PORT_MASK)
H A Dcommon.h264 unsigned long open_device_map; member in struct:adapter
H A Dsge.c742 if (adapter->open_device_map) {
2079 if (adapter->open_device_map & PORT_MASK) {

Completed in 104 milliseconds