Lines Matching refs:phys_addr
2463 &iq->phys_addr, NULL, 0, NUMA_NO_NODE); in t4_sge_alloc_rxq()
2484 c.iqaddr = cpu_to_be64(iq->phys_addr); in t4_sge_alloc_rxq()
2609 iq->desc, iq->phys_addr); in t4_sge_alloc_rxq()
2651 &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, in t4_sge_alloc_eth_txq()
2674 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_eth_txq()
2682 txq->q.desc, txq->q.phys_addr); in t4_sge_alloc_eth_txq()
2707 sizeof(struct tx_desc), 0, &txq->q.phys_addr, in t4_sge_alloc_ctrl_txq()
2729 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_ctrl_txq()
2735 txq->q.desc, txq->q.phys_addr); in t4_sge_alloc_ctrl_txq()
2761 &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, in t4_sge_alloc_ofld_txq()
2782 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_ofld_txq()
2790 txq->q.desc, txq->q.phys_addr); in t4_sge_alloc_ofld_txq()
2810 q->desc, q->phys_addr); in free_txq()
2826 rq->desc, rq->phys_addr); in free_rspq_fl()