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

/linux-master/scripts/dtc/
H A Dfdtput.c18 enum oper_type { enum
24 enum oper_type oper; /* operation to perform */
/linux-master/drivers/scsi/bfa/
H A 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; \
H A Dbfa_fcs.h274 enum bfa_port_type oper_type; /* current link topology */ member in struct:bfa_fcs_fabric_s
363 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
H A Dbfa_fcs_lport.c646 bfa_trc(port->fcs, port->fabric->oper_type);
668 bfa_trc(port->fcs, port->fabric->oper_type);
1132 port_attr->port_type = port->fabric->oper_type;

Completed in 270 milliseconds