Home
last modified time | relevance | path

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

/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c27 #define PORT(a, b) ((__u16)(((a) & 0xff) << 8) | \
76 __u16 dport;
77 __u16 sport;
83 __u16 dport;
84 __u16 sport;
125 __u16 proto = (__u16)skb->protocol; in rss_l3_l4()
147 proto = *(__u16 *)(data + ETH_ALEN * 2 + in rss_l3_l4()
/dpdk/drivers/event/dlb2/
H A Ddlb2_user.h466 __u16 cq_depth;
467 __u16 cq_depth_threshold;
468 __u16 cq_history_list_size;
494 __u16 cq_depth;
495 __u16 cq_depth_threshold;
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h112 #ifndef __u16
113 #define __u16 uint16_t macro