Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mei/
Dhbm.c537 unsigned long next_client_index; in mei_hbm_prop_req() local
540 next_client_index = find_next_bit(dev->me_clients_map, MEI_CLIENTS_MAX, in mei_hbm_prop_req()
544 if (next_client_index == MEI_CLIENTS_MAX) { in mei_hbm_prop_req()
557 prop_req->me_addr = next_client_index; in mei_hbm_prop_req()
567 dev->me_client_index = next_client_index; in mei_hbm_prop_req()