Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A 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()
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()
1724 ibmvmc.max_hmc_index); in ibmvmc_process_capabilities()
1747 if (hmc_index > ibmvmc.max_hmc_index) in ibmvmc_validate_hmc_session()
1865 if (hmc_index > ibmvmc.max_hmc_index) { in ibmvmc_process_open_resp()
[all …]
H A Dibmvmc.h175 u32 max_hmc_index; member