Searched refs:tc_pri_mask (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c1096 u8 tc_pri_mask[NUM_OF_PHYS_TCS] = { 0 }; local
1105 tc_pri_mask[req->pri[pri].tc_id] |= (1 << pri);
1113 ecore_wr(p_hwfn, p_ptt, NIG_REG_PRIORITY_FOR_TC_0 + tc * 4, tc_pri_mask[tc]);
1114 ecore_wr(p_hwfn, p_ptt, NIG_REG_RX_TC0_PRIORITY_MASK + tc * 4, tc_pri_mask[tc]);

Completed in 280 milliseconds