Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fc_fcp_internal Struct Reference

Data Fields

mempool_tscsi_pkt_pool
 
spinlock_t scsi_queue_lock
 
struct list_head scsi_pkt_queue
 
unsigned long last_can_queue_ramp_down_time
 
unsigned long last_can_queue_ramp_up_time
 
int max_can_queue
 

Detailed Description

struct fc_fcp_internal - FCP layer internal data : Memory pool to draw FCP packets from : Protects the scsi_pkt_queue : Current FCP packets : ramp down time : ramp up time : max can_queue size

Definition at line 78 of file fc_fcp.c.

Field Documentation

unsigned long last_can_queue_ramp_down_time

Definition at line 82 of file fc_fcp.c.

unsigned long last_can_queue_ramp_up_time

Definition at line 83 of file fc_fcp.c.

int max_can_queue

Definition at line 84 of file fc_fcp.c.

mempool_t* scsi_pkt_pool

Definition at line 79 of file fc_fcp.c.

struct list_head scsi_pkt_queue

Definition at line 81 of file fc_fcp.c.

spinlock_t scsi_queue_lock

Definition at line 80 of file fc_fcp.c.


The documentation for this struct was generated from the following file: