Searched refs:vcap_is_next_lookup (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_kunit.c | 1903 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 1001000); in vcap_api_next_lookup_basic_test() 1905 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8001000); in vcap_api_next_lookup_basic_test() 1907 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8101000); in vcap_api_next_lookup_basic_test() 1910 ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8101000); in vcap_api_next_lookup_basic_test() 1912 ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8201000); in vcap_api_next_lookup_basic_test() 1915 ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8201000); in vcap_api_next_lookup_basic_test() 1917 ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8301000); in vcap_api_next_lookup_basic_test() 1920 ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8301000); in vcap_api_next_lookup_basic_test() 1922 ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8401000); in vcap_api_next_lookup_basic_test() 1974 ret = vcap_is_next_lookup(&test_vctrl, 1000000, 1001000); in vcap_api_next_lookup_advanced_test() [all …]
|
D | vcap_api_client.h | 226 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.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_tc_flower.c | 287 if (!vcap_is_next_lookup(vctrl, fco->common.chain_index, in lan966x_tc_flower_action_check()
|
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_tc_flower.c | 294 if (!vcap_is_next_lookup(vctrl, fco->common.chain_index, in sparx5_tc_flower_action_check()
|