Searched refs:__be16 (Results 201 - 225 of 1493) sorted by relevance

1234567891011>>

/linux-master/include/soc/fsl/
H A Dbman.h38 __be16 bpid; /* hi 8-bits reserved */
39 __be16 hi; /* High 16-bits of 48-bit address */
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_temp.c19 __be16 *raw;
29 raw = (__be16 *)&st->buffer[0];
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_encoder.h146 __be16 stream_id;
148 __be16 es_pid;
/linux-master/include/uapi/rdma/
H A Dib_user_mad.h81 __be16 lid;
125 __be16 lid;
/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_log.h20 __be16 hw_protocol; /* hw protocol (network order) */
26 __be16 hw_addrlen;
38 NFULA_VLAN_PROTO, /* __be16 skb vlan_proto */
39 NFULA_VLAN_TCI, /* __be16 skb htons(vlan_tci) */
/linux-master/block/partitions/
H A Dsgi.c18 __be16 root_part_num; /* Root partition number */
19 __be16 swap_part_num; /* Swap partition number */
/linux-master/include/rdma/
H A Dib.h18 __be16 uib_addr16[8];
58 __be16 sib_pkey;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_dev.h35 int enic_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid);
36 int enic_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid);
/linux-master/include/linux/dsa/
H A Dtag_qca.h67 __be16 hdr; /* qca hdr */
77 __be16 hdr; /* qca hdr */
/linux-master/arch/powerpc/platforms/pseries/
H A Dvphn.c29 const __be16 *field = (const __be16 *) be_packed;
/linux-master/arch/powerpc/include/asm/
H A Dlppaca.h44 __be16 size; /* Size of this struct */
68 __be16 slb_count; /* # of SLBs to maintain */
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c29 const __be16 *field = (const __be16 *) be_packed;
/linux-master/include/net/
H A Dioam6.h24 __be16 id;
57 struct ioam6_namespace *ioam6_namespace(struct net *net, __be16 id);
/linux-master/net/ipv4/
H A Dfou_bpf.c16 __be16 sport;
17 __be16 dport;
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcbuild.h140 u32 s_id, __be16 ox_id,
193 u32 d_id, u32 s_id, __be16 ox_id, wwn_t port_name,
203 u32 d_id, u32 s_id, __be16 ox_id,
206 u32 d_id, u32 s_id, __be16 ox_id,
209 u32 d_id, u32 s_id, __be16 ox_id);
216 u32 s_id, __be16 ox_id,
225 __be16 ox_id, u32 data_format,
235 __be16 ox_id, struct fc_rpsc_speed_info_s *oper_speed);
258 u32 s_id, __be16 ox_id);
268 __be16 ox_i
[all...]
/linux-master/include/scsi/
H A Dsas.h306 __be16 _r_b;
317 __be16 tag;
318 __be16 tptt;
374 __be16 tag;
381 __be16 change_count;
382 __be16 route_indexes;
406 __be16 _r_b;
527 __be16 _r_b;
538 __be16 tag;
539 __be16 tpt
[all...]
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_tlv.h94 static inline __be16 rocker_tlv_get_be16(const struct rocker_tlv *tlv)
96 return *(__be16 *) rocker_tlv_data(tlv);
155 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value)
157 __be16 tmp = value;
159 return rocker_tlv_put(desc_info, attrtype, sizeof(__be16), &tmp);
/linux-master/net/ncsi/
H A Dncsi-pkt.h16 __be16 length; /* Payload length */
26 __be16 code; /* Response code */
27 __be16 reason; /* Response reason */
97 __be16 reserved; /* Reserved */
98 __be16 vlan; /* VLAN ID */
99 __be16 reserved1; /* Reserved */
177 __be16 len; /* Payload Length */
208 __be16 pci_ids[4]; /* PCI IDs */
239 __be16 vlan_enable; /* VLAN tag enable flags */
248 __be16 vla
[all...]
/linux-master/include/uapi/scsi/fc/
H A Dfc_fs.h33 __be16 fh_seq_cnt; /* sequence count */
35 __be16 fh_ox_id; /* originator exchange ID */
36 __be16 fh_rx_id; /* responder exchange ID */
241 __be16 ba_ox_id; /* OX_ID for aborted seq or exch */
242 __be16 ba_rx_id; /* RX_ID for aborted seq or exch */
243 __be16 ba_low_seq_cnt; /* low SEQ_CNT of aborted seq */
244 __be16 ba_high_seq_cnt; /* high SEQ_CNT of aborted seq */
/linux-master/net/hsr/
H A Dhsr_main.h92 __be16 path_and_HSR_ver;
93 __be16 sequence_nr;
138 __be16 sequence_nr;
139 __be16 lan_id_and_LSDU_size;
140 __be16 PRP_suffix;
179 int (*fill_frame_info)(__be16 proto, struct sk_buff *skb,
181 bool (*invalid_dan_ingress_frame)(__be16 protocol);
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h203 __be16 sb_versionnum; /* header version == XFS_SB_VERSION */
204 __be16 sb_sectsize; /* volume sector size, bytes */
205 __be16 sb_inodesize; /* inode size, bytes */
206 __be16 sb_inopblock; /* inodes per block */
231 __be16 sb_qflags; /* quota flags */
239 __be16 sb_logsectsize; /* sector size for the log, bytes */
808 __be16 di_magic; /* inode magic # = XFS_DINODE_MAGIC */
809 __be16 di_mode; /* mode and type of file */
812 __be16 di_onlink; /* old number of links to file */
816 __be16 di_projid_l
[all...]
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h120 __be16 src_port;
121 __be16 dst_port;
130 __be16 proto;
206 __be16 proto;
305 __be16 source, dest;
339 static inline __be16 __nf_flow_pppoe_proto(const struct sk_buff *skb)
341 __be16 proto;
343 proto = *((__be16 *)(skb_mac_header(skb) + ETH_HLEN +
355 static inline bool nf_flow_pppoe_proto(struct sk_buff *skb, __be16 *inner_proto)
/linux-master/fs/ufs/
H A Dswab.h86 return be16_to_cpu((__force __be16)n);
104 be16_add_cpu((__be16 *)n, d);
113 be16_add_cpu((__be16 *)n, -d);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-eeprom.c94 __be16 solo_eeprom_read(struct solo_dev *solo_dev, int loc)
111 return (__force __be16)retval;
115 __be16 data)
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-hdr.c51 header->length = be16_to_cpu(*(__be16 *)(data + offset));
55 header->frame_height = be16_to_cpu(*(__be16 *)(data + offset));
57 header->frame_width = be16_to_cpu(*(__be16 *)(data + offset));

Completed in 273 milliseconds

1234567891011>>