Lines Matching refs:phys_addr
253 u64 phys_addr; in qlcnic_82xx_fw_cmd_create_rx_ctx() local
315 prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
328 prq_sds[i].host_phys_addr = cpu_to_le64(sds_ring->phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
337 phys_addr = hostrq_phys_addr; in qlcnic_82xx_fw_cmd_create_rx_ctx()
342 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
343 cmd.req.arg[2] = LSD(phys_addr); in qlcnic_82xx_fw_cmd_create_rx_ctx()
428 u64 phys_addr; in qlcnic_82xx_fw_cmd_create_tx_ctx() local
479 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
482 phys_addr = rq_phys_addr; in qlcnic_82xx_fw_cmd_create_tx_ctx()
488 cmd.req.arg[1] = MSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
489 cmd.req.arg[2] = LSD(phys_addr); in qlcnic_82xx_fw_cmd_create_tx_ctx()
582 &tx_ring->phys_addr, in qlcnic_alloc_hw_resources()
596 &rds_ring->phys_addr, GFP_KERNEL); in qlcnic_alloc_hw_resources()
610 &sds_ring->phys_addr, GFP_KERNEL); in qlcnic_alloc_hw_resources()
736 tx_ring->phys_addr); in qlcnic_free_hw_resources()
748 rds_ring->phys_addr); in qlcnic_free_hw_resources()
760 sds_ring->phys_addr); in qlcnic_free_hw_resources()