Searched refs:vcap_is_next_lookup (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_kunit.c | 1895 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 1001000); in vcap_api_next_lookup_basic_test() 1897 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8001000); in vcap_api_next_lookup_basic_test() 1899 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8101000); in vcap_api_next_lookup_basic_test() 1902 ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8101000); in vcap_api_next_lookup_basic_test() 1904 ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8201000); in vcap_api_next_lookup_basic_test() 1907 ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8201000); in vcap_api_next_lookup_basic_test() 1909 ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8301000); in vcap_api_next_lookup_basic_test() 1912 ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8301000); in vcap_api_next_lookup_basic_test() 1914 ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8401000); in vcap_api_next_lookup_basic_test() 1966 ret = vcap_is_next_lookup(&test_vctrl, 1000000, 1001000); in vcap_api_next_lookup_advanced_test() [all …]
|
D | vcap_api_client.h | 228 bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
|
D | vcap_api.c | 1677 bool vcap_is_next_lookup(struct vcap_control *vctrl, int src_cid, int dst_cid) in vcap_is_next_lookup() function 1697 EXPORT_SYMBOL_GPL(vcap_is_next_lookup);
|
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_tc_flower.c | 293 if (!vcap_is_next_lookup(vctrl, fco->common.chain_index, in lan966x_tc_flower_action_check()
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_tc_flower.c | 317 if (!vcap_is_next_lookup(vctrl, fco->common.chain_index, in sparx5_tc_flower_action_check()
|