Lines Matching refs:phys_addr
2453 &iq->phys_addr, NULL, 0, NUMA_NO_NODE); in t4_sge_alloc_rxq()
2473 c.iqaddr = cpu_to_be64(iq->phys_addr); in t4_sge_alloc_rxq()
2542 iq->desc, iq->phys_addr); in t4_sge_alloc_rxq()
2584 &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, in t4_sge_alloc_eth_txq()
2606 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_eth_txq()
2614 txq->q.desc, txq->q.phys_addr); in t4_sge_alloc_eth_txq()
2639 sizeof(struct tx_desc), 0, &txq->q.phys_addr, in t4_sge_alloc_ctrl_txq()
2660 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_ctrl_txq()
2666 txq->q.desc, txq->q.phys_addr); in t4_sge_alloc_ctrl_txq()
2692 &txq->q.phys_addr, &txq->q.sdesc, s->stat_len, in t4_sge_alloc_ofld_txq()
2712 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_ofld_txq()
2720 txq->q.desc, txq->q.phys_addr); in t4_sge_alloc_ofld_txq()
2740 q->desc, q->phys_addr); in free_txq()
2756 rq->desc, rq->phys_addr); in free_rspq_fl()