Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c39 struct list_head avail_list; /* all keys are available to use */ member
388 bulk = list_first_entry_or_null(&pool->avail_list, in mlx5_crypto_dek_pool_pop()
514 if (list_empty(&pool->avail_list)) { in mlx5_crypto_dek_bulk_handle_avail()
515 list_move(&bulk->entry, &pool->avail_list); in mlx5_crypto_dek_bulk_handle_avail()
694 INIT_LIST_HEAD(&pool->avail_list); in mlx5_crypto_dek_pool_create()
716 list_for_each_entry_safe(bulk, tmp, &pool->avail_list, entry) in mlx5_crypto_dek_pool_destroy()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.h101 struct list_head avail_list; member
H A Dmain.c199 list_add_tail(&vhca_buf->buf_elm, &vhca_buf->migf->avail_list); in mlx5vf_buf_read()
575 INIT_LIST_HEAD(&migf->avail_list); in mlx5vf_pci_save_device_data()
996 INIT_LIST_HEAD(&migf->avail_list); in mlx5vf_pci_resume_device_data()
H A Dcmd.c431 list_add_tail(&buf->buf_elm, &buf->migf->avail_list); in mlx5vf_put_data_buffer()
449 list_for_each_entry_safe(buf, temp_buf, &migf->avail_list, buf_elm) { in mlx5vf_get_data_buffer()
724 list_splice(&migf->avail_list, &migf->buf_list); in mlx5fv_cmd_clean_migf_resources()