Lines Matching refs:phys_addr
255 u64 phys_addr; in qlcnic_82xx_fw_cmd_create_rx_ctx() local
317 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
330 prq_sds[i].host_phys_addr = cpu_to_le64(sds_ring->phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
339 phys_addr = hostrq_phys_addr; in qlcnic_82xx_fw_cmd_create_rx_ctx()
344 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
345 cmd.req.arg[2] = LSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
430 u64 phys_addr; in qlcnic_82xx_fw_cmd_create_tx_ctx() local
481 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
484 phys_addr = rq_phys_addr; in qlcnic_82xx_fw_cmd_create_tx_ctx()
490 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
491 cmd.req.arg[2] = LSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
584 &tx_ring->phys_addr, in qlcnic_alloc_hw_resources()
598 &rds_ring->phys_addr, GFP_KERNEL); in qlcnic_alloc_hw_resources()
612 &sds_ring->phys_addr, GFP_KERNEL); in qlcnic_alloc_hw_resources()
738 tx_ring->phys_addr); in qlcnic_free_hw_resources()
750 rds_ring->phys_addr); in qlcnic_free_hw_resources()
762 sds_ring->phys_addr); in qlcnic_free_hw_resources()