Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sas_event.c File Reference
#include <linux/export.h>
#include <scsi/scsi_host.h>
#include "sas_internal.h"
#include "sas_dump.h"

Go to the source code of this file.

Functions

void sas_queue_work (struct sas_ha_struct *ha, struct sas_work *sw)
 
void __sas_drain_work (struct sas_ha_struct *ha)
 
int sas_drain_work (struct sas_ha_struct *ha)
 
 EXPORT_SYMBOL_GPL (sas_drain_work)
 
void sas_disable_revalidation (struct sas_ha_struct *ha)
 
void sas_enable_revalidation (struct sas_ha_struct *ha)
 
void sas_notify_phy_event (struct asd_sas_phy *phy, enum phy_event event)
 
int sas_init_events (struct sas_ha_struct *sas_ha)
 

Function Documentation

void __sas_drain_work ( struct sas_ha_struct ha)

Definition at line 57 of file sas_event.c.

EXPORT_SYMBOL_GPL ( sas_drain_work  )
void sas_disable_revalidation ( struct sas_ha_struct ha)

Definition at line 93 of file sas_event.c.

int sas_drain_work ( struct sas_ha_struct ha)

Definition at line 78 of file sas_event.c.

void sas_enable_revalidation ( struct sas_ha_struct ha)

Definition at line 100 of file sas_event.c.

int sas_init_events ( struct sas_ha_struct sas_ha)

Definition at line 147 of file sas_event.c.

void sas_notify_phy_event ( struct asd_sas_phy phy,
enum phy_event  event 
)

Definition at line 137 of file sas_event.c.

void sas_queue_work ( struct sas_ha_struct ha,
struct sas_work sw 
)

Definition at line 30 of file sas_event.c.