Home
last modified time | relevance | path

Searched refs:sge_ofld_rxq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h541 struct sge_ofld_rxq { /* SW offload Rx queue */ struct
608 struct sge_ofld_rxq ofldrxq[MAX_OFLD_QSETS];
609 struct sge_ofld_rxq rdmarxq[MAX_RDMA_QUEUES];
610 struct sge_ofld_rxq rdmaciq[MAX_RDMA_CIQS];
1049 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q);
Dcxgb4_debugfs.c1748 const struct sge_ofld_rxq *rx = &adap->sge.ofldrxq[toe_idx * 4]; in sge_qinfo_show()
1773 const struct sge_ofld_rxq *rx = in sge_qinfo_show()
1795 const struct sge_ofld_rxq *rx = &adap->sge.rdmaciq[ciq_idx * 4]; in sge_qinfo_show()
Dcxgb4_main.c683 struct sge_ofld_rxq *rxq = container_of(q, struct sge_ofld_rxq, rspq); in uldrx_handler()
968 static int alloc_ofld_rxqs(struct adapter *adap, struct sge_ofld_rxq *q, in alloc_ofld_rxqs()
4210 struct sge_ofld_rxq *r = &s->ofldrxq[i]; in cfg_queues()
4218 struct sge_ofld_rxq *r = &s->rdmarxq[i]; in cfg_queues()
4232 struct sge_ofld_rxq *r = &s->rdmaciq[i]; in cfg_queues()
Dsge.c2782 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) in t4_free_ofld_rxqs()