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

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c28 static int ocelot_chain_to_block(int chain, bool ingress) function
60 * by calling ocelot_chain_to_block.
74 * by calling ocelot_chain_to_block.
151 block_id = ocelot_chain_to_block(chain, true);
250 filter->block_id = ocelot_chain_to_block(chain, ingress);
881 block_id = ocelot_chain_to_block(chain, ingress);
944 block_id = ocelot_chain_to_block(f->common.chain_index, ingress);
982 block_id = ocelot_chain_to_block(f->common.chain_index, ingress);

Completed in 123 milliseconds