Linux Kernel
3.7.1
|
#include "bnx2fc.h"
Go to the source code of this file.
Macros | |
#define | RESERVE_FREE_LIST_INDEX num_possible_cpus() |
#define RESERVE_FREE_LIST_INDEX num_possible_cpus() |
Definition at line 15 of file bnx2fc_io.c.
void bnx2fc_build_fcp_cmnd | ( | struct bnx2fc_cmd * | io_req, |
struct fcp_cmnd * | fcp_cmnd | ||
) |
Definition at line 1698 of file bnx2fc_io.c.
|
read |
Definition at line 492 of file bnx2fc_io.c.
|
read |
Definition at line 242 of file bnx2fc_io.c.
void bnx2fc_cmd_mgr_free | ( | struct bnx2fc_cmd_mgr * | cmgr | ) |
Definition at line 364 of file bnx2fc_io.c.
Definition at line 547 of file bnx2fc_io.c.
void bnx2fc_cmd_timer_set | ( | struct bnx2fc_cmd * | io_req, |
unsigned int | timer_msec | ||
) |
Definition at line 27 of file bnx2fc_io.c.
bnx2fc_eh_abort - eh_abort_handler api to abort an outstanding SCSI command
: SCSI_ML command pointer
SCSI abort request handler
Definition at line 1155 of file bnx2fc_io.c.
bnx2fc_eh_device_reset - Reset a single LUN
: SCSI command
Set from SCSI host template to send task mgmt command to the target and wait for the response
Definition at line 1100 of file bnx2fc_io.c.
bnx2fc_eh_target_reset: Reset a target
: SCSI command
Set from SCSI host template to send task mgmt command to the target and wait for the response
Definition at line 1087 of file bnx2fc_io.c.
|
read |
Definition at line 422 of file bnx2fc_io.c.
int bnx2fc_expl_logo | ( | struct fc_lport * | lport, |
struct bnx2fc_cmd * | io_req | ||
) |
Definition at line 1105 of file bnx2fc_io.c.
int bnx2fc_init_mp_req | ( | struct bnx2fc_cmd * | io_req | ) |
Definition at line 609 of file bnx2fc_io.c.
int bnx2fc_initiate_abts | ( | struct bnx2fc_cmd * | io_req | ) |
Definition at line 842 of file bnx2fc_io.c.
int bnx2fc_initiate_cleanup | ( | struct bnx2fc_cmd * | io_req | ) |
Definition at line 1021 of file bnx2fc_io.c.
int bnx2fc_initiate_seq_cleanup | ( | struct bnx2fc_cmd * | orig_io_req, |
u32 | offset, | ||
enum fc_rctl | r_ctl | ||
) |
Definition at line 951 of file bnx2fc_io.c.
int bnx2fc_post_io_req | ( | struct bnx2fc_rport * | tgt, |
struct bnx2fc_cmd * | io_req | ||
) |
Definition at line 1966 of file bnx2fc_io.c.
void bnx2fc_process_abts_compl | ( | struct bnx2fc_cmd * | io_req, |
struct fcoe_task_ctx_entry * | task, | ||
u8 | num_rq | ||
) |
Definition at line 1344 of file bnx2fc_io.c.
void bnx2fc_process_cleanup_compl | ( | struct bnx2fc_cmd * | io_req, |
struct fcoe_task_ctx_entry * | task, | ||
u8 | num_rq | ||
) |
Definition at line 1331 of file bnx2fc_io.c.
void bnx2fc_process_scsi_cmd_compl | ( | struct bnx2fc_cmd * | io_req, |
struct fcoe_task_ctx_entry * | task, | ||
u8 | num_rq | ||
) |
Definition at line 1879 of file bnx2fc_io.c.
void bnx2fc_process_seq_cleanup_compl | ( | struct bnx2fc_cmd * | seq_clnp_req, |
struct fcoe_task_ctx_entry * | task, | ||
u8 | rx_state | ||
) |
Definition at line 1296 of file bnx2fc_io.c.
void bnx2fc_process_tm_compl | ( | struct bnx2fc_cmd * | io_req, |
struct fcoe_task_ctx_entry * | task, | ||
u8 | num_rq | ||
) |
Definition at line 1503 of file bnx2fc_io.c.