Searched refs:__be64 (Results 201 - 225 of 559) sorted by relevance

1234567891011>>

/linux-master/block/
H A Dopal_proto.h375 __be64 alignment_granularity;
376 __be64 lowest_aligned_lba;
/linux-master/drivers/scsi/
H A Dipr.h424 __be64 dev_id;
425 __be64 lun;
426 __be64 lun_wwn[2];
429 __be64 res_path;
432 __be64 reserved3[2];
563 __be64 address;
574 __be64 ioasa_host_pci_addr;
575 __be64 data_ioadl_addr;
576 __be64 reserved;
584 __be64 ioarcb_host_pci_addr6
[all...]
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c55 __be64 start;
56 __be64 length;
60 __be64 mtt_seg;
256 __be64 *mtt_entry;
331 __be64 *mtts;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c340 const __be64 *rsp,
365 const struct pkt_gl *gl, const __be64 *rsp)
382 static int chtls_recv_rsp(struct chtls_dev *cdev, const __be64 *rsp)
422 struct sk_buff **skbs, const __be64 *rsp)
438 static int chtls_uld_rx_handler(void *handle, const __be64 *rsp,
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h188 __be64 in_param;
191 __be64 out_param;
308 __be64 start;
309 __be64 length;
314 __be64 mtt_addr;
362 __be64 db_rec_addr;
382 __be64 db_rec_addr;
518 __be64 guid;
748 __be64 entries[MLX4_MAX_MAC_NUM];
931 __be64 slave_node_guid
[all...]
/linux-master/include/net/
H A Dipv6.h683 static inline bool __ipv6_prefix_equal64_half(const __be64 *a1,
684 const __be64 *a2,
696 const __be64 *a1 = (const __be64 *)addr1;
697 const __be64 *a2 = (const __be64 *)addr2;
764 const __be64 *be = (const __be64 *)a;
872 const __be64 *a1 = token1, *a2 = token2;
878 __be64 x
[all...]
H A Dnetlink.h1479 * nla_put_be64 - Add a __be64 netlink attribute to a socket buffer and align it
1485 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value,
1488 __be64 tmp = value;
1490 return nla_put_64bit(skb, attrtype, sizeof(__be64), &tmp, padattr);
1500 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value,
1503 __be64 tmp = value;
1762 * nla_get_be64 - return payload of __be64 attribute
1763 * @nla: __be64 netlink attribute
1765 static inline __be64 nla_get_be64(const struct nlattr *nla)
1767 __be64 tm
[all...]
/linux-master/fs/gfs2/
H A Dlops.c653 __be64 *ptr;
668 ptr = (__be64 *)(ld + 1);
779 struct gfs2_log_descriptor *ld, __be64 *ptr,
882 *(__be64 *)(page_address(page) + offset) = cpu_to_be64(bd->bd_blkno);
921 struct gfs2_log_descriptor *ld, __be64 *ptr,
947 blkno = be64_to_cpu(*(__be64 *)(bh->b_data + offset));
1005 __be64 *ptr, int pass)
/linux-master/drivers/crypto/bcm/
H A Dutil.c177 __be64 *high_be = (__be64 *)ctr_pos;
178 __be64 *low_be = high_be + 1;
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c453 static int build_isgl(__be64 *queue_start, __be64 *queue_end,
460 __be64 *flitp;
462 if ((__be64 *)isglp == queue_end)
465 flitp = (__be64 *)isglp->sge;
479 *flitp = (__force __be64)0;
534 ret = build_isgl((__be64 *)sq->queue,
535 (__be64 *)&sq->queue[sq->size],
585 ret = build_isgl((__be64 *)sq->queue,
586 (__be64 *)
[all...]
/linux-master/drivers/misc/
H A Dibmvmc.c548 __be64 *crq_as_u64 = (__be64 *)&crq_msg;
609 __be64 *crq_as_u64 = (__be64 *)&crq_msg;
654 __be64 *crq_as_u64 = (__be64 *)&crq_msg;
697 __be64 *crq_as_u64 = (__be64 *)&crq_msg;
738 __be64 *crq_as_u64 = (__be64 *)
[all...]
/linux-master/net/smc/
H A Dsmc_core.h563 int smc_rtoken_add(struct smc_link *lnk, __be64 nw_vaddr, __be32 nw_rkey);
566 __be32 nw_rkey_known, __be64 nw_vaddr, __be32 nw_rkey);
568 __be64 nw_vaddr, __be32 nw_rkey);
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c122 __be64 *tcep;
132 tcep = ((__be64 *)tbl->it_base) + index;
148 __be64 *tcep;
150 tcep = ((__be64 *)tbl->it_base) + index;
158 __be64 *tcep;
160 tcep = ((__be64 *)tbl->it_base) + index;
209 static DEFINE_PER_CPU(__be64 *, tce_page);
218 __be64 *tcep;
240 tcep = (__be64 *)__get_free_page(GFP_ATOMIC);
367 __be64 dma_bas
[all...]
H A Dplpks-secvar.c139 flags = be64_to_cpup((__be64 *)data);
/linux-master/fs/befs/
H A Dendian.h21 return be64_to_cpu((__force __be64)n);
/linux-master/lib/842/
H A D842_compress.c203 put_unaligned(cpu_to_be64(o << 56 | d << 24), (__be64 *)out);
205 put_unaligned(cpu_to_be64(o << 56 | d << 16), (__be64 *)out);
207 put_unaligned(cpu_to_be64(o << 56 | d << 8), (__be64 *)out);
209 put_unaligned(cpu_to_be64(o << 56 | d), (__be64 *)out);
/linux-master/crypto/
H A Dechainiv.c31 __be64 nseqno;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwmi.h40 __be64 tsf;
/linux-master/drivers/crypto/nx/
H A Dnx_csbcpb.h144 __be64 address;
/linux-master/drivers/infiniband/core/
H A Dmad_priv.h130 __be64 tid;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h163 __be64 last_flit;
/linux-master/arch/sparc/crypto/
H A Dsha256_glue.c72 __be64 bits;
H A Dsha1_glue.c73 __be64 bits;
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h145 __be64 *stats;
/linux-master/arch/powerpc/perf/req-gen/
H A Dperf.h23 #define BE_TYPE_b8 __be64

Completed in 296 milliseconds

1234567891011>>