Searched refs:u16 (Results 1 - 25 of 10531) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Dsof-audio.h185 u16 event_type);
/linux-master/sound/soc/intel/avs/
H A Dtopology.c167 u16 *val = (u16 *)((u8 *)object + offset);
/linux-master/sound/pci/emu10k1/
H A Demumixer.c1198 u16 gpio;
H A Demu10k1_main.c306 u16 reg = inw(emu->port + A_IOCFG);
327 u16 reg = inw(emu->port + A_IOCFG);
659 u16 reg;
661 __always_unused u16 write_post;
838 u16 sts = inw(emu->port + A_GPIO);
839 u16 bit = emu->card_capabilities->ca0108_chip ? 0x2000 : 0x8000;
/linux-master/sound/hda/
H A Dintel-dsp-config.c32 u16 device;
549 u16 device;
/linux-master/net/tipc/
H A Dmsg.c823 bool __tipc_skb_queue_sorted(struct sk_buff_head *list, u16 seqno,
/linux-master/net/rxrpc/
H A Drxkad.c259 u16 check;
302 u16 check;
417 u16 check;
481 u16 check;
563 u16 cksum;
/linux-master/net/nsh/
H A Dnsh.c82 u16 mac_offset = skb->mac_header;
/linux-master/net/mptcp/
H A Dprotocol.c1116 u16 limit;
1117 u16 sent;
2609 u16 len = 0;
2638 u16 copied = 0;
/linux-master/net/ipv6/
H A Dudp_offload.c167 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation];
H A Dudp.c78 const u16 lport,
110 u16 new_hash = ipv6_portaddr_hash(sock_net(sk),
275 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation];
730 u16 pcrlen = READ_ONCE(up->pcrlen);
H A Dip6_offload.c230 u16 flush = 1;
/linux-master/net/ipv4/
H A Dudp_offload.c26 u16 mac_offset = skb->mac_header;
28 u16 mac_len = skb->mac_len;
731 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation];
H A Dudp.c535 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation];
1007 static int __udp_cmsg_send(struct cmsghdr *cmsg, u16 *gso_size)
1020 int udp_cmsg_send(struct sock *sk, struct msghdr *msg, u16 *gso_size)
1987 void udp_lib_rehash(struct sock *sk, u16 newhash)
2027 u16 new_hash = ipv4_portaddr_hash(sock_net(sk),
2132 u16 pcrlen = READ_ONCE(up->pcrlen);
H A Daf_inet.c1511 flush = (u16)((ntohl(*(__be32 *)iph) ^ skb_gro_len(skb)) | (id & ~IP_DF));
1516 u16 flush_id;
1546 flush_id = (u16)(id - ntohs(iph2->id));
/linux-master/net/core/
H A Dskbuff.c237 u16 offset;
1778 static bool skb_zerocopy_notify_extend(struct sk_buff *skb, u32 lo, u16 len)
1807 u16 len;
5556 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off)
6071 u16 vlan_tci;
6149 int __skb_vlan_pop(struct sk_buff *skb, u16 *vlan_tci)
6184 u16 vlan_tci;
6215 int skb_vlan_push(struct sk_buff *skb, __be16 vlan_proto, u16 vlan_tci)
H A Dfilter.c329 /* dst_reg = *(u16 *) (src_reg + offsetof(vlan_tci)) */
355 /* A = *(u16 *) (CTX + offsetof(protocol)) */
418 /* A = *(u16 *) (CTX + offsetof(vlan_proto)) */
918 u16 *masks, memvalid = 0; /* One bit per cell, 16 cells */
969 static bool chk_code_allowed(u16 code_to_probe)
3170 u16, vlan_tci)
3451 u16 mac_len = 0, inner_net = 0, inner_trans = 0;
7390 u16 mss;
7752 u16 mss;
7778 const u16 mss_clam
[all...]
/linux-master/net/bridge/
H A Dbr_forward.c202 u16 vid)
/linux-master/net/8021q/
H A Dvlan_core.c14 u16 vlan_id = skb_vlan_tag_get_id(skb);
77 __be16 vlan_proto, u16 vlan_id)
113 u16 vlan_dev_vlan_id(const struct net_device *dev)
165 u16 vid;
181 __be16 proto, u16 vid)
192 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid)
205 static int vlan_add_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid)
216 static int vlan_kill_rx_filter_info(struct net_device *dev, __be16 proto, u16 vid)
295 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid,
318 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vi
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c207 u32 func_id, u16 offset, unsigned long *addr);
2566 u16 offset;
2573 u16 offset;
2609 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset)
2623 u16 btf_fd_idx, u8 **func_addr)
2710 * of fd index into fd_array, interpreted as u16.
5544 /* __check_mem_access has made sure "off + size - 1" is within u16.
6310 case sizeof(u16):
6311 *val = is_ldsx ? (s64)*(s16 *)ptr : (u64)*(u16 *)ptr;
14285 * dst_reg->off is known < MAX_PACKET_OFF, therefore it fits in a u16
[all...]
H A Dcore.c1954 DST = (__force u16) cpu_to_be16(DST);
1967 DST = (__force u16) cpu_to_le16(DST);
1980 DST = (__force u16) __swab16(DST);
2112 LDST(H, u16)
/linux-master/include/net/
H A Dgro.h37 u16 flush;
40 u16 flush_id;
43 u16 count;
46 u16 proto;
55 u16 gro_remcsum_start;
94 u16 network_offset;
95 u16 inner_network_offset;
97 u16 network_offsets[2];
319 size_t plen = hdrlen + max_t(size_t, offset + sizeof(u16), start);
348 size_t plen = grc->offset + sizeof(u16);
[all...]
/linux-master/include/linux/
H A Dfilter.h474 else if (bytes == sizeof(u16)) \
491 bytes = sizeof(u16); \
596 u16 len;
601 u16 len;
1290 static inline u16 bpf_anc_helper(const struct sock_filter *ftest)
1403 u16 family;
1404 u16 protocol;
1406 u16 dport;
1478 const __be32 daddr, const u16 dport,
1517 const u16 dpor
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c6107 u16 total_stripes)
6645 u16 num_alloc_stripes;
/linux-master/drivers/spi/
H A Dspi-hisi-kunpeng.c117 u16 clk_div; /* baud rate divider */
238 *(u16 *)(hs->rx) = rxw;
263 txw = *(u16 *)(hs->tx);

Completed in 444 milliseconds

1234567891011>>