Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c431 aq->prof.gc_action = NIX_RX_BAND_PROF_ACTIONRESULT_PASS; in cn10k_set_ipolicer_rate()
432 aq->prof_mask.gc_action = 0x3; in cn10k_set_ipolicer_rate()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h729 uint64_t gc_action : 2; member
Drvu_debugfs.c2189 str = (prof->gc_action == 0) ? "PASS" : in print_band_prof_ctx()
2190 (prof->gc_action == 1) ? "DROP" : "RED"; in print_band_prof_ctx()