Searched refs:__be16 (Results 301 - 325 of 1497) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/misc/ocxl/
H A Docxl_internal.h88 __be16 bdf;
89 __be16 reserved1;
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.h37 __be16 proto,
136 struct sk_buff *skb, __be16 proto,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h33 __be16 len;
41 __be16 snap_type;
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c64 __be16 e_type;
65 __be16 e_machine;
71 __be16 e_ehsize;
72 __be16 e_phentsize;
73 __be16 e_phnum;
74 __be16 e_shentsize;
75 __be16 e_shnum;
76 __be16 e_shstrndx;
/linux-master/include/linux/
H A Dhdlc.h26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev);
101 static __inline__ __be16 hdlc_type_trans(struct sk_buff *skb,
H A Dvirtio_byteorder.h21 return be16_to_cpu((__force __be16)val);
/linux-master/drivers/staging/vt6656/
H A Drxtx.h37 __be16 payload_len;
38 __be16 hlen;
/linux-master/include/scsi/fc/
H A Dfc_ms.h159 __be16 type;
160 __be16 len;
/linux-master/include/net/netfilter/
H A Dnf_tables_offload.h30 __be16 l3num;
65 __be16 proto;
/linux-master/include/uapi/linux/
H A Dinet_diag.h15 __be16 idiag_sport;
16 __be16 idiag_dport;
H A Din6.h37 __be16 u6_addr16[8];
52 __be16 sin6_port; /* Transport layer port # */
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h68 __be16 res_id)
81 __be16 res_id)
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cm.h28 __be16 bits;
29 __be16 pd_len;
/linux-master/include/net/
H A Dgso.h87 netdev_features_t features, __be16 type);
96 static inline void skb_gso_error_unwind(struct sk_buff *skb, __be16 protocol,
H A Dnsh.h202 __be16 md_class;
209 __be16 ver_flags_ttl_len;
/linux-master/net/netfilter/
H A Dnf_nat_ovs.c15 __be16 proto = skb_protocol(skb, true);
34 __be16 frag_off;
/linux-master/fs/afs/
H A Dafs.h84 __be16 time_mid; /* mid part of timestamp */
85 __be16 time_hi_and_version; /* high part of timestamp and version */
/linux-master/net/dsa/
H A Dtag_qca.c18 __be16 *phdr;
42 __be16 *phdr;
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.h42 int wx_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid);
43 int wx_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid);
/linux-master/block/
H A Dt10-pi.c15 typedef __be16 (csum_fn) (__be16, void *, unsigned int);
17 static __be16 t10_pi_crc_fn(__be16 crc, void *data, unsigned int len)
22 static __be16 t10_pi_ip_fn(__be16 csum, void *data, unsigned int len)
24 return (__force __be16)ip_compute_csum(data, len);
70 __be16 csum;
/linux-master/net/ipv6/
H A Dinet6_hashtables.c28 const struct in6_addr *faddr, const __be16 fport)
52 const __be16 sport,
132 __be16 sport,
154 const __be16 sport, const struct in6_addr *daddr,
181 const __be16 sport,
206 const __be16 sport, const struct in6_addr *daddr,
248 const struct in6_addr *saddr, const __be16 sport,
249 const struct in6_addr *daddr, const __be16 dport,
/linux-master/net/smc/
H A Dsmc_core.h510 be16_to_cpu(((__be16 *)gid_raw)[0]),
511 be16_to_cpu(((__be16 *)gid_raw)[1]),
512 be16_to_cpu(((__be16 *)gid_raw)[2]),
513 be16_to_cpu(((__be16 *)gid_raw)[3]),
514 be16_to_cpu(((__be16 *)gid_raw)[4]),
515 be16_to_cpu(((__be16 *)gid_raw)[5]),
516 be16_to_cpu(((__be16 *)gid_raw)[6]),
517 be16_to_cpu(((__be16 *)gid_raw)[7]));
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-regmap.c38 BUILD_BUG_ON(sizeof(buf_tx->cmd) != sizeof(__be16));
94 BUILD_BUG_ON(sizeof(buf_rx->cmd) != sizeof(__be16));
95 BUILD_BUG_ON(sizeof(buf_tx->cmd) != sizeof(__be16));
161 BUILD_BUG_ON(sizeof(buf_rx->cmd) != sizeof(__be16));
162 BUILD_BUG_ON(sizeof(buf_tx->cmd) != sizeof(__be16));
216 BUILD_BUG_ON(sizeof(buf_tx->cmd) != sizeof(__be16) + sizeof(u8));
236 const size_t data_offset = sizeof(__be16) +
271 BUILD_BUG_ON(sizeof(buf_rx->cmd) != sizeof(__be16) + sizeof(u8));
272 BUILD_BUG_ON(sizeof(buf_tx->cmd) != sizeof(__be16) + sizeof(u8));
295 BUILD_BUG_ON(sizeof(buf_rx->cmd) != sizeof(__be16)
[all...]
/linux-master/arch/powerpc/boot/
H A Dof.h25 typedef u16 __be16; typedef
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dfw_qos.c56 __be16 pg;
57 __be16 bw_precentage;
58 __be16 max_bw_units; /* 3-100Mbps, 4-1Gbps, other values - reserved */
59 __be16 max_bw_value;

Completed in 384 milliseconds

<<11121314151617181920>>