Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/
Dibmvmc.c330 if (hmc_index > ibmvmc.max_hmc_index) in ibmvmc_get_valid_hmc_buffer()
363 if (hmc_index > ibmvmc.max_hmc_index) { in ibmvmc_get_free_hmc_buffer()
415 if (hmc_index > ibmvmc.max_hmc_index) in ibmvmc_count_hmc_buffers()
452 for (i = 0; i <= ibmvmc.max_hmc_index; i++) { in ibmvmc_get_free_hmc()
1167 for (index = 0; index <= ibmvmc.max_hmc_index; index++) { in ibmvmc_setup_hmc()
1444 if (hmc_index > ibmvmc.max_hmc_index) { in ibmvmc_add_buffer()
1560 if (hmc_index > ibmvmc.max_hmc_index) { in ibmvmc_rem_buffer()
1622 if (hmc_index > ibmvmc.max_hmc_index) { in ibmvmc_recv_msg()
1719 ibmvmc.max_hmc_index = min_t(u8, ibmvmc_max_hmcs, crq->max_hmc) - 1; in ibmvmc_process_capabilities()
1724 ibmvmc.max_hmc_index); in ibmvmc_process_capabilities()
[all …]
Dibmvmc.h175 u32 max_hmc_index; member