Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h572 struct sge_ofld_rxq { /* SW offload Rx queue */ struct
639 struct sge_ofld_rxq ofldrxq[MAX_OFLD_QSETS];
640 struct sge_ofld_rxq rdmarxq[MAX_RDMA_QUEUES];
641 struct sge_ofld_rxq rdmaciq[MAX_RDMA_CIQS];
1097 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q);
Dcxgb4_main.c695 struct sge_ofld_rxq *rxq = container_of(q, struct sge_ofld_rxq, rspq); in uldrx_handler()
1000 static int alloc_ofld_rxqs(struct adapter *adap, struct sge_ofld_rxq *q, in alloc_ofld_rxqs()
4387 struct sge_ofld_rxq *r = &s->ofldrxq[i]; in cfg_queues()
4395 struct sge_ofld_rxq *r = &s->rdmarxq[i]; in cfg_queues()
4409 struct sge_ofld_rxq *r = &s->rdmaciq[i]; in cfg_queues()
Dcxgb4_debugfs.c2331 const struct sge_ofld_rxq *rx = in sge_qinfo_show()
2365 const struct sge_ofld_rxq *rx = in sge_qinfo_show()
2394 const struct sge_ofld_rxq *rx = &adap->sge.rdmaciq[ciq_idx * 4]; in sge_qinfo_show()
Dsge.c2852 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) in t4_free_ofld_rxqs()