Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_user.h504 __u16 ldb_credit_low_watermark;
505 __u16 ldb_credit_quantum;
508 __u16 dir_credit_quantum;
509 __u16 padding0;
510 __u16 cq_depth;
511 __u16 cq_depth_threshold;
512 __u16 cq_history_list_size;
573 __u16 ldb_credit_quantum;
576 __u16 dir_credit_quantum;
577 __u16 cq_depth;
[all …]
/f-stack/freebsd/contrib/v4l/
H A Dvideodev.h16 typedef uint16_t __u16; typedef
61 __u16 type;
91 __u16 brightness;
92 __u16 hue;
93 __u16 colour;
94 __u16 contrast;
96 __u16 depth; /* Capture depth */
121 __u16 volume; /* If settable */
122 __u16 bass, treble;
135 __u16 mode;
[all …]
H A Dvideodev2.h1514 __u16 service_set;
1519 __u16 service_lines[2][24];
1538 __u16 service_set;
1543 __u16 service_lines[2][24];
/f-stack/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()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_user.h447 __u16 cq_depth;
448 __u16 cq_depth_threshold;
449 __u16 cq_history_list_size;
475 __u16 cq_depth;
476 __u16 cq_depth_threshold;
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h113 #ifndef __u16
114 #define __u16 uint16_t macro