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.c3225 return elem->mce_start_index + elem->mcast_mce_list.count - 1; in nix_get_last_mce_list_index()
3237 idx = elem->mce_start_index; in nix_update_ingress_mce_list_hw()
3244 if (idx == elem->mce_start_index) { in nix_update_ingress_mce_list_hw()
3247 elem->mce_start_index = idx; in nix_update_ingress_mce_list_hw()
3289 idx = elem->mce_start_index; in nix_update_egress_mce_list_hw()
3296 if (idx == elem->mce_start_index) { in nix_update_egress_mce_list_hw()
3299 elem->mce_start_index = idx; in nix_update_egress_mce_list_hw()
5195 rx_action.index = elem->mce_start_index; in nix_mcast_update_action()
5202 tx_action.index = elem->mce_start_index; in nix_mcast_update_action()
6325 ret = elem->mce_start_index; in rvu_nix_mcast_get_mce_index()
[all …]
H A Drvu.h169 int mce_start_index; member