Home
last modified time | relevance | path

Searched refs:isci_port (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/isci/
H A Dport.h97 struct isci_port { struct
189 static inline void sci_port_decrement_request_count(struct isci_port *iport) in sci_port_decrement_request_count()
203 struct isci_port *iport,
207 enum sci_status sci_port_start(struct isci_port *iport);
208 enum sci_status sci_port_stop(struct isci_port *iport);
211 struct isci_port *iport,
215 struct isci_port *iport,
219 struct isci_port *iport,
222 void isci_port_bcn_enable(struct isci_host *, struct isci_port *);
225 struct isci_port *iport,
[all …]
H A Dphy.h89 struct isci_port *owning_port;
173 struct isci_port *iport;
401 struct isci_port *iport,
404 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy);
408 struct isci_port *iport);
H A Dhost.h111 struct isci_port *, struct isci_phy *);
196 struct isci_port ports[SCI_MAX_PORTS + 1]; /* includes dummy port */
381 if (!idev || !idev->isci_port || !idev->isci_port->isci_host) in scirdev_to_dev()
384 return &idev->isci_port->isci_host->pdev->dev; in scirdev_to_dev()
465 void sci_controller_link_up(struct isci_host *ihost, struct isci_port *iport,
467 void sci_controller_link_down(struct isci_host *ihost, struct isci_port *iport,
H A Dremote_device.h93 struct isci_port *isci_port; member
99 struct isci_port *owning_port;
H A Dphy.c354 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy) in phy_get_non_dummy_port()
356 struct isci_port *iport = iphy->owning_port; in phy_get_non_dummy_port()
369 struct isci_port *iport) in sci_phy_set_port()
1254 struct isci_port *iport = iphy->owning_port; in sci_phy_stopped_state_enter()
1272 struct isci_port *iport = iphy->owning_port; in sci_phy_starting_state_enter()
1291 struct isci_port *iport = iphy->owning_port; in sci_phy_ready_state_enter()
1372 struct isci_port *iport, u8 phy_index) in sci_phy_construct()
H A Dtask.c721 struct isci_port *iport = dev->port->lldd_port; in isci_reset_device()
H A Dinit.c526 struct isci_port *iport = &ihost->ports[i]; in isci_host_alloc()