Searched refs:OFFLOAD_DEVMAP_BIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/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 | 1354 if (test_and_set_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_open() 1383 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_open() 1394 if (!test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_close() 1408 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_close() 2188 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_siocdevprivate() 2265 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_siocdevprivate() 2901 test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in t3_adapter_error() 3362 __set_bit(OFFLOAD_DEVMAP_BIT, &adapter->registered_device_map); in init_one() 3420 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()
|