Searched refs:beiscsi_mccq_compl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 733 rc = beiscsi_mccq_compl(phba, tag, &wrb, NULL); in beiscsi_get_initname() 782 rc = beiscsi_mccq_compl(phba, tag, &wrb, NULL); in beiscsi_get_port_speed() 1162 ret = beiscsi_mccq_compl(phba, tag, NULL, &nonemb_cmd); in beiscsi_open_conn() 1321 ret = beiscsi_mccq_compl(phba, tag, NULL, NULL); in beiscsi_close_conn() 1396 beiscsi_mccq_compl(phba, tag, NULL, NULL); in beiscsi_ep_disconnect()
|
D | be_mgmt.c | 875 rc = beiscsi_mccq_compl(phba, tag, NULL, nonemb_cmd); in mgmt_exec_nonemb_cmd() 1333 rc = beiscsi_mccq_compl(phba, tag, &wrb, NULL); in be_mgmt_get_boot_shandle() 1367 rc = beiscsi_mccq_compl(phba, tag, NULL, NULL); in be_mgmt_get_boot_shandle() 1409 rc = beiscsi_mccq_compl(phba, tag, NULL, NULL); in mgmt_set_vlan() 1775 rc = beiscsi_mccq_compl(phba, tag, &wrb, NULL); in beiscsi_logout_fw_sess()
|
D | be_cmds.h | 739 int beiscsi_mccq_compl(struct beiscsi_hba *phba,
|
D | be_cmds.c | 149 int beiscsi_mccq_compl(struct beiscsi_hba *phba, in beiscsi_mccq_compl() function
|
D | be_main.c | 288 rc = beiscsi_mccq_compl(phba, tag, NULL, &nonemb_cmd); in beiscsi_eh_abort() 369 rc = beiscsi_mccq_compl(phba, tag, NULL, &nonemb_cmd); in beiscsi_eh_device_reset() 4389 ret = beiscsi_mccq_compl(phba, tag, NULL, &nonemb_cmd); in beiscsi_get_boot_info() 5419 beiscsi_mccq_compl(phba, tag, NULL, NULL); in be_eqd_update()
|