Searched refs:sge_rspq (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 26 struct sge_rspq; 122 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp, 125 struct sge_rspq { /* state for an SGE response queue */ struct 166 struct sge_rspq rspq; argument 284 struct sge_rspq fw_evtq __rte_cache_aligned; 821 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *rspq, bool fwevtq, 834 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, unsigned int us, 836 int cxgbe_poll(struct sge_rspq *q, struct rte_mbuf **rx_pkts,
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe.h | 96 int cxgbe_poll_for_completion(struct sge_rspq *q, unsigned int us,
|
| H A D | cxgbe_main.c | 136 static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp, in fwevtq_handler() 248 int cxgbe_poll_for_completion(struct sge_rspq *q, unsigned int ms, in cxgbe_poll_for_completion() 325 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, unsigned int us, in cxgb4_set_rspq_intr_params() 529 static inline void init_rspq(struct adapter *adap, struct sge_rspq *q, in init_rspq() 1791 static void enable_rx(struct adapter *adap, struct sge_rspq *q) in enable_rx()
|
| H A D | sge.c | 1499 static inline void rspq_next(struct sge_rspq *q) in rspq_next() 1569 static int process_responses(struct sge_rspq *q, int budget, in process_responses() 1689 int cxgbe_poll(struct sge_rspq *q, struct rte_mbuf **rx_pkts, in cxgbe_poll() 1784 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq() 2174 static void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, in free_rspq_fl()
|