Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c98 wx->mac.rx_pb_size = NGBE_RX_PB_SIZE; in ngbe_sw_init()
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c272 wx->mac.rx_pb_size = TXGBE_SP_RX_PB_SIZE; in txgbe_sw_init()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c41 mac->rx_pb_size = IXGBE_X540_RX_PB_SIZE; in ixgbe_get_invariants_X540()
H A Dixgbe_82598.c80 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.h3613 u32 rx_pb_size; member
H A Dixgbe_common.c3533 u32 pbsize = hw->mac.rx_pb_size; in ixgbe_set_rxpba_generic()
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h818 u32 rx_pb_size; member
H A Dwx_hw.c1316 u32 pbsize = wx->mac.rx_pb_size; in wx_set_rxpba()