Searched refs:be_ctrl_info (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 704 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, 707 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, 712 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, 718 int be_poll_mcc(struct be_ctrl_info *ctrl); 719 int mgmt_check_supported_fw(struct be_ctrl_info *ctrl, 724 void free_mcc_tag(struct be_ctrl_info *ctrl, unsigned int tag); 732 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl); 733 int be_cmd_fw_uninit(struct be_ctrl_info *ctrl); 742 int be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, 745 int be_mbox_notify(struct be_ctrl_info *ctrl); [all …]
|
D | be_cmds.c | 258 void free_mcc_tag(struct be_ctrl_info *ctrl, unsigned int tag) in free_mcc_tag() 317 static int be_mcc_compl_process(struct be_ctrl_info *ctrl, in be_mcc_compl_process() 352 int be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, in be_mcc_compl_process_isr() 467 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_process_mcc() 584 static int be_mbox_db_ready_wait(struct be_ctrl_info *ctrl) in be_mbox_db_ready_wait() 640 int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify() 705 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mbox_notify_wait() 823 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create() 873 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl) in be_cmd_fw_initialize() 913 int be_cmd_fw_uninit(struct be_ctrl_info *ctrl) in be_cmd_fw_uninit() [all …]
|
D | be_mgmt.c | 161 struct be_ctrl_info *ctrl = &phba->ctrl; in be_cmd_modify_eq_delay() 209 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_reopen_session() 244 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_get_boot_target() 277 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_get_session_info() 330 int mgmt_get_fw_config(struct be_ctrl_info *ctrl, in mgmt_get_fw_config() 422 int mgmt_check_supported_fw(struct be_ctrl_info *ctrl, in mgmt_check_supported_fw() 481 unsigned int mgmt_vendor_specific_fw_cmd(struct be_ctrl_info *ctrl, in mgmt_vendor_specific_fw_cmd() 560 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_epfw_cleanup() 589 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_invalidate_icds() 635 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_invalidate_connection() [all …]
|
D | be_mgmt.h | 112 unsigned int mgmt_vendor_specific_fw_cmd(struct be_ctrl_info *ctrl, 269 int mgmt_get_fw_config(struct be_ctrl_info *ctrl,
|
D | be.h | 120 struct be_ctrl_info { struct
|
D | be_main.c | 696 struct be_ctrl_info *ctrl = &phba->ctrl; in be_ctrl_init() 931 struct be_ctrl_info *ctrl; in be_isr() 3678 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mcc_queues_destroy() 3694 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_cleanup() 3753 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mcc_queues_create() 3835 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_init_port() 4252 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_enable_intr() 4293 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_disable_intr()
|
D | be_main.h | 425 struct be_ctrl_info ctrl;
|