Home
last modified time | relevance | path

Searched refs:beiscsi_mccq_compl_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_mgmt.c266 rc = beiscsi_mccq_compl_wait(phba, tag, NULL, nonemb_cmd); in beiscsi_exec_nemb_cmd()
408 status = beiscsi_mccq_compl_wait(phba, tag, &wrb, NULL); in beiscsi_if_get_handle()
721 rc = beiscsi_mccq_compl_wait(phba, tag, NULL, NULL); in beiscsi_if_set_vlan()
1102 rc = beiscsi_mccq_compl_wait(phba, tag, &wrb, NULL); in beiscsi_boot_get_shandle()
1549 rc = beiscsi_mccq_compl_wait(phba, tag, NULL, &nonemb_cmd); in beiscsi_mgmt_invalidate_icds()
Dbe_iscsi.c1100 ret = beiscsi_mccq_compl_wait(phba, tag, NULL, &nonemb_cmd); in beiscsi_open_conn()
1251 ret = beiscsi_mccq_compl_wait(phba, tag, NULL, NULL); in beiscsi_conn_close()
1272 ret = beiscsi_mccq_compl_wait(phba, tag, NULL, NULL); in beiscsi_conn_close()
Dbe_cmds.h825 int beiscsi_mccq_compl_wait(struct beiscsi_hba *phba,
Dbe_cmds.c239 int beiscsi_mccq_compl_wait(struct beiscsi_hba *phba, in beiscsi_mccq_compl_wait() function