Home
last modified time | relevance | path

Searched refs:OFFLOAD_DEVMAP_BIT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h297 #define OFFLOAD_DEVMAP_BIT 15 macro
303 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_running()
H A Dcxgb3_offload.c74 return test_bit(OFFLOAD_DEVMAP_BIT, &adapter->open_device_map); in offload_activated()