Linux Kernel
3.7.1
|
#include <mptsas.h>
Public Member Functions | |
u8 | __attribute__ ((aligned(4))) event_data[1] |
Data Fields | |
struct list_head | list |
struct delayed_work | work |
MPT_ADAPTER * | ioc |
u32 | event |
u8 | retries |
u8 | cancel_pending_work |
struct delayed_work | delayed_work |
struct MPT2SAS_ADAPTER * | ioc |
u16 | device_handle |
u8 | VF_ID |
u8 | VP_ID |
u8 | ignore |
u16 | event |
void * | event_data |
struct fw_event_work - firmware event struct : link list framework : work object (ioc->fault_reset_work_q) : flag set during reset handling : per adapter object : device handle : virtual function id : virtual port id : flag meaning this event has been marked to ignore : firmware event MPI2_EVENT_XXX defined in mpt2_ioc.h : reply event data payload follows
This object stored on ioc->fw_event_list.
u8 __attribute__ | ( | (aligned(4)) | ) |
u8 cancel_pending_work |
Definition at line 164 of file mpt2sas_scsih.c.
Definition at line 165 of file mpt2sas_scsih.c.
u16 device_handle |
Definition at line 167 of file mpt2sas_scsih.c.
Definition at line 171 of file mpt2sas_scsih.c.
Definition at line 172 of file mpt2sas_scsih.c.
u8 ignore |
Definition at line 170 of file mpt2sas_scsih.c.
Definition at line 166 of file mpt2sas_scsih.c.
u8 VF_ID |
Definition at line 168 of file mpt2sas_scsih.c.
u8 VP_ID |
Definition at line 169 of file mpt2sas_scsih.c.
struct delayed_work work |