search for: fc_remote_port_delete

Displaying 3 results from an estimated 3 matches for "fc_remote_port_delete".

2006 Aug 04
2
Dedicate PCI Devices to DomU?
...qla2xxx: Unknown symbol pci_set_consistent_dma_mask qla2xxx: Unknown symbol pci_enable_device qla2xxx: Unknown symbol fc_remote_port_add qla2xxx: Unknown symbol fc_remove_host qla2xxx: Unknown symbol pci_request_regions qla2xxx: Unknown symbol pci_bus_write_config_byte qla2xxx: Unknown symbol fc_remote_port_delete qla2xxx: Unknown symbol pci_bus_read_config_dword qla2xxx: Unknown symbol pci_bus_read_config_word qla2xxx: Unknown symbol fc_release_transport qla2xxx: Unknown symbol pci_set_mwi qla2xxx: Unknown symbol pci_find_capability qla2xxx: Unknown symbol fc_remote_port_rolechg qla2xxx: Unknown symb...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...lock_irqrestore(shost->host_lock, flags); return rport; } } spin_unlock_irqrestore(shost->host_lock, flags); /* No consistent binding found - create new remote port entry */ rport = fc_rport_create(shost, channel, ids); return rport; } EXPORT_SYMBOL(fc_remote_port_add); /** * fc_remote_port_delete - notifies the fc transport that a remote port is no longer in existence. * @rport: The remote port that no longer exists * * The LLDD calls this routine to notify the transport that a remote * port is no longer part of the topology. Note: Although a port * may no longer be part of the topolog...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...lock_irqrestore(shost->host_lock, flags); return rport; } } spin_unlock_irqrestore(shost->host_lock, flags); /* No consistent binding found - create new remote port entry */ rport = fc_rport_create(shost, channel, ids); return rport; } EXPORT_SYMBOL(fc_remote_port_add); /** * fc_remote_port_delete - notifies the fc transport that a remote port is no longer in existence. * @rport: The remote port that no longer exists * * The LLDD calls this routine to notify the transport that a remote * port is no longer part of the topology. Note: Although a port * may no longer be part of the topolog...