Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c78 struct sge_ofld_rxq *rxq = container_of(q, struct sge_ofld_rxq, rspq); in uldrx_handler()
112 struct sge_ofld_rxq *q = rxq_info->uldrxq; in alloc_uld_rxqs()
203 struct sge_ofld_rxq *q) in t4_free_uld_rxqs()
272 rxq_info->uldrxq = kcalloc(nrxq, sizeof(struct sge_ofld_rxq), in cfg_queues_uld()
287 struct sge_ofld_rxq *r = &rxq_info->uldrxq[i]; in cfg_queues_uld()
301 struct sge_ofld_rxq *r = &rxq_info->uldrxq[i]; in cfg_queues_uld()
H A Dcxgb4_tc_mqprio.c153 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_alloc_hw_resources()
161 sizeof(struct sge_ofld_rxq), in cxgb4_mqprio_alloc_hw_resources()
276 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_free_hw_resources()
H A Dcxgb4.h825 struct sge_ofld_rxq { /* SW offload Rx queue */ struct
899 struct sge_ofld_rxq *uldrxq; /* Rxq's for ULD */
978 struct sge_ofld_rxq *eohw_rxq;
1611 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q);
H A Dcxgb4_debugfs.c2809 const struct sge_ofld_rxq *rx = &s->eohw_rxq[base_qset]; in sge_qinfo_show()
2936 const struct sge_ofld_rxq *rx; in sge_qinfo_show()
2964 const struct sge_ofld_rxq *rx; in sge_qinfo_show()
2988 const struct sge_ofld_rxq *rx; in sge_qinfo_show()
3014 const struct sge_ofld_rxq *rx; in sge_qinfo_show()
3040 const struct sge_ofld_rxq *rx; in sge_qinfo_show()
3066 const struct sge_ofld_rxq *rx; in sge_qinfo_show()
H A Dsge.c2546 struct sge_ofld_rxq *rxq; in cxgb4_ethofld_send_flowc()
4899 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) in t4_free_ofld_rxqs()