Linux Kernel
3.7.1
|
#include <megaraid_sas.h>
Data Fields | |
void(* | fire_cmd )(struct megasas_instance *, dma_addr_t, u32, struct megasas_register_set __iomem *) |
void(* | enable_intr )(struct megasas_register_set __iomem *) |
void(* | disable_intr )(struct megasas_register_set __iomem *) |
int(* | clear_intr )(struct megasas_register_set __iomem *) |
u32(* | read_fw_status_reg )(struct megasas_register_set __iomem *) |
int(* | adp_reset )(struct megasas_instance *, struct megasas_register_set __iomem *) |
int(* | check_reset )(struct megasas_instance *, struct megasas_register_set __iomem *) |
irqreturn_t(* | service_isr )(int irq, void *devp) |
void(* | tasklet )(unsigned long) |
u32(* | init_adapter )(struct megasas_instance *) |
u32(* | build_and_issue_cmd )(struct megasas_instance *, struct scsi_cmnd *) |
void(* | issue_dcmd )(struct megasas_instance *instance, struct megasas_cmd *cmd) |
Definition at line 1380 of file megaraid_sas.h.
int(* adp_reset)(struct megasas_instance *, struct megasas_register_set __iomem *) |
Definition at line 1390 of file megaraid_sas.h.
u32(* build_and_issue_cmd)(struct megasas_instance *, struct scsi_cmnd *) |
Definition at line 1397 of file megaraid_sas.h.
int(* check_reset)(struct megasas_instance *, struct megasas_register_set __iomem *) |
Definition at line 1392 of file megaraid_sas.h.
int(* clear_intr)(struct megasas_register_set __iomem *) |
Definition at line 1387 of file megaraid_sas.h.
void(* disable_intr)(struct megasas_register_set __iomem *) |
Definition at line 1385 of file megaraid_sas.h.
void(* enable_intr)(struct megasas_register_set __iomem *) |
Definition at line 1384 of file megaraid_sas.h.
void(* fire_cmd)(struct megasas_instance *, dma_addr_t, u32, struct megasas_register_set __iomem *) |
Definition at line 1381 of file megaraid_sas.h.
u32(* init_adapter)(struct megasas_instance *) |
Definition at line 1396 of file megaraid_sas.h.
void(* issue_dcmd)(struct megasas_instance *instance, struct megasas_cmd *cmd) |
Definition at line 1399 of file megaraid_sas.h.
u32(* read_fw_status_reg)(struct megasas_register_set __iomem *) |
Definition at line 1389 of file megaraid_sas.h.
irqreturn_t(* service_isr)(int irq, void *devp) |
Definition at line 1394 of file megaraid_sas.h.
Definition at line 1395 of file megaraid_sas.h.