Home
last modified time | relevance | path

Searched refs:mce_start_index (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3216 return elem->mce_start_index + elem->mcast_mce_list.count - 1; in nix_get_last_mce_list_index()
3228 idx = elem->mce_start_index; in nix_update_ingress_mce_list_hw()
3235 if (idx == elem->mce_start_index) { in nix_update_ingress_mce_list_hw()
3238 elem->mce_start_index = idx; in nix_update_ingress_mce_list_hw()
3280 idx = elem->mce_start_index; in nix_update_egress_mce_list_hw()
3287 if (idx == elem->mce_start_index) { in nix_update_egress_mce_list_hw()
3290 elem->mce_start_index = idx; in nix_update_egress_mce_list_hw()
5176 rx_action.index = elem->mce_start_index; in nix_mcast_update_action()
5183 tx_action.index = elem->mce_start_index; in nix_mcast_update_action()
6295 ret = elem->mce_start_index; in rvu_nix_mcast_get_mce_index()
[all …]
H A Drvu.h139 int mce_start_index; member