Lines Matching refs:sge

115 	struct sge *s = &adap->sge;  in alloc_uld_rxqs()
176 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in setup_sge_queues_uld()
185 struct sge *s = &adap->sge; in setup_sge_queues_uld()
214 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_sge_queues_uld()
217 struct sge *s = &adap->sge; in free_sge_queues_uld()
240 struct sge *s = &adap->sge; in cfg_queues_uld()
308 adap->sge.uld_rxq_info[uld_type] = rxq_info; in cfg_queues_uld()
315 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_queues_uld()
317 adap->sge.uld_rxq_info[uld_type] = NULL; in free_queues_uld()
326 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in request_msix_queue_irqs_uld()
358 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in free_msix_queue_irqs_uld()
372 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in enable_rx_uld()
387 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in quiesce_rx_uld()
425 struct sge *s = &adap->sge; in alloc_sge_txq_uld()
451 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
457 adap->sge.uld_txq_info[tx_uld_type] = NULL; in release_sge_txq_uld()
469 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in setup_sge_txq_uld()
506 adap->sge.uld_txq_info[tx_uld_type] = txq_info; in setup_sge_txq_uld()
513 struct sge_uld_rxq_info *rxq_info = adap->sge.uld_rxq_info[uld_type]; in uld_queue_init()
515 struct sge_uld_txq_info *txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_queue_init()
526 struct sge *s = &adap->sge; in t4_uld_mem_alloc()
554 struct sge *s = &adap->sge; in t4_uld_mem_free()
619 lld->udb_density = 1 << adap->params.sge.eq_qpp; in uld_init()
620 lld->ucq_density = 1 << adap->params.sge.iq_qpp; in uld_init()
621 lld->sge_host_page_size = 1 << (adap->params.sge.hps + 10); in uld_init()
630 lld->sge_ingpadboundary = adap->sge.fl_align; in uld_init()
631 lld->sge_egrstatuspagesize = adap->sge.stat_len; in uld_init()
632 lld->sge_pktshift = adap->sge.pktshift; in uld_init()