Lines Matching refs:phys_addr
284 u64 phys_addr; in nx_fw_cmd_create_rx_ctx() local
345 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr); in nx_fw_cmd_create_rx_ctx()
358 prq_sds[i].host_phys_addr = cpu_to_le64(sds_ring->phys_addr); in nx_fw_cmd_create_rx_ctx()
363 phys_addr = hostrq_phys_addr; in nx_fw_cmd_create_rx_ctx()
365 cmd.req.arg1 = (u32)(phys_addr >> 32); in nx_fw_cmd_create_rx_ctx()
366 cmd.req.arg2 = (u32)(phys_addr & 0xffffffff); in nx_fw_cmd_create_rx_ctx()
443 u64 offset, phys_addr; in nx_fw_cmd_create_tx_ctx() local
480 prq->dummy_dma_addr = cpu_to_le64(adapter->dummy_dma.phys_addr); in nx_fw_cmd_create_tx_ctx()
482 offset = recv_ctx->phys_addr + sizeof(struct netxen_ring_ctx); in nx_fw_cmd_create_tx_ctx()
487 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); in nx_fw_cmd_create_tx_ctx()
490 phys_addr = rq_phys_addr; in nx_fw_cmd_create_tx_ctx()
492 cmd.req.arg1 = (u32)(phys_addr >> 32); in nx_fw_cmd_create_tx_ctx()
493 cmd.req.arg2 = ((u32)phys_addr & 0xffffffff); in nx_fw_cmd_create_tx_ctx()
713 hwctx->cmd_ring_addr = cpu_to_le64(tx_ring->phys_addr); in netxen_init_old_ctx()
721 cpu_to_le64(rds_ring->phys_addr); in netxen_init_old_ctx()
730 hwctx->sts_ring_addr = cpu_to_le64(sds_ring->phys_addr); in netxen_init_old_ctx()
733 hwctx->sts_rings[ring].addr = cpu_to_le64(sds_ring->phys_addr); in netxen_init_old_ctx()
743 lower32(recv_ctx->phys_addr)); in netxen_init_old_ctx()
745 upper32(recv_ctx->phys_addr)); in netxen_init_old_ctx()
770 &recv_ctx->phys_addr); in netxen_alloc_hw_resources()
780 cpu_to_le64(recv_ctx->phys_addr + in netxen_alloc_hw_resources()
787 &tx_ring->phys_addr); in netxen_alloc_hw_resources()
802 &rds_ring->phys_addr); in netxen_alloc_hw_resources()
823 &sds_ring->phys_addr); in netxen_alloc_hw_resources()
902 recv_ctx->phys_addr); in netxen_free_hw_resources()
910 tx_ring->desc_head, tx_ring->phys_addr); in netxen_free_hw_resources()
921 rds_ring->phys_addr); in netxen_free_hw_resources()
933 sds_ring->phys_addr); in netxen_free_hw_resources()