Searched defs:topology (Results 1 - 8 of 8) sorted by relevance

/drivers/parport/
H A Ddaisy.c44 } *topology = NULL; variable in typeref:struct:daisydev
55 /* Add a device to the discovered topology. */
65 for (p = &topology; *p && (*p)->devnum<devnum; p = &(*p)->next)
90 /* Discover the IEEE1284.3 topology on a port -- muxes and daisy chains.
180 p = &topology;
193 topology?. */
194 if (!topology) numdevs = 0;
215 struct daisydev *p = topology;
/drivers/scsi/lpfc/
H A Dlpfc_mbox.c267 * lpfc_read_topology - Prepare a mailbox command for reading HBA topology
272 * The read topology mailbox command is issued to read the link topology
279 * This routine prepares the mailbox command for reading HBA link topology
471 * @topology: the link topology for the link to be initialized to.
479 * with the specified link topology and speed.
483 LPFC_MBOXQ_t * pmb, uint32_t topology, uint32_t linkspeed)
493 switch (topology) {
2161 " port_state:x%x topology ch
482 lpfc_init_link(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb, uint32_t topology, uint32_t linkspeed) argument
[all...]
H A Dlpfc_sli4.h190 uint16_t topology; member in struct:lpfc_sli4_link
H A Dlpfc_hw.h860 RNID_TOP_DISC topologyDisc; /* topology disc (0xdf) */
2027 uint32_t topology:8; member in struct:__anon5642
2031 uint32_t topology:8; member in struct:__anon5642
2034 /* Defines for topology (defined previously) */
/drivers/scsi/bfa/
H A Dbfa_svc.h474 enum bfa_port_topology topology; /* current topology */ member in struct:bfa_fcport_s
476 u8 myalpa; /* my ALPA in LOOP topology */
H A Dbfa_svc.c1263 * When topology is set to loop, bfa_lps_set_n2n_pid() sends
3115 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P;
3191 fcport->topology = pevent->link_state.topology;
3193 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) {
3219 bfa_trc(fcport->bfa, fcport->topology);
3226 fcport->topology = BFA_PORT_TOPOLOGY_NONE;
3539 fcport->topology = BFA_PORT_TOPOLOGY_P2P;
3831 if ((fcport->cfg.topology == BFA_PORT_TOPOLOGY_LOOP) &&
3876 * Configure port topology
3879 bfa_fcport_cfg_topology(struct bfa_s *bfa, enum bfa_port_topology topology) argument
[all...]
H A Dbfa_defs.h196 BFA_STATUS_LOOP_UNSUPP_MEZZ = 231, /* Loop topology is not supported
725 u8 topology; /* boot topology setting */ member in struct:bfa_boot_cfg_s
736 u8 topology; /* boot topology setting */ member in struct:bfa_boot_pbc_s
H A Dbfa_defs_svc.h793 * Port topology setting. A port's topology and fabric login status
797 BFA_PORT_TOPOLOGY_NONE = 0, /* No valid topology */
799 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */
801 BFA_PORT_TOPOLOGY_AUTO = 4, /* auto topology selection */
949 u8 topology; /* bfa_port_topology */ member in struct:bfa_port_cfg_s
998 enum bfa_port_topology topology; /* current topology */ member in struct:bfa_port_attr_s
1009 enum bfa_port_type port_type; /* current topology */
1098 u8 topology; /* P2 member in struct:bfa_port_link_s
[all...]

Completed in 953 milliseconds