Home
last modified time | relevance | path

Searched refs:be_ctrl_info (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_cmds.h516 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 …]
Dbe_mgmt.c27 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()
Dbe_cmds.c131 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 …]
Dbe.h98 struct be_ctrl_info { struct
Dbe_mgmt.h243 int mgmt_get_fw_config(struct be_ctrl_info *ctrl,
Dbe_main.c583 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()
Dbe_main.h344 struct be_ctrl_info ctrl;