Searched refs:sge_eth_rxq (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 164 struct sge_eth_rxq { /* a SW Ethernet Rx queue */ struct 283 struct sge_eth_rxq *ethrxq; 829 int t4_sge_eth_rxq_start(struct adapter *adap, struct sge_eth_rxq *rxq); 830 int t4_sge_eth_rxq_stop(struct adapter *adap, struct sge_eth_rxq *rxq); 831 void t4_sge_eth_rxq_release(struct adapter *adap, struct sge_eth_rxq *rxq);
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 105 struct sge_eth_rxq *rxq = (struct sge_eth_rxq *)rx_queue; in cxgbe_recv_pkts() 574 struct sge_eth_rxq *rxq; in cxgbe_dev_rx_queue_start() 592 struct sge_eth_rxq *rxq; in cxgbe_dev_rx_queue_stop() 619 struct sge_eth_rxq *rxq; in cxgbe_dev_rx_queue_setup() 693 struct sge_eth_rxq *rxq = (struct sge_eth_rxq *)q; in cxgbe_dev_rx_queue_release() 736 struct sge_eth_rxq *rxq = in cxgbe_dev_stats_get() 767 struct sge_eth_rxq *rxq = in cxgbe_dev_stats_reset()
|
| H A D | sge.c | 361 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, fl); in refill_fl_usembufs() 1575 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in process_responses() 1692 struct sge_eth_rxq *rxq = container_of(q, struct sge_eth_rxq, rspq); in cxgbe_poll() 1762 int t4_sge_eth_rxq_start(struct adapter *adap, struct sge_eth_rxq *rxq) in t4_sge_eth_rxq_start() 1771 int t4_sge_eth_rxq_stop(struct adapter *adap, struct sge_eth_rxq *rxq) in t4_sge_eth_rxq_stop() 1843 struct sge_eth_rxq *rxq = container_of(fl, struct sge_eth_rxq, in t4_sge_alloc_rxq() 2203 struct sge_eth_rxq *rxq; in t4_sge_eth_clear_queues() 2226 void t4_sge_eth_rxq_release(struct adapter *adap, struct sge_eth_rxq *rxq) in t4_sge_eth_rxq_release() 2249 struct sge_eth_rxq *rxq; in t4_sge_eth_release_queues()
|
| H A D | cxgbevf_ethdev.c | 57 struct sge_eth_rxq *rxq = in cxgbevf_dev_stats_get()
|
| H A D | cxgbe_main.c | 607 sizeof(struct sge_eth_rxq), 0, in cxgbe_cfg_queues() 622 struct sge_eth_rxq *r = &s->ethrxq[i]; in cxgbe_cfg_queues() 1666 const struct sge_eth_rxq *rxq; in cxgbe_write_rss_conf() 1730 const struct sge_eth_rxq *rxq; in cxgbe_write_rss()
|