Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c426 aq->prof.rc_action = NIX_RX_BAND_PROF_ACTIONRESULT_DROP; in cn10k_set_ipolicer_rate()
427 aq->prof_mask.rc_action = 0x3; in cn10k_set_ipolicer_rate()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h713 uint64_t rc_action : 2; member
Drvu_debugfs.c1752 str = (prof->rc_action == 0) ? "PASS" : in print_band_prof_ctx()
1753 (prof->rc_action == 1) ? "DROP" : "RED"; in print_band_prof_ctx()