Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3228 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()
6295 ret = elem->mce_start_index; in rvu_nix_mcast_get_mce_index()
6401 elem->mce_start_index = -1; in rvu_mbox_handler_nix_mcast_grp_create()
6546 if (elem->mce_start_index < 0) { in rvu_mbox_handler_nix_mcast_grp_update()
6596 rsp->mce_start_index = elem->mce_start_index; in rvu_mbox_handler_nix_mcast_grp_update()
[all …]
H A Drvu.h141 int mce_start_index; member
H A Dmbox.h1297 u32 mce_start_index; member