Searched refs:be_ctrl_info (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 715 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, 718 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, 723 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, 729 int be_poll_mcc(struct be_ctrl_info *ctrl); 730 int mgmt_check_supported_fw(struct be_ctrl_info *ctrl, 735 void free_mcc_tag(struct be_ctrl_info *ctrl, unsigned int tag); 743 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl); 744 int be_cmd_fw_uninit(struct be_ctrl_info *ctrl); 753 int be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, 756 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() 468 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_process_mcc() 588 static int be_mbox_db_ready_wait(struct be_ctrl_info *ctrl) in be_mbox_db_ready_wait() 644 int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify() 709 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mbox_notify_wait() 827 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create() 877 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl) in be_cmd_fw_initialize() 917 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 | 708 struct be_ctrl_info *ctrl = &phba->ctrl; in be_ctrl_init() 943 struct be_ctrl_info *ctrl; in be_isr() 3699 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mcc_queues_destroy() 3717 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_cleanup() 3780 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mcc_queues_create() 3862 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_init_port() 4279 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_enable_intr() 4320 struct be_ctrl_info *ctrl = &phba->ctrl; in hwi_disable_intr()
|
D | be_main.h | 429 struct be_ctrl_info ctrl;
|