Searched refs:__be64 (Results 1 - 25 of 559) sorted by last modified time

1234567891011>>

/linux-master/kernel/bpf/
H A Dcore.c290 const u32 bits_offset = SHA1_BLOCK_SIZE - sizeof(__be64);
299 __be64 *bits;
339 if (bsize - psize >= sizeof(__be64)) {
340 bits = (__be64 *)(todo + bsize - sizeof(__be64));
342 bits = (__be64 *)(todo + bsize + bits_offset);
/linux-master/include/linux/
H A Dfilter.h835 sizeof(__be64) + 1, SHA1_BLOCK_SIZE);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c542 __be64 *d = &q->desc[q->pidx];
770 return DIV_ROUND_UP(skb->len + hdrlen, sizeof(__be64));
798 flits += (hdrlen / sizeof(__be64));
801 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64);
1738 FL_PER_EQ_UNIT = EQ_UNIT / sizeof(__be64),
1739 TXD_PER_EQ_UNIT = EQ_UNIT / sizeof(__be64),
1743 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64),
1781 sizeof(__be64));
1795 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64);
1798 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64);
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c549 p = xdr_inline_decode(argp->xdr, sizeof(__be64));
3690 __be64 cookie = cpu_to_be64(offset);
3892 p = xdr_reserve_space(xdr, sizeof(__be64));
5415 __be64 wire_cookie;
/linux-master/fs/bcachefs/
H A Dinode.c41 __be64 be[2] = { 0, 0 };
/linux-master/fs/smb/client/
H A Dsmb2pdu.h281 __be64 Reserved;
/linux-master/net/tls/
H A Dtls.h297 __be64 *p;
301 p = (__be64 *)seq;
/linux-master/include/net/
H A Dmacsec.h381 return be64_to_cpu((__force __be64)sci);
H A Dip_tunnels.h40 __be64 tun_id;
186 __be64 tun_id, __be16 tun_flags)
231 static inline __be64 key32_to_tunnel_id(__be32 key)
234 return (__force __be64)key;
236 return (__force __be64)((__force u64)key << 32);
240 /* Returns the least-significant 32 bits of a __be64. */
241 static inline __be32 tunnel_id_to_key32(__be64 tun_id)
H A Daddrconf.h462 __be64 *p = (__force __be64 *)addr;
474 __be64 *p = (__force __be64 *)addr;
491 __be64 *p = (__force __be64 *)addr;
506 __be64 *p = (__force __be64 *)addr;
/linux-master/drivers/net/
H A Dmacsec.c69 __be64 pn;
H A Dgeneve.c96 static __be64 vni_to_tunnel_id(const __u8 *vni)
101 return (__force __be64)(((__force u64)vni[0] << 40) |
108 static void tunnel_id_to_vni(__be64 tun_id, __u8 *vni)
1450 __be64 tunid;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c134 __be64 sci;
/linux-master/net/netfilter/
H A Dnf_tables_api.c4539 __be64 nf_jiffies64_to_msecs(u64 input)
/linux-master/net/bridge/
H A Dbr_private.h172 __be64 tunnel_id;
/linux-master/include/net/netfilter/
H A Dnf_tables.h1792 __be64 nf_jiffies64_to_msecs(u64 input);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c1642 values[j] += be64_to_cpup((__be64 *)(out + offsets[j]));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1067 (__be64 *)MLX5_ADDR_OF(wq, wq, pas));
1688 (__be64 *)MLX5_ADDR_OF(wq, wq, pas));
2090 (__be64 *)MLX5_ADDR_OF(create_cq_in, in, pas));
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmad.c360 __be64 *sys_image_guid)
450 int mlx5_query_mad_ifc_node_guid(struct mlx5_ib_dev *dev, __be64 *node_guid)
/linux-master/drivers/infiniband/core/
H A Dcm.c200 __be64 remote_ca_guid;
228 __be64 tid;
600 static int be64_lt(__be64 a, __be64 b)
605 static int be64_gt(__be64 a, __be64 b)
621 __be64 service_id = cm_id_priv->id.service_id;
663 __be64 service_id)
693 __be64 remote_ca_guid = timewait_info->remote_ca_guid;
717 static struct cm_id_private *cm_find_remote_id(__be64 remote_ca_gui
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c304 be64_to_cpu(((__be64 *)rewrite_data)[i]));
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c116 __be64 smoothed_power;
/linux-master/net/ipv6/
H A Dip6_gre.c500 __be64 tun_id;
557 __be64 tun_id;
/linux-master/net/ipv4/
H A Dip_gre.c314 __be64 tun_id;
385 __be64 tun_id;
/linux-master/drivers/scsi/
H A Dpmcraid.c1048 __be64 hrrq_addr = cpu_to_be64(pinstance->hrrq_start_bus_addr[index]);
1209 __be64 ioarcb_addr;

Completed in 650 milliseconds

1234567891011>>