Home
last modified time | relevance | path

Searched refs:oper_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/dtc/
Dfdtput.c32 enum oper_type { enum
38 enum oper_type oper; /* operation to perform */
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs.h188 enum bfa_port_type oper_type; /* current link topology */ member
280 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
Dbfa_fcs.c213 (__fabric)->oper_type = BFA_PORT_TYPE_NPORT; \
215 (__fabric)->oper_type = BFA_PORT_TYPE_P2P; \
217 (__fabric)->oper_type = BFA_PORT_TYPE_NLPORT; \
Dbfa_fcs_lport.c655 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_online_actions()
677 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_offline_actions()
1141 port_attr->port_type = port->fabric->oper_type; in bfa_fcs_lport_get_attr()