Searched refs:rports (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_attr.c786 wwn_t *rports = NULL; local
789 rports = kzalloc(sizeof(wwn_t) * nrports , GFP_ATOMIC);
790 if (rports == NULL)
794 bfa_fcs_port_get_rports(port->fcs_port, rports, &nrports);
796 kfree(rports);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_disc.c71 list_for_each_entry_rcu(rdata, &disc->rports, peers)
290 list_for_each_entry_rcu(rdata, &disc->rports, peers) {
698 * completely stopped and all rports have been deleted.
729 INIT_LIST_HEAD(&disc->rports);
H A Dfc_rport.c26 * transport class in regards to adding and deleting rports.
42 * mutex to be locked before calling them. This means that rports only handle
104 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers)
149 list_add_rcu(&rdata->peers, &lport->disc.rports);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport_fc.h504 struct list_head rports; member in struct:fc_host_attrs
562 (((struct fc_host_attrs *)(x)->shost_data)->rports)
H A Dlibfc.h704 * all discovered rports
712 * until all discovered rports are deleted from the
728 * @rports: List of discovered remote ports
744 struct list_head rports; member in struct:fc_disc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_transport_fc.c396 INIT_LIST_HEAD(&fc_host->rports);
971 * it's the "old" style that doesn't use rports.
2353 &fc_host->rports, peers) {
2448 * immediate termination of the rports
2552 list_add_tail(&rport->peers, &fc_host->rports);
2647 * Search the list of "active" rports, for an rport that has been
2653 list_for_each_entry(rport, &fc_host->rports, peers) {
2778 list_move_tail(&rport->peers, &fc_host->rports);
2895 * However, rports can be used as node containers by the LLDD,
3202 * rports whic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c2268 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) {
2406 list_for_each_entry_rcu(rdata, &disc->rports, peers) {
2519 INIT_LIST_HEAD(&lport->disc.rports);

Completed in 75 milliseconds