Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/rcupdate.h>
#include <linux/timer.h>
#include <linux/workqueue.h>
#include <linux/export.h>
#include <asm/unaligned.h>
#include <scsi/libfc.h>
#include <scsi/fc_encode.h>
#include "fc_libfc.h"
Go to the source code of this file.
Variables | |
struct fc4_prov | fc_rport_fcp_init |
struct fc4_prov | fc_rport_t0_prov |
EXPORT_SYMBOL | ( | fc_set_rport_loss_tmo | ) |
EXPORT_SYMBOL | ( | fc_rport_init | ) |
EXPORT_SYMBOL | ( | fc_rport_terminate_io | ) |
fc_destroy_rport() - Destroy the rport_event_queue
Definition at line 2025 of file fc_rport.c.
fc_rport_init() - Initialize the remote port layer for a local port : The local port to initialize the remote port layer for
Definition at line 1911 of file fc_rport.c.
fc_rport_terminate_io() - Stop all outstanding I/O on a remote port : The remote port whose I/O should be terminated
Definition at line 2034 of file fc_rport.c.
fc_set_rport_loss_tmo() - Set the remote port loss timeout : The remote port that gets a new timeout value : The new timeout value (in seconds)
Definition at line 187 of file fc_rport.c.
fc_setup_rport() - Initialize the rport_event_queue
Definition at line 2014 of file fc_rport.c.
Definition at line 1981 of file fc_rport.c.
Definition at line 2007 of file fc_rport.c.