HINIC3_INTF_UP
if (!test_bit(HINIC3_INTF_UP, &nic_dev->flags) ||
if (test_bit(HINIC3_INTF_UP, &nic_dev->flags)) {
set_bit(HINIC3_INTF_UP, &nic_dev->flags);
if (!test_and_clear_bit(HINIC3_INTF_UP, &nic_dev->flags)) {