Searched refs:avail_list (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.c | 39 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()
|
/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.h | 111 struct list_head avail_list; member
|
H A D | main.c | 150 list_add_tail(&vhca_buf->buf_elm, &vhca_buf->migf->avail_list); in mlx5vf_buf_read_done() 661 INIT_LIST_HEAD(&migf->avail_list); in mlx5vf_pci_save_device_data() 1026 INIT_LIST_HEAD(&migf->avail_list); in mlx5vf_pci_resume_device_data()
|
H A D | cmd.c | 503 list_add_tail(&buf->buf_elm, &buf->migf->avail_list); in mlx5vf_put_data_buffer() 521 list_for_each_entry_safe(buf, temp_buf, &migf->avail_list, buf_elm) { in mlx5vf_get_data_buffer() 842 list_splice(&migf->avail_list, &migf->buf_list); in mlx5fv_cmd_clean_migf_resources()
|