Searched refs:sge_ofld_rxq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.c | 78 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 D | cxgb4_tc_mqprio.c | 153 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 D | cxgb4.h | 827 struct sge_ofld_rxq { /* SW offload Rx queue */ struct 901 struct sge_ofld_rxq *uldrxq; /* Rxq's for ULD */ 980 struct sge_ofld_rxq *eohw_rxq; 1615 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q);
|
H A D | cxgb4_debugfs.c | 2809 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 D | sge.c | 2540 struct sge_ofld_rxq *rxq; in cxgb4_ethofld_send_flowc() 4869 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) in t4_free_ofld_rxqs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.c | 78 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 D | cxgb4_tc_mqprio.c | 153 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 D | cxgb4.h | 825 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 D | cxgb4_debugfs.c | 2809 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 D | sge.c | 2546 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()
|
Completed in 37 milliseconds