• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/vnic/

Lines Matching refs:UL

55 #define	RBDR_SIZE0		0UL /* 8K entries */
56 #define RBDR_SIZE1 1UL /* 16K entries */
57 #define RBDR_SIZE2 2UL /* 32K entries */
58 #define RBDR_SIZE3 3UL /* 64K entries */
59 #define RBDR_SIZE4 4UL /* 126K entries */
60 #define RBDR_SIZE5 5UL /* 256K entries */
61 #define RBDR_SIZE6 6UL /* 512K entries */
63 #define SND_QUEUE_SIZE0 0UL /* 1K entries */
64 #define SND_QUEUE_SIZE1 1UL /* 2K entries */
65 #define SND_QUEUE_SIZE2 2UL /* 4K entries */
66 #define SND_QUEUE_SIZE3 3UL /* 8K entries */
67 #define SND_QUEUE_SIZE4 4UL /* 16K entries */
68 #define SND_QUEUE_SIZE5 5UL /* 32K entries */
69 #define SND_QUEUE_SIZE6 6UL /* 64K entries */
71 #define CMP_QUEUE_SIZE0 0UL /* 1K entries */
72 #define CMP_QUEUE_SIZE1 1UL /* 2K entries */
73 #define CMP_QUEUE_SIZE2 2UL /* 4K entries */
74 #define CMP_QUEUE_SIZE3 3UL /* 8K entries */
75 #define CMP_QUEUE_SIZE4 4UL /* 16K entries */
76 #define CMP_QUEUE_SIZE5 5UL /* 32K entries */
77 #define CMP_QUEUE_SIZE6 6UL /* 64K entries */
86 #define SND_QUEUE_LEN (1UL << (SND_QSIZE + 10))
87 #define MAX_SND_QUEUE_LEN (1UL << (SND_QUEUE_SIZE6 + 10))
88 #define SND_QUEUE_THRESH 2UL
98 #define CMP_QUEUE_LEN (1UL << (CMP_QSIZE + 10))
103 #define RCV_BUF_COUNT (1UL << (RBDR_SIZE + 13))
104 #define MAX_RCV_BUF_COUNT (1UL << (RBDR_SIZE6 + 13))
123 #define NICVF_RCV_BUF_ALIGN_BYTES (1UL << NICVF_RCV_BUF_ALIGN)
143 #define NICVF_SQ_EN (1UL << 19)
146 #define NICVF_CQ_RESET (1UL << 41)
147 #define NICVF_SQ_RESET (1UL << 17)
148 #define NICVF_RBDR_RESET (1UL << 43)
368 #define CQ_WR_FUL (1UL << 26)
369 #define CQ_WR_DISABLE (1UL << 25)
370 #define CQ_WR_FAULT (1UL << 24)