Searched refs:OFFLOAD_DEVMAP_BIT (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 298 #define OFFLOAD_DEVMAP_BIT 15 macro 304 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_running()
|
D | cxgb3_main.c | 1353 if (test_and_set_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_open() 1382 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_open() 1393 if (!test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_close() 1407 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_close() 2175 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_extension_ioctl() 2249 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_extension_ioctl() 2874 test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in t3_adapter_error() 3338 __set_bit(OFFLOAD_DEVMAP_BIT, &adapter->registered_device_map); in init_one() 3386 if (test_bit(OFFLOAD_DEVMAP_BIT, in remove_one()
|
D | cxgb3_offload.c | 74 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_activated()
|