Home
last modified time | relevance | path

Searched refs:rx_pb_size (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c360 wx->mac.rx_pb_size = TXGBE_SP_RX_PB_SIZE; in txgbe_sw_init()
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c119 wx->mac.rx_pb_size = NGBE_RX_PB_SIZE; in ngbe_sw_init()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c40 mac->rx_pb_size = IXGBE_X540_RX_PB_SIZE; in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c79 mac->rx_pb_size = IXGBE_82598_RX_PB_SIZE; in ixgbe_get_invariants_82598()
H A Dixgbe_82599.c249 mac->rx_pb_size = IXGBE_82599_RX_PB_SIZE; in ixgbe_get_invariants_82599()
H A Dixgbe_type.h3565 u32 rx_pb_size; member
H A Dixgbe_common.c3516 u32 pbsize = hw->mac.rx_pb_size; in ixgbe_set_rxpba_generic()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h627 u32 rx_pb_size; member
H A Dwx_hw.c1057 rxpktsize = wx->mac.rx_pb_size << WX_RDB_PB_SZ_SHIFT; in wx_set_rxpba()