Home
last modified time | relevance | path

Searched refs:IXGBE_MAXFRS (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c574 max_frs = (IXGBE_READ_REG(hw, IXGBE_MAXFRS) & in ixgbe_set_vf_lpe()
590 IXGBE_WRITE_REG(hw, IXGBE_MAXFRS, max_frs); in ixgbe_set_vf_lpe()
H A Dixgbe_rxtx.c5044 maxfrs = IXGBE_READ_REG(hw, IXGBE_MAXFRS); in ixgbe_dev_rx_init()
5047 IXGBE_WRITE_REG(hw, IXGBE_MAXFRS, maxfrs); in ixgbe_dev_rx_init()
H A Dixgbe_ethdev.c5190 maxfrs = IXGBE_READ_REG(hw, IXGBE_MAXFRS); in ixgbe_dev_mtu_set()
5193 IXGBE_WRITE_REG(hw, IXGBE_MAXFRS, maxfrs); in ixgbe_dev_mtu_set()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h1346 #define IXGBE_MAXFRS 0x04268 macro
H A Dixgbe_x550.c921 maxframe_size_kb = ((IXGBE_READ_REG(hw, IXGBE_MAXFRS) >> in ixgbe_dmac_config_tcs_X550()