AQ_HW_FLAG_ERR_UNPLUG  101 drivers/net/ethernet/aquantia/atlantic/aq_hw.h #define AQ_HW_FLAG_ERRORS      (AQ_HW_FLAG_ERR_HW | AQ_HW_FLAG_ERR_UNPLUG)
AQ_HW_FLAG_ERR_UNPLUG   43 drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.c 		aq_utils_obj_set(&hw->flags, AQ_HW_FLAG_ERR_UNPLUG);
AQ_HW_FLAG_ERR_UNPLUG   69 drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.c 	if (aq_utils_obj_test(&hw->flags, AQ_HW_FLAG_ERR_UNPLUG)) {
AQ_HW_FLAG_ERR_UNPLUG  605 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c 	if (aq_utils_obj_test(&self->flags, AQ_HW_FLAG_ERR_UNPLUG)) {
AQ_HW_FLAG_ERR_UNPLUG  673 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c 	if (aq_utils_obj_test(&self->flags, AQ_HW_FLAG_ERR_UNPLUG)) {