Searched refs:OFFLOAD_DEVMAP_BIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 297 #define OFFLOAD_DEVMAP_BIT 15 macro 303 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_running()
|
D | cxgb3_main.c | 1356 if (test_and_set_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_open() 1385 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_open() 1396 if (!test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_close() 1410 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_close() 2189 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_extension_ioctl() 2266 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_extension_ioctl() 2902 test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in t3_adapter_error() 3369 __set_bit(OFFLOAD_DEVMAP_BIT, &adapter->registered_device_map); in init_one() 3427 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()
|