Linux Kernel
3.7.1
|
#include "bnx2fc.h"
Go to the source code of this file.
Functions | |
void | bnx2fc_flush_active_ios (struct bnx2fc_rport *tgt) |
void | bnx2fc_rport_event_handler (struct fc_lport *lport, struct fc_rport_priv *rdata, enum fc_rport_event event) |
struct bnx2fc_rport * | bnx2fc_tgt_lookup (struct fcoe_port *port, u32 port_id) |
void bnx2fc_flush_active_ios | ( | struct bnx2fc_rport * | tgt | ) |
Definition at line 150 of file bnx2fc_tgt.c.
void bnx2fc_rport_event_handler | ( | struct fc_lport * | lport, |
struct fc_rport_priv * | rdata, | ||
enum fc_rport_event | event | ||
) |
This event_callback is called after successful completion of libfc initiated target login. bnx2fc can proceed with initiating the session establishment.
Definition at line 429 of file bnx2fc_tgt.c.
|
read |
bnx2fc_tgt_lookup() - Lookup a bnx2fc_rport by port_id
: fcoe_port struct to lookup the target port on : The remote port ID to look up
Definition at line 577 of file bnx2fc_tgt.c.