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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c402 struct vcap_keyset_list portkeysetlist = {}; local
420 portkeysetlist.max = ARRAY_SIZE(portkeysets);
421 portkeysetlist.keysets = portkeysets;
425 &portkeysetlist);
430 for (idx = 0; idx < portkeysetlist.cnt; ++idx) {
432 portkeysetlist.keysets[idx]);
440 if (portkeysetlist.keysets[idx] != matches.keysets[jdx])
446 mru->keyset = portkeysetlist.keysets[idx];
457 if (l3_proto == ETH_P_ALL && count < portkeysetlist.cnt)

Completed in 120 milliseconds