Lines Matching refs:phys_addr
287 u64 phys_addr; in nx_fw_cmd_create_rx_ctx() local
348 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr); in nx_fw_cmd_create_rx_ctx()
361 prq_sds[i].host_phys_addr = cpu_to_le64(sds_ring->phys_addr); in nx_fw_cmd_create_rx_ctx()
366 phys_addr = hostrq_phys_addr; in nx_fw_cmd_create_rx_ctx()
368 cmd.req.arg1 = (u32)(phys_addr >> 32); in nx_fw_cmd_create_rx_ctx()
369 cmd.req.arg2 = (u32)(phys_addr & 0xffffffff); in nx_fw_cmd_create_rx_ctx()
446 u64 offset, phys_addr; in nx_fw_cmd_create_tx_ctx() local
483 prq->dummy_dma_addr = cpu_to_le64(adapter->dummy_dma.phys_addr); in nx_fw_cmd_create_tx_ctx()
485 offset = recv_ctx->phys_addr + sizeof(struct netxen_ring_ctx); in nx_fw_cmd_create_tx_ctx()
490 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); in nx_fw_cmd_create_tx_ctx()
493 phys_addr = rq_phys_addr; in nx_fw_cmd_create_tx_ctx()
495 cmd.req.arg1 = (u32)(phys_addr >> 32); in nx_fw_cmd_create_tx_ctx()
496 cmd.req.arg2 = ((u32)phys_addr & 0xffffffff); in nx_fw_cmd_create_tx_ctx()
716 hwctx->cmd_ring_addr = cpu_to_le64(tx_ring->phys_addr); in netxen_init_old_ctx()
724 cpu_to_le64(rds_ring->phys_addr); in netxen_init_old_ctx()
733 hwctx->sts_ring_addr = cpu_to_le64(sds_ring->phys_addr); in netxen_init_old_ctx()
736 hwctx->sts_rings[ring].addr = cpu_to_le64(sds_ring->phys_addr); in netxen_init_old_ctx()
746 lower32(recv_ctx->phys_addr)); in netxen_init_old_ctx()
748 upper32(recv_ctx->phys_addr)); in netxen_init_old_ctx()
773 &recv_ctx->phys_addr); in netxen_alloc_hw_resources()
783 cpu_to_le64(recv_ctx->phys_addr + in netxen_alloc_hw_resources()
790 &tx_ring->phys_addr); in netxen_alloc_hw_resources()
805 &rds_ring->phys_addr); in netxen_alloc_hw_resources()
826 &sds_ring->phys_addr); in netxen_alloc_hw_resources()
905 recv_ctx->phys_addr); in netxen_free_hw_resources()
913 tx_ring->desc_head, tx_ring->phys_addr); in netxen_free_hw_resources()
924 rds_ring->phys_addr); in netxen_free_hw_resources()
936 sds_ring->phys_addr); in netxen_free_hw_resources()