Searched refs:OFFLOAD_DEVMAP_BIT (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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 | 1355 if (test_and_set_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_open() 1384 clear_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_open() 1395 if (!test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) in offload_close() 1409 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_siocdevprivate() 2266 if (test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in cxgb_siocdevprivate() 2902 test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map)) { in t3_adapter_error() 3363 __set_bit(OFFLOAD_DEVMAP_BIT, &adapter->registered_device_map); in init_one() 3421 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()
|