Lines Matching +full:0 +full:x840
142 #define IXL_RX_ITR 0
145 #define IXL_QUEUE_EOL 0x7FF
159 #define IXL_RSS_VSI_LUT_ENTRY_MASK 0x3F
160 #define IXL_RSS_VF_LUT_ENTRY_MASK 0xF
162 #define IXL_VF_MAX_BUFFER 0x3F80
163 #define IXL_VF_MAX_HDR_BUFFER 0x840
164 #define IXL_VF_MAX_FRAME 0x3FFF
166 #define IXL_NVM_VERSION_LO_SHIFT 0
167 #define IXL_NVM_VERSION_LO_MASK (0xff << IXL_NVM_VERSION_LO_SHIFT)
169 #define IXL_NVM_VERSION_HI_MASK (0xf << IXL_NVM_VERSION_HI_SHIFT)
175 #define IXL_MAX_ITR 0x0FF0
176 #define IXL_ITR_100K 0x0005
177 #define IXL_ITR_20K 0x0019
178 #define IXL_ITR_8K 0x003E
179 #define IXL_ITR_4K 0x007A
180 #define IXL_ITR_1K 0x01F4
181 #define IXL_ITR_DYNAMIC 0x8000
182 #define IXL_LOW_LATENCY 0
187 #define IXL_FILTER_VLAN (u16)(1 << 0)
201 #define IXL_FLAGS_KEEP_TSO4 (1 << 0)
206 #define IXL_VSI_IS_PF(v) ((v->flags & IXL_FLAGS_IS_VF) == 0)
207 #define IXL_VSI_IS_VF(v) ((v->flags & IXL_FLAGS_IS_VF) != 0)
211 #define IXL_VSI_DATA_PORT 0x01
219 #define IXL_PF_PCI_CIAA_VF_DEVICE_STATUS 0xAA
221 #define IXL_PF_PCI_CIAD_VF_TRANS_PENDING_MASK 0x20
228 #define IXL_END_OF_INTR_LNKLST 0x7FF
276 #define IXL_SET_COLLISIONS(vsi, count) /* Do nothing; collisions is always 0. */
481 return (bcmp(ea1, ea2, ETHER_ADDR_LEN) == 0); in ixl_ether_is_equal()
500 /* Next power of two > 0 is 1 */ in next_power_of_two()
501 n += (n == 0); in next_power_of_two()