Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bnx2fc_els.c File Reference
#include "bnx2fc.h"

Go to the source code of this file.

Functions

int bnx2fc_send_rrq (struct bnx2fc_cmd *aborted_io_req)
 
int bnx2fc_send_adisc (struct bnx2fc_rport *tgt, struct fc_frame *fp)
 
int bnx2fc_send_logo (struct bnx2fc_rport *tgt, struct fc_frame *fp)
 
int bnx2fc_send_rls (struct bnx2fc_rport *tgt, struct fc_frame *fp)
 
void bnx2fc_srr_compl (struct bnx2fc_els_cb_arg *cb_arg)
 
void bnx2fc_rec_compl (struct bnx2fc_els_cb_arg *cb_arg)
 
int bnx2fc_send_rec (struct bnx2fc_cmd *orig_io_req)
 
int bnx2fc_send_srr (struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl)
 
void bnx2fc_process_els_compl (struct bnx2fc_cmd *els_req, struct fcoe_task_ctx_entry *task, u8 num_rq)
 
struct fc_seqbnx2fc_elsct_send (struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, void(*resp)(struct fc_seq *, struct fc_frame *, void *), void *arg, u32 timeout)
 

Function Documentation

struct fc_seq* bnx2fc_elsct_send ( struct fc_lport lport,
u32  did,
struct fc_frame fp,
unsigned int  op,
void(*)(struct fc_seq *, struct fc_frame *, void *)  resp,
void arg,
u32  timeout 
)
read

Definition at line 894 of file bnx2fc_els.c.

void bnx2fc_process_els_compl ( struct bnx2fc_cmd els_req,
struct fcoe_task_ctx_entry task,
u8  num_rq 
)

Definition at line 798 of file bnx2fc_els.c.

void bnx2fc_rec_compl ( struct bnx2fc_els_cb_arg cb_arg)

Definition at line 366 of file bnx2fc_els.c.

int bnx2fc_send_adisc ( struct bnx2fc_rport tgt,
struct fc_frame fp 
)

Definition at line 173 of file bnx2fc_els.c.

int bnx2fc_send_logo ( struct bnx2fc_rport tgt,
struct fc_frame fp 
)

Definition at line 201 of file bnx2fc_els.c.

int bnx2fc_send_rec ( struct bnx2fc_cmd orig_io_req)

Definition at line 575 of file bnx2fc_els.c.

int bnx2fc_send_rls ( struct bnx2fc_rport tgt,
struct fc_frame fp 
)

Definition at line 229 of file bnx2fc_els.c.

int bnx2fc_send_rrq ( struct bnx2fc_cmd aborted_io_req)

Definition at line 58 of file bnx2fc_els.c.

int bnx2fc_send_srr ( struct bnx2fc_cmd orig_io_req,
u32  offset,
u8  r_ctl 
)

Definition at line 617 of file bnx2fc_els.c.

void bnx2fc_srr_compl ( struct bnx2fc_els_cb_arg cb_arg)

Definition at line 256 of file bnx2fc_els.c.