oper_type
(__fabric)->oper_type = BFA_PORT_TYPE_NPORT; \
(__fabric)->oper_type = BFA_PORT_TYPE_P2P; \
(__fabric)->oper_type = BFA_PORT_TYPE_NLPORT; \
enum bfa_port_type oper_type; /* current link topology */
#define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
port_attr->port_type = port->fabric->oper_type;
bfa_trc(port->fcs, port->fabric->oper_type);
bfa_trc(port->fcs, port->fabric->oper_type);
enum oper_type oper; /* operation to perform */