Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3321 u32 num_entry = req->num_mce_entry; in nix_del_mce_list_entry()
3359 u32 num_entry = req->num_mce_entry; in nix_add_mce_list_entry()
6343 ureq.num_mce_entry = 1; in rvu_nix_mcast_flr_free_entries()
6493 if (!req->num_mce_entry) in rvu_mbox_handler_nix_mcast_grp_update()
6518 for (i = 0; i < req->num_mce_entry; i++) { in rvu_mbox_handler_nix_mcast_grp_update()
6539 new_count = prev_count + req->num_mce_entry; in rvu_mbox_handler_nix_mcast_grp_update()
6570 if (!prev_count || prev_count < req->num_mce_entry) { in rvu_mbox_handler_nix_mcast_grp_update()
6579 new_count = prev_count - req->num_mce_entry; in rvu_mbox_handler_nix_mcast_grp_update()
H A Dmbox.h1274 u32 num_mce_entry; member
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c407 ureq->num_mce_entry = num_intf; in otx2_tc_update_mcast()