Lines Matching +full:0 +full:x0002
107 #define HN_TRUST_HCSUM_IP 0x0001
108 #define HN_TRUST_HCSUM_TCP 0x0002
109 #define HN_TRUST_HCSUM_UDP 0x0004
111 #define HN_RX_FLAG_ATTACHED 0x0001
112 #define HN_RX_FLAG_BR_REF 0x0002
113 #define HN_RX_FLAG_XPNT_VF 0x0004
114 #define HN_RX_FLAG_UDP_HASH 0x0008
185 #define HN_TX_FLAG_ATTACHED 0x0001
186 #define HN_TX_FLAG_HASHVAL 0x0002 /* support HASHVAL pktinfo */
267 int hn_vf_rdytick; /* ticks, 0 == ready */
289 #define HN_FLAG_RXBUF_CONNECTED 0x0001
290 #define HN_FLAG_CHIM_CONNECTED 0x0002
291 #define HN_FLAG_HAS_RSSKEY 0x0004
292 #define HN_FLAG_HAS_RSSIND 0x0008
293 #define HN_FLAG_SYNTH_ATTACHED 0x0010
294 #define HN_FLAG_NO_SLEEPING 0x0020
295 #define HN_FLAG_RXBUF_REF 0x0040
296 #define HN_FLAG_CHIM_REF 0x0080
297 #define HN_FLAG_RXVF 0x0100
301 #define HN_XVFFLAG_ENABLED 0x0001
302 #define HN_XVFFLAG_ACCBPF 0x0002
307 } while (0)
312 } while (0)
315 (((sc)->hn_flags & HN_FLAG_NO_SLEEPING) == 0)
317 #define HN_CAP_VLAN 0x0001
318 #define HN_CAP_MTU 0x0002
319 #define HN_CAP_IPCS 0x0004
320 #define HN_CAP_TCP4CS 0x0008
321 #define HN_CAP_TCP6CS 0x0010
322 #define HN_CAP_UDP4CS 0x0020
323 #define HN_CAP_UDP6CS 0x0040
324 #define HN_CAP_TSO4 0x0080
325 #define HN_CAP_TSO6 0x0100
326 #define HN_CAP_HASHVAL 0x0200
327 #define HN_CAP_UDPHASH 0x0400
334 #define HN_LINK_FLAG_LINKUP 0x0001
335 #define HN_LINK_FLAG_NETCHG 0x0002