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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c203 * @pfc_up: u8 to store user priority PFC bitmask
210 void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) argument
217 * matching bit in 'pfc_up' to reflect that PFC is enabled.
219 for (*pfc_up = 0, up = 0; up < IXGBE_DCB_MAX_USER_PRIORITY; up++) {
221 *pfc_up |= 1 << up;

Completed in 105 milliseconds