Searched refs:be_ctrl_info (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 516 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, 519 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, 524 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, 530 int be_poll_mcc(struct be_ctrl_info *ctrl); 531 int mgmt_check_supported_fw(struct be_ctrl_info *ctrl, 539 void free_mcc_tag(struct be_ctrl_info *ctrl, unsigned int tag); 541 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl); 550 int be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, 553 int be_mbox_notify(struct be_ctrl_info *ctrl); 555 int be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl, [all …]
|
D | be_mgmt.c | 27 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_get_boot_target() 57 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_get_session_info() 95 int mgmt_get_fw_config(struct be_ctrl_info *ctrl, in mgmt_get_fw_config() 139 int mgmt_check_supported_fw(struct be_ctrl_info *ctrl, in mgmt_check_supported_fw() 193 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_epfw_cleanup() 223 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_invalidate_icds() 269 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_invalidate_connection() 303 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_upload_connection() 338 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_open_connection() 425 struct be_ctrl_info *ctrl = &phba->ctrl; in be_cmd_get_mac_addr()
|
D | be_cmds.c | 131 void free_mcc_tag(struct be_ctrl_info *ctrl, unsigned int tag) in free_mcc_tag() 166 static int be_mcc_compl_process(struct be_ctrl_info *ctrl, in be_mcc_compl_process() 186 int be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, in be_mcc_compl_process_isr() 269 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_process_mcc() 326 static int be_mbox_db_ready_wait(struct be_ctrl_info *ctrl) in be_mbox_db_ready_wait() 353 int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify() 409 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mbox_notify_wait() 519 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create() 560 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl) in be_cmd_fw_initialize() 589 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_cq_create() [all …]
|
D | be.h | 98 struct be_ctrl_info { struct
|
D | be_mgmt.h | 243 int mgmt_get_fw_config(struct be_ctrl_info *ctrl,
|
D | be_main.c | 583 struct be_ctrl_info *ctrl = &phba->ctrl; in be_ctrl_init() 779 struct be_ctrl_info *ctrl; in be_isr() 3059 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mcc_queues_destroy() 3075 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_cleanup() 3120 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mcc_queues_create() 3176 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_init_port() 3453 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_enable_intr() 3490 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_disable_intr()
|
D | be_main.h | 344 struct be_ctrl_info ctrl;
|