Linux Kernel
3.7.1
|
#include <libfcoe.h>
struct fcoe_port - The FCoE private structure : The associated fcoe interface. The structure is defined by the low level driver : The associated local port : The pending Rx queue of skbs : Indicates if the pending queue is active : Max queue depth of pending queue : Min queue depth of pending queue : The queue timer : Handle for work context (to prevent RTNL deadlocks) : Source address for data
An instance of this structure is to be allocated along with the Scsi_Host and libfc fc_lport structures.
struct work_struct destroy_work |
struct sk_buff_head fcoe_pending_queue |