Lines Matching refs:__be64
66 FL_PER_EQ_UNIT = EQ_UNIT / sizeof(__be64),
67 TXD_PER_EQ_UNIT = EQ_UNIT / sizeof(__be64),
111 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64),
337 const __be64 *addr = (const __be64 *)tq->desc; in unmap_sgl()
345 const __be64 *addr = (const __be64 *)tq->desc; in unmap_sgl()
355 __be64 addr; in unmap_sgl()
361 : *(const __be64 *)tq->desc); in unmap_sgl()
611 __be64 *d = &fl->desc[fl->pidx]; in refill_fl()
826 BUG_ON(flits > SGE_MAX_WR_LEN / sizeof(__be64)); in flits_to_desc()
867 sizeof(__be64)); in calc_tx_flits()
882 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
885 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
1004 __be64 *src = (__be64 *)&tq->desc[index]; in ring_tx_db()
1005 __be64 __iomem *dst = (__be64 __iomem *)(tq->bar2_addr + in ring_tx_db()
1007 unsigned int count = EQ_UNIT / sizeof(__be64); in ring_tx_db()
1613 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp, in t4vf_ethrx_handler()
2279 sizeof(__be64), sizeof(struct rx_sw_desc), in t4vf_sge_alloc_rxq()