Lines Matching refs:va

296 	req = nonemb_cmd->va;  in mgmt_get_session_info()
431 nonemb_cmd.va = pci_alloc_consistent(ctrl->pdev, in mgmt_check_supported_fw()
434 if (nonemb_cmd.va == NULL) { in mgmt_check_supported_fw()
441 req = nonemb_cmd.va; in mgmt_check_supported_fw()
453 struct be_mgmt_controller_attributes_resp *resp = nonemb_cmd.va; in mgmt_check_supported_fw()
474 if (nonemb_cmd.va) in mgmt_check_supported_fw()
476 nonemb_cmd.va, nonemb_cmd.dma); in mgmt_check_supported_fw()
491 struct be_bsg_vendor_cmd *req = nonemb_cmd->va; in mgmt_vendor_specific_fw_cmd()
495 memset(nonemb_cmd->va, 0, nonemb_cmd->size); in mgmt_vendor_specific_fw_cmd()
496 resp = nonemb_cmd->va; in mgmt_vendor_specific_fw_cmd()
513 nonemb_cmd->va + offset, job->request_len); in mgmt_vendor_specific_fw_cmd()
602 req = nonemb_cmd->va; in mgmt_invalidate_icds()
744 req = nonemb_cmd->va; in mgmt_open_connection()
878 memcpy(resp_buf, nonemb_cmd->va, resp_buf_len); in mgmt_exec_nonemb_cmd()
896 nonemb_cmd->va, nonemb_cmd->dma); in mgmt_exec_nonemb_cmd()
903 cmd->va = pci_zalloc_consistent(phba->ctrl.pdev, size, &cmd->dma); in mgmt_alloc_cmd_data()
904 if (!cmd->va) { in mgmt_alloc_cmd_data()
910 be_cmd_hdr_prepare(cmd->va, CMD_SUBSYSTEM_ISCSI, iscsi_cmd, size); in mgmt_alloc_cmd_data()
935 req = nonemb_cmd.va; in mgmt_static_ip_modify()
983 req = nonemb_cmd.va; in mgmt_modify_gateway()
1040 reldhcp = nonemb_cmd.va; in mgmt_set_ip()
1094 dhcpreq = nonemb_cmd.va; in mgmt_set_ip()
1161 req = nonemb_cmd.va; in mgmt_get_gateway()
1186 req = nonemb_cmd.va; in mgmt_get_if_info()
1200 nonemb_cmd.va, in mgmt_get_if_info()
1213 nonemb_cmd.va)->actual_resp_len; in mgmt_get_if_info()
1218 nonemb_cmd.va, in mgmt_get_if_info()