Home
last modified time | relevance | path

Searched refs:TXGBE_PBRXSIZE (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c233 reg = rd32(hw, TXGBE_PBRXSIZE(i)) - 24576; in txgbe_dcb_config_pfc_raptor()
H A Dtxgbe_dcb.c133 fcrth = rd32(hw, TXGBE_PBRXSIZE(tc_num)) - 32; in txgbe_dcb_pfc_enable()
H A Dtxgbe_hw.c1047 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 Dtxgbe_regs.h480 #define TXGBE_PBRXSIZE(tc) (0x019020 + (tc) * 4) macro
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c2954 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 Dtxgbe_pf.c291 fcrth = rd32(hw, TXGBE_PBRXSIZE(i)) - 32; in txgbe_pf_host_configure()
H A Dtxgbe_ethdev.c2937 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()