QL_FL_PORT
if (ha->topology & QL_FL_PORT) {
~(QL_N_PORT | QL_NL_PORT | QL_F_PORT | QL_FL_PORT));
ha->topology = (uint8_t)(ha->topology | QL_FL_PORT);
#define QL_LOOP_CONNECTION (QL_NL_PORT | QL_FL_PORT)
#define QL_FABRIC_CONNECTION (QL_F_PORT | QL_FL_PORT)