Searched refs:backend_fw_request_id (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dfw-management.c48 u8 backend_fw_request_id; member in struct:fw_mgmt
325 fw_mgmt->backend_fw_request_id = ret;
332 ida_free(&fw_mgmt->id_map, fw_mgmt->backend_fw_request_id);
333 fw_mgmt->backend_fw_request_id = 0;
350 if (!fw_mgmt->backend_fw_request_id) {
364 if (request->request_id != fw_mgmt->backend_fw_request_id) {
366 fw_mgmt->backend_fw_request_id, request->request_id);
370 ida_free(&fw_mgmt->id_map, fw_mgmt->backend_fw_request_id);
371 fw_mgmt->backend_fw_request_id = 0;

Completed in 190 milliseconds