Searched refs:yc_action (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c430 aq->prof.yc_action = NIX_RX_BAND_PROF_ACTIONRESULT_PASS;
431 aq->prof_mask.yc_action = 0x3;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h735 uint64_t yc_action : 2; member in struct:nix_bandprof_s
H A Drvu_debugfs.c2212 str = (prof->yc_action == 0) ? "PASS" :
2213 (prof->yc_action == 1) ? "DROP" : "RED";
2214 seq_printf(m, "W1: yc_action\t\t%s\n", str);

Completed in 157 milliseconds