Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
target_core_hba.c File Reference
#include <linux/net.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/in.h>
#include <linux/module.h>
#include <net/sock.h>
#include <net/tcp.h>
#include <target/target_core_base.h>
#include <target/target_core_backend.h>
#include <target/target_core_fabric.h>
#include "target_core_internal.h"

Go to the source code of this file.

Functions

int transport_subsystem_register (struct se_subsystem_api *sub_api)
 
 EXPORT_SYMBOL (transport_subsystem_register)
 
void transport_subsystem_release (struct se_subsystem_api *sub_api)
 
 EXPORT_SYMBOL (transport_subsystem_release)
 
struct se_hbacore_alloc_hba (const char *plugin_name, u32 plugin_dep_id, u32 hba_flags)
 
int core_delete_hba (struct se_hba *hba)
 

Function Documentation

struct se_hba* core_alloc_hba ( const char plugin_name,
u32  plugin_dep_id,
u32  hba_flags 
)
read

Definition at line 105 of file target_core_hba.c.

int core_delete_hba ( struct se_hba hba)

Definition at line 153 of file target_core_hba.c.

EXPORT_SYMBOL ( transport_subsystem_register  )
EXPORT_SYMBOL ( transport_subsystem_release  )
int transport_subsystem_register ( struct se_subsystem_api sub_api)

Definition at line 53 of file target_core_hba.c.

void transport_subsystem_release ( struct se_subsystem_api sub_api)

Definition at line 78 of file target_core_hba.c.