Home
last modified time | relevance | path

Searched refs:__u32 (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_user.h92 __u32 id;
165 __u32 padding0;
228 __u32 group;
229 __u32 num;
248 __u32 group;
249 __u32 padding0;
269 __u32 cos_id;
290 __u32 cos_id;
320 __u32 group;
514 __u32 qid;
[all …]
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_user.h132 __u32 id;
243 __u32 padding0;
262 __u32 group;
263 __u32 num;
283 __u32 group;
284 __u32 padding0;
336 __u32 group;
619 __u32 port_id;
620 __u32 qid;
641 __u32 port_id;
[all …]
/f-stack/freebsd/contrib/v4l/
H A Dvideodev2.h110 ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
470 __u32 type;
471 __u32 flags;
833 __u32 type;
923 __u32 id;
924 __u32 size;
966 __u32 id;
1416 __u32 mode;
1431 __u32 mode;
1472 __u32 cmd;
[all …]
H A Dvideodev.h15 typedef uint32_t __u32; typedef
58 __u32 flags;
72 __u32 flags;
123 __u32 flags;
150 __u32 width,height; /* Its size */
151 __u32 chromakey;
152 __u32 flags;
190 __u32 flags;
214 __u32 sampling_rate; /* in Hz */
215 __u32 samples_per_line;
[all …]
/f-stack/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c58 __u32 queue = skb->cb[1]; in match_q()
59 volatile __u32 q = 0xdeadbeef; in match_q()
74 __u32 src_addr;
75 __u32 dst_addr;
104 __u32 i, j, hash = 0; in rte_softrss_be()
111 (__u32)((uint64_t) in rte_softrss_be()
126 __u32 key_idx = 0xdeadbeef; in rss_l3_l4()
127 __u32 hash; in rss_l3_l4()
132 __u32 len; in rss_l3_l4()
133 __u32 queue = 0; in rss_l3_l4()
[all …]
H A Dtap_bpf.h56 __u32 map_type;
57 __u32 key_size;
58 __u32 value_size;
59 __u32 max_entries;
60 __u32 map_flags;
66 __u32 map_fd;
77 __u32 prog_type;
78 __u32 insn_cnt;
81 __u32 log_level;
82 __u32 log_size;
[all …]
H A Dtap_rss.h34 __u32 hash_fields;
35 __u32 key_size;
36 __u32 queues[TAP_MAX_QUEUES];
37 __u32 nb_queues;
H A Dtap_bpf_api.c27 int tap_flow_bpf_cls_q(__u32 queue_idx) in tap_flow_bpf_cls_q()
49 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd) in tap_flow_bpf_calc_l3_l4_hash()
122 attr.insn_cnt = (__u32)insns_cnt; in bpf_load()
H A Dtap_flow.h62 int tap_flow_bpf_cls_q(__u32 queue_idx);
63 int tap_flow_bpf_calc_l3_l4_hash(__u32 key_idx, int map_fd);
H A Dtap_flow.c85 __u32 index; \
86 __u32 capab; \
202 static int bpf_rss_key(enum bpf_rss_key_e cmd, __u32 *key_idx);
1865 pmd->map_fd = tap_flow_bpf_rss_map_create(sizeof(__u32), /* key size */ in rss_enable()
1967 static int bpf_rss_key(enum bpf_rss_key_e cmd, __u32 *key_idx) in bpf_rss_key()
1969 __u32 i; in bpf_rss_key()
1971 static __u32 num_used_keys; in bpf_rss_key()
1972 static __u32 rss_keys[MAX_RSS_KEYS] = {KEY_STAT_UNSPEC}; in bpf_rss_key()
1973 static __u32 rss_keys_initialized; in bpf_rss_key()
1974 __u32 key; in bpf_rss_key()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c35 zpl_encode_fh(struct inode *ip, __u32 *fh, int *max_len, struct inode *parent)
38 zpl_encode_fh(struct dentry *dentry, __u32 *fh, int *max_len, int connectable)
47 len_bytes = *max_len * sizeof (__u32);
62 *max_len = roundup(len_bytes, sizeof (__u32)) / sizeof (__u32);
76 len_bytes = fh_len * sizeof (__u32);
/f-stack/dpdk/drivers/net/af_xdp/
H A Dcompat.h17 __u32 queue_id, struct xsk_umem *umem, in create_shared_socket()
31 __u32 queue_id __rte_unused, in create_shared_socket()
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.h45 __u32 *rx_asize, *tx_asize;
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h116 #ifndef __u32
117 #define __u32 uint32_t macro
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-encode-fh-inode.m410 int encode_fh(struct inode *inode, __u32 *fh, int *max_len,
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_acl.h75 __field(__u32, i_generation)
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c33 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32)
/f-stack/freebsd/net80211/
H A Dieee80211_crypto_tkip.c84 typedef uint32_t __u32; typedef
463 static const __u32 crc32_table[256] = {
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4fw_interface.h2418 __u32 reserved2;
2419 __u32 reserved3;
2420 __u32 magic; /* runtime or bootstrap fw */