Searched refs:be_ctrl_info (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/scsi/be2iscsi/ | 
| D | be_cmds.c | 141 void free_mcc_wrb(struct be_ctrl_info *ctrl, unsigned int tag)  in free_mcc_wrb() 319 static int beiscsi_process_mbox_compl(struct be_ctrl_info *ctrl,  in beiscsi_process_mbox_compl() 484 int beiscsi_process_mcc_compl(struct be_ctrl_info *ctrl,  in beiscsi_process_mcc_compl() 585 static int be_mbox_db_ready_poll(struct be_ctrl_info *ctrl)  in be_mbox_db_ready_poll() 635 static int be_mbox_notify(struct be_ctrl_info *ctrl)  in be_mbox_notify() 735 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl,  in beiscsi_cmd_eq_create() 775 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl,  in beiscsi_cmd_cq_create() 857 	struct be_ctrl_info *ctrl;  in beiscsi_cmd_mccq_create() 900 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q,  in beiscsi_cmd_q_destroy() 974 int be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl,  in be_cmd_create_default_pdu_queue() [all …] 
 | 
| D | be_cmds.h | 790 int beiscsi_cmd_special_wrb(struct be_ctrl_info *ctrl, u32 load); 802 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, 805 int beiscsi_cmd_cq_create(struct be_ctrl_info *ctrl, 810 int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, 816 void free_mcc_wrb(struct be_ctrl_info *ctrl, unsigned int tag); 834 int beiscsi_process_mcc_compl(struct be_ctrl_info *ctrl, 837 int be_cmd_create_default_pdu_queue(struct be_ctrl_info *ctrl, 843 int be_cmd_iscsi_post_template_hdr(struct be_ctrl_info *ctrl, 846 int be_cmd_iscsi_remove_template_hdr(struct be_ctrl_info *ctrl); 848 int be_cmd_iscsi_post_sgl_pages(struct be_ctrl_info *ctrl, [all …] 
 | 
| D | be_mgmt.c | 33 unsigned int mgmt_vendor_specific_fw_cmd(struct be_ctrl_info *ctrl,  in mgmt_vendor_specific_fw_cmd() 117 	struct be_ctrl_info *ctrl = &phba->ctrl;  in mgmt_open_connection() 227 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_exec_nemb_cmd() 386 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_if_get_handle() 920 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_boot_logout_sess() 959 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_boot_reopen_sess() 1000 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_boot_get_sinfo() 1048 	struct be_ctrl_info *ctrl = &phba->ctrl;  in __beiscsi_boot_get_shandle() 1435 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_invalidate_cxn() 1471 	struct be_ctrl_info *ctrl = &phba->ctrl;  in beiscsi_upload_cxn() [all …] 
 | 
| D | be.h | 111 struct be_ctrl_info {  struct
  | 
| D | be_mgmt.h | 34 unsigned int mgmt_vendor_specific_fw_cmd(struct be_ctrl_info *ctrl,
  | 
| D | be_main.c | 527 	struct be_ctrl_info *ctrl = &phba->ctrl;  in be_ctrl_init() 736 	struct be_ctrl_info *ctrl;  in be_isr() 3448 	struct be_ctrl_info *ctrl = &phba->ctrl;  in be_mcc_queues_destroy() 3511 	struct be_ctrl_info *ctrl = &phba->ctrl;  in be_mcc_queues_create() 3621 	struct be_ctrl_info *ctrl = &phba->ctrl;  in hwi_cleanup_port() 3696 	struct be_ctrl_info *ctrl = &phba->ctrl;  in hwi_init_port() 4096 	struct be_ctrl_info *ctrl = &phba->ctrl;  in hwi_enable_intr() 4137 	struct be_ctrl_info *ctrl = &phba->ctrl;  in hwi_disable_intr()
  | 
| D | be_main.h | 367 	struct be_ctrl_info ctrl;
  |