Searched refs:partial_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c37 struct list_head partial_list; /* some of keys are available */ member in struct:mlx5_crypto_dek_pool
344 list_add(&bulk->entry, &pool->partial_list);
376 bulk = list_first_entry_or_null(&pool->partial_list,
392 list_move(&bulk->entry, &pool->partial_list);
553 list_for_each_entry_safe(bulk, tmp, &pool->partial_list, entry) {
568 list_move(&bulk->entry, &pool->partial_list);
695 INIT_LIST_HEAD(&pool->partial_list);
725 list_for_each_entry_safe(bulk, tmp, &pool->partial_list, entry)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c44 struct list_head partial_list; member in struct:mlx5e_flow_meters
275 meters_obj = list_first_entry_or_null(&flow_meters->partial_list,
296 list_add(&meters_obj->entry, &flow_meters->partial_list);
353 list_add(&meters_obj->entry, &flow_meters->partial_list);
551 INIT_LIST_HEAD(&flow_meters->partial_list);

Completed in 193 milliseconds