Searched refs:vcap_is_next_lookup (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_kunit.c | 1898 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 1001000); in vcap_api_next_lookup_basic_test() 1900 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8001000); in vcap_api_next_lookup_basic_test() 1902 ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8101000); in vcap_api_next_lookup_basic_test() 1905 ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8101000); in vcap_api_next_lookup_basic_test() 1907 ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8201000); in vcap_api_next_lookup_basic_test() 1910 ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8201000); in vcap_api_next_lookup_basic_test() 1912 ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8301000); in vcap_api_next_lookup_basic_test() 1915 ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8301000); in vcap_api_next_lookup_basic_test() 1917 ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8401000); in vcap_api_next_lookup_basic_test() 1969 ret = vcap_is_next_lookup(&test_vctrl, 1000000, 1001000); in vcap_api_next_lookup_advanced_test() [all …]
|
H A D | vcap_api_client.h | 228 bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
|
H A 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/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc_flower.c | 293 if (!vcap_is_next_lookup(vctrl, fco->common.chain_index, in lan966x_tc_flower_action_check()
|