Searched refs:beiscsi_mccq_compl_wait (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 266 rc = beiscsi_mccq_compl_wait(phba, tag, NULL, nonemb_cmd); in beiscsi_exec_nemb_cmd() 413 status = beiscsi_mccq_compl_wait(phba, tag, &wrb, NULL); in beiscsi_if_get_handle() 733 rc = beiscsi_mccq_compl_wait(phba, tag, NULL, NULL); in beiscsi_if_set_vlan() 1111 rc = beiscsi_mccq_compl_wait(phba, tag, &wrb, NULL); in beiscsi_boot_get_shandle() 1554 rc = beiscsi_mccq_compl_wait(phba, tag, NULL, &nonemb_cmd); in beiscsi_mgmt_invalidate_icds()
|
D | be_iscsi.c | 1111 ret = beiscsi_mccq_compl_wait(phba, tag, NULL, &nonemb_cmd); in beiscsi_open_conn() 1263 ret = beiscsi_mccq_compl_wait(phba, tag, NULL, NULL); in beiscsi_conn_close() 1284 ret = beiscsi_mccq_compl_wait(phba, tag, NULL, NULL); in beiscsi_conn_close()
|
D | be_cmds.h | 820 int beiscsi_mccq_compl_wait(struct beiscsi_hba *phba,
|
D | be_cmds.c | 234 int beiscsi_mccq_compl_wait(struct beiscsi_hba *phba, in beiscsi_mccq_compl_wait() function
|