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

/linux-4.1.27/drivers/misc/mei/
H A Dhbm.c360 unsigned long next_client_index; mei_hbm_prop_req() local
363 next_client_index = find_next_bit(dev->me_clients_map, MEI_CLIENTS_MAX, mei_hbm_prop_req()
367 if (next_client_index == MEI_CLIENTS_MAX) { mei_hbm_prop_req()
380 prop_req->me_addr = next_client_index; mei_hbm_prop_req()
390 dev->me_client_index = next_client_index; mei_hbm_prop_req()

Completed in 66 milliseconds