Home
last modified time | relevance | path

Searched refs:seq_blocks (Results 1 – 3 of 3) sorted by relevance

/linux/net/hsr/
H A Dhsr_framereg.c114 xa_destroy(&node->seq_blocks); in hsr_free_node()
213 xa_init(&new_node->seq_blocks); in prp_update_san_info()
321 xa_erase(&node->seq_blocks, block->block_idx); in hsr_get_seq_block()
338 block = xa_load(&node->seq_blocks, block_idx); in hsr_handle_sup_frame()
354 res = xa_store(&node->seq_blocks, block_idx, block, GFP_ATOMIC); in hsr_handle_sup_frame()
479 xa_for_each(&node_curr->seq_blocks, idx, src_blk) {
H A Dprp_dup_discard_test.c30 xa_init(&data->node.seq_blocks); in build_prp_test_data()
48 block = xa_load(&data->node.seq_blocks, block_idx); in check_prp_frame_seen()
H A Dhsr_framereg.h113 struct xarray seq_blocks; member