Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/dtc/
Dfdtput.c18 enum oper_type { enum
24 enum oper_type oper; /* operation to perform */
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcs.h181 enum bfa_port_type oper_type; /* current link topology */ member
270 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
Dbfa_fcs.c143 (__fabric)->oper_type = BFA_PORT_TYPE_NPORT; \
145 (__fabric)->oper_type = BFA_PORT_TYPE_P2P; \
147 (__fabric)->oper_type = BFA_PORT_TYPE_NLPORT; \
Dbfa_fcs_lport.c659 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_online_actions()
681 bfa_trc(port->fcs, port->fabric->oper_type); in bfa_fcs_lport_offline_actions()
1145 port_attr->port_type = port->fabric->oper_type; in bfa_fcs_lport_get_attr()