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

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c378 aq->prof.icolor = 0x03;
379 aq->prof_mask.icolor = 0x03;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h713 uint64_t icolor : 2; member in struct:nix_bandprof_s
H A Drvu_debugfs.c2189 str = (prof->icolor == 3) ? "Color blind" :
2190 (prof->icolor == 0) ? "Green" :
2191 (prof->icolor == 1) ? "Yellow" : "Red";
2192 seq_printf(m, "W0: icolor\t\t%s\n", str);

Completed in 156 milliseconds