Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c173 u32 fcbuff, fcdmarw, fcfltrw, fcrxctl; in ixgbe_fcoe_ddp_setup() local
307 fcrxctl = IXGBE_READ_REG(hw, IXGBE_FCRXCTRL); in ixgbe_fcoe_ddp_setup()
308 fcrxctl |= IXGBE_FCRXCTRL_LASTSEQH; in ixgbe_fcoe_ddp_setup()
309 IXGBE_WRITE_REG(hw, IXGBE_FCRXCTRL, fcrxctl); in ixgbe_fcoe_ddp_setup()