Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Dfdtput.c32 enum oper_type { enum
38 enum oper_type oper; /* operation to perform */
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs.h189 enum bfa_port_type oper_type; /* current link topology */ member
281 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
Dbfa_fcs.c151 (__fabric)->oper_type = BFA_PORT_TYPE_NPORT; \
153 (__fabric)->oper_type = BFA_PORT_TYPE_P2P; \
155 (__fabric)->oper_type = BFA_PORT_TYPE_NLPORT; \
Dbfa_fcs_lport.c667 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_online_actions()
689 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_offline_actions()
1153 port_attr->port_type = port->fabric->oper_type; in bfa_fcs_lport_get_attr()