Searched refs:IXGBE_SRRCTL_BSIZEPKT_SHIFT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_vf.c104 vfsrrctl |= 0x800 >> IXGBE_SRRCTL_BSIZEPKT_SHIFT;
H A Dif_ixv.c1609 bufsz = 4096 >> IXGBE_SRRCTL_BSIZEPKT_SHIFT;
1612 bufsz = 2048 >> IXGBE_SRRCTL_BSIZEPKT_SHIFT;
H A Dif_ix.c2829 #define BSIZEPKT_ROUNDUP ((1<<IXGBE_SRRCTL_BSIZEPKT_SHIFT)-1)
2872 BSIZEPKT_ROUNDUP) >> IXGBE_SRRCTL_BSIZEPKT_SHIFT;
H A Dixgbe_type.h2605 #define IXGBE_SRRCTL_BSIZEPKT_SHIFT 10 /* so many KBs */ macro

Completed in 127 milliseconds