Searched refs:__beiscsi_mcc_compl_status (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 311 __beiscsi_mcc_compl_status(phba, tag, NULL, NULL); in __beiscsi_eq_delay_compl() 847 status = __beiscsi_mcc_compl_status(phba, tag, NULL, NULL); in beiscsi_boot_process_compl() 854 status = __beiscsi_mcc_compl_status(phba, tag, &wrb, NULL); in beiscsi_boot_process_compl() 867 status = __beiscsi_mcc_compl_status(phba, tag, NULL, in beiscsi_boot_process_compl() 885 status = __beiscsi_mcc_compl_status(phba, tag, &wrb, NULL); in beiscsi_boot_process_compl()
|
D | be_cmds.c | 168 int __beiscsi_mcc_compl_status(struct beiscsi_hba *phba, in __beiscsi_mcc_compl_status() function 302 rc = __beiscsi_mcc_compl_status(phba, tag, wrb, mbx_cmd_mem); in beiscsi_mccq_compl_wait() 552 __beiscsi_mcc_compl_status(phba, tag, NULL, NULL); in beiscsi_process_mcc_compl()
|
D | be_cmds.h | 824 int __beiscsi_mcc_compl_status(struct beiscsi_hba *phba,
|