/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 87 struct sge_rspq; 160 typedef int (*rspq_handler_t)(struct sge_rspq *, const __be64 *, 166 struct sge_rspq { struct 213 struct sge_rspq rspq; /* Response Queue */ argument 282 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; 284 struct sge_rspq intrq ____cacheline_aligned_in_smp; 333 struct sge_rspq *ingr_map[MAX_INGQ]; 558 int t4vf_sge_alloc_rxq(struct adapter *, struct sge_rspq *, bool, 567 int t4vf_ethrx_handler(struct sge_rspq *, const __be64 *,
|
D | sge.c | 1611 int t4vf_ethrx_handler(struct sge_rspq *rspq, const __be64 *rsp, in t4vf_ethrx_handler() 1683 const struct sge_rspq *rspq) in is_new_response() 1731 static inline void rspq_next(struct sge_rspq *rspq) in rspq_next() 1754 static int process_responses(struct sge_rspq *rspq, int budget) in process_responses() 1888 struct sge_rspq *rspq = container_of(napi, struct sge_rspq, napi); in napi_rx_handler() 1924 struct sge_rspq *rspq = cookie; in t4vf_sge_intr_msix() 1937 struct sge_rspq *intrq = &s->intrq; in process_intrq() 1945 struct sge_rspq *rspq; in process_intrq() 2201 int t4vf_sge_alloc_rxq(struct adapter *adapter, struct sge_rspq *rspq, in t4vf_sge_alloc_rxq() 2527 static void free_rspq_fl(struct adapter *adapter, struct sge_rspq *rspq, in free_rspq_fl() [all …]
|
D | cxgb4vf_main.c | 433 static void qenable(struct sge_rspq *rspq) in qenable() 487 static int fwevtq_handler(struct sge_rspq *rspq, const __be64 *rsp, in fwevtq_handler() 1055 const struct sge_rspq *rspq) in qtimer_val() 1075 static int set_rxq_intr_params(struct adapter *adapter, struct sge_rspq *rspq, in set_rxq_intr_params() 1660 const struct sge_rspq *rspq = &adapter->sge.ethrxq[pi->first_qset].rspq; in cxgb4vf_get_coalesce() 2099 const struct sge_rspq *evtq = &adapter->sge.fw_evtq; in sge_qinfo_show() 2110 const struct sge_rspq *intrq = &adapter->sge.intrq; in sge_qinfo_show() 2232 const struct sge_rspq *evtq = &adapter->sge.fw_evtq; in sge_qstats_show() 2240 const struct sge_rspq *intrq = &adapter->sge.intrq; in sge_qstats_show() 2648 static inline void init_rspq(struct sge_rspq *rspq, u8 timer_idx, in init_rspq()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 645 struct sge_rspq; 762 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp, 764 typedef void (*rspq_flush_handler_t)(struct sge_rspq *q); 774 struct sge_rspq { /* state for an SGE response queue */ struct 812 struct sge_rspq rspq; argument 826 struct sge_rspq rspq; 970 struct sge_rspq fw_evtq ____cacheline_aligned_in_smp; 974 struct sge_rspq intrq ____cacheline_aligned_in_smp; 1006 struct sge_rspq **ingr_map; /* qid->queue ingress queue map */ 1599 const struct sge_rspq *q) in qtimer_val() [all …]
|
D | cxgb4_uld.c | 57 static void uldrx_flush_handler(struct sge_rspq *q) in uldrx_flush_handler() 74 static int uldrx_handler(struct sge_rspq *q, const __be64 *rsp, in uldrx_handler() 376 struct sge_rspq *q = &rxq_info->uldrxq[idx].rspq; in enable_rx_uld() 391 struct sge_rspq *q = &rxq_info->uldrxq[idx].rspq; in quiesce_rx_uld()
|
D | sge.c | 3590 static void t4_tx_completion_handler(struct sge_rspq *rspq, in t4_tx_completion_handler() 3675 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, in t4_ethrx_handler() 3855 const struct sge_rspq *q) in is_new_response() 3866 static inline void rspq_next(struct sge_rspq *q) in rspq_next() 3889 static int process_responses(struct sge_rspq *q, int budget) in process_responses() 3991 struct sge_rspq *q = container_of(napi, struct sge_rspq, napi); in napi_rx_handler() 4069 int cxgb4_ethofld_rx_handler(struct sge_rspq *q, const __be64 *rsp, in cxgb4_ethofld_rx_handler() 4149 struct sge_rspq *q = cookie; in t4_sge_intr_msix() 4163 struct sge_rspq *q = &adap->sge.intrq; in process_intrq() 4373 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq() [all …]
|
D | cudbg_lib.h | 253 static inline void cudbg_fill_qdesc_rxq(const struct sge_rspq *rxq, in cudbg_fill_qdesc_rxq()
|
D | cxgb4_main.c | 556 static int fwevtq_handler(struct sge_rspq *q, const __be64 *rsp, in fwevtq_handler() 914 void cxgb4_quiesce_rx(struct sge_rspq *q) in cxgb4_quiesce_rx() 928 struct sge_rspq *q = adap->sge.ingr_map[i]; in quiesce_rx() 955 void cxgb4_enable_rx(struct adapter *adap, struct sge_rspq *q) in cxgb4_enable_rx() 974 struct sge_rspq *q = adap->sge.ingr_map[i]; in enable_rx() 1241 int cxgb4_set_rspq_intr_params(struct sge_rspq *q, in cxgb4_set_rspq_intr_params()
|
D | cudbg_lib.c | 3413 struct sge_rspq *rxq = (struct sge_rspq *)q; \ in cudbg_collect_qdesc()
|
D | cxgb4_ethtool.c | 1178 const struct sge_rspq *rq = &adap->sge.ethrxq[pi->first_qset].rspq; in get_coalesce()
|
D | cxgb4_debugfs.c | 3121 const struct sge_rspq *evtq = &s->fw_evtq; in sge_qinfo_show()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 174 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q) in rspq_to_qset() 194 const struct sge_rspq *q, unsigned int credits) in refill_rspq() 845 struct sge_rspq *q, unsigned int len, in get_packet_pg() 1858 static inline void offload_enqueue(struct sge_rspq *q, struct sk_buff *skb) in offload_enqueue() 1881 struct sge_rspq *q, in deliver_partial_bundle() 1904 struct sge_rspq *q = &qs->rspq; in ofld_poll() 1962 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq, in rx_offload() 2089 static void rx_eth(struct adapter *adap, struct sge_rspq *rq, in rx_eth() 2293 const struct sge_rspq *q) in is_new_response() 2298 static inline void clear_rspq_bufstate(struct sge_rspq * const q) in clear_rspq_bufstate() [all …]
|
D | adapter.h | 130 struct sge_rspq { /* state for an SGE response queue */ struct 202 struct sge_rspq rspq;
|
D | cxgb3_main.c | 1171 struct sge_rspq *q = &adap->sge.qs[i].rspq; in t3_synchronize_rx()
|