Home
last modified time | relevance | path

Searched refs:up_to_tc_bitmap (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.h45 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */ member
H A Dtxgbe_dcb.c337 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in txgbe_dcb_get_tc_from_up()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb.h56 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */ member
H A Dixgbe_dcb.c249 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3107 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in txgbe_vmdq_dcb_rx_config()
3114 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in txgbe_vmdq_dcb_rx_config()
3140 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in txgbe_dcb_vt_tx_config()
3147 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in txgbe_dcb_vt_tx_config()
3167 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in txgbe_dcb_rx_config()
3174 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in txgbe_dcb_rx_config()
3194 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in txgbe_dcb_tx_config()
3201 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in txgbe_dcb_tx_config()
H A Dtxgbe_ethdev.c428 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in txgbe_dcb_init()
429 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in txgbe_dcb_init()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3846 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_vmdq_dcb_rx_config()
3853 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in ixgbe_vmdq_dcb_rx_config()
3879 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_dcb_vt_tx_config()
3886 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in ixgbe_dcb_vt_tx_config()
3906 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_dcb_rx_config()
3913 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in ixgbe_dcb_rx_config()
3933 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_dcb_tx_config()
3940 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in ixgbe_dcb_tx_config()
H A Dixgbe_ethdev.c972 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_dcb_init()
973 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_dcb_init()