Searched refs:TXGBE_PBRXSIZE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb_hw.c | 233 reg = rd32(hw, TXGBE_PBRXSIZE(i)) - 24576; in txgbe_dcb_config_pfc_raptor()
|
| H A D | txgbe_dcb.c | 133 fcrth = rd32(hw, TXGBE_PBRXSIZE(tc_num)) - 32; in txgbe_dcb_pfc_enable()
|
| H A D | txgbe_hw.c | 1047 fcrth = rd32(hw, TXGBE_PBRXSIZE(i)) - 24576; in txgbe_fc_enable() 2154 wr32(hw, TXGBE_PBRXSIZE(i), rxpktsize); in txgbe_set_pba() 2160 wr32(hw, TXGBE_PBRXSIZE(i), rxpktsize); in txgbe_set_pba() 2176 wr32(hw, TXGBE_PBRXSIZE(i), 0); in txgbe_set_pba()
|
| H A D | txgbe_regs.h | 480 #define TXGBE_PBRXSIZE(tc) (0x019020 + (tc) * 4) macro
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 2954 uint32_t rxpbsize = rd32(hw, TXGBE_PBRXSIZE(i)); in txgbe_vmdq_dcb_configure() 2959 wr32(hw, TXGBE_PBRXSIZE(i), rxpbsize); in txgbe_vmdq_dcb_configure() 2963 uint32_t rxpbsize = rd32(hw, TXGBE_PBRXSIZE(i)); in txgbe_vmdq_dcb_configure() 2967 wr32(hw, TXGBE_PBRXSIZE(i), rxpbsize); in txgbe_vmdq_dcb_configure() 3432 wr32(hw, TXGBE_PBRXSIZE(i), rxpbsize); in txgbe_dcb_hw_configure() 3436 wr32(hw, TXGBE_PBRXSIZE(i), 0); in txgbe_dcb_hw_configure()
|
| H A D | txgbe_pf.c | 291 fcrth = rd32(hw, TXGBE_PBRXSIZE(i)) - 32; in txgbe_pf_host_configure()
|
| H A D | txgbe_ethdev.c | 2937 rx_buf_size = rd32(hw, TXGBE_PBRXSIZE(0)); in txgbe_flow_ctrl_set() 2998 rx_buf_size = rd32(hw, TXGBE_PBRXSIZE(tc_num)); in txgbe_priority_flow_ctrl_set()
|