Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.h46 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */ member
H A Dtxgbe_dcb.c338 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in txgbe_dcb_get_tc_from_up()
/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()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3251 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in txgbe_vmdq_dcb_rx_config()
3258 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in txgbe_vmdq_dcb_rx_config()
3284 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in txgbe_dcb_vt_tx_config()
3291 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in txgbe_dcb_vt_tx_config()
3311 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in txgbe_dcb_rx_config()
3318 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in txgbe_dcb_rx_config()
3338 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in txgbe_dcb_tx_config()
3345 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in txgbe_dcb_tx_config()
H A Dtxgbe_ethdev.c439 tc->path[TXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in txgbe_dcb_init()
440 tc->path[TXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in txgbe_dcb_init()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3885 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_vmdq_dcb_rx_config()
3892 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in ixgbe_vmdq_dcb_rx_config()
3918 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_dcb_vt_tx_config()
3925 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in ixgbe_dcb_vt_tx_config()
3945 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_dcb_rx_config()
3952 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap |= in ixgbe_dcb_rx_config()
3972 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0; in ixgbe_dcb_tx_config()
3979 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap |= in ixgbe_dcb_tx_config()
H A Dixgbe_ethdev.c979 tc->path[IXGBE_DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_dcb_init()
980 tc->path[IXGBE_DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_dcb_init()