Lines Matching refs:sge_qset

169 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx)  in fl_to_qset()
171 return container_of(q, struct sge_qset, fl[qidx]); in fl_to_qset()
174 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q) in rspq_to_qset()
176 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
179 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx) in txq_to_qset()
181 return container_of(q, struct sge_qset, txq[qidx]); in txq_to_qset()
648 static void t3_reset_qset(struct sge_qset *q) in t3_reset_qset()
677 static void t3_free_qset(struct adapter *adapter, struct sge_qset *q) in t3_free_qset()
731 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt()
1251 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue()
1272 struct sge_qset *qs; in t3_eth_xmit()
1432 struct sge_qset *qs = txq_to_qset(q, qid); in check_desc_avail()
1528 struct sge_qset *qs = container_of(w, struct sge_qset, in restart_ctrlq()
1748 struct sge_qset *qs = container_of(w, struct sge_qset, in restart_offloadq()
1841 struct sge_qset *qs = &adap->sge.qs[queue_set(skb)]; in t3_offload_tx()
1865 struct sge_qset *qs = rspq_to_qset(q); in offload_enqueue()
1903 struct sge_qset *qs = container_of(napi, struct sge_qset, napi); in ofld_poll()
1990 static void restart_tx(struct sge_qset *qs) in restart_tx()
2093 struct sge_qset *qs = rspq_to_qset(rq); in rx_eth()
2139 static void lro_add_page(struct adapter *adap, struct sge_qset *qs, in lro_add_page()
2222 static inline void handle_rsp_cntrl_info(struct sge_qset *qs, u32 flags) in handle_rsp_cntrl_info()
2258 static void check_ring_db(struct adapter *adap, struct sge_qset *qs, in check_ring_db()
2328 static int process_responses(struct adapter *adap, struct sge_qset *qs, in process_responses()
2482 struct sge_qset *qs = container_of(napi, struct sge_qset, napi); in napi_rx_handler()
2532 static int process_pure_responses(struct adapter *adap, struct sge_qset *qs, in process_pure_responses()
2591 struct sge_qset *qs = rspq_to_qset(q); in handle_responses()
2612 struct sge_qset *qs = cookie; in t3_sge_intr_msix()
2631 struct sge_qset *qs = cookie; in t3_sge_intr_msix_napi()
2679 static int rspq_check_napi(struct sge_qset *qs) in rspq_check_napi()
2812 struct sge_qset *qs0 = &adap->sge.qs[0]; in t3b_intr_napi()
2928 struct sge_qset *qs = from_timer(qs, t, tx_reclaim_timer); in sge_timer_tx()
2969 struct sge_qset *qs = from_timer(qs, t, rx_reclaim_timer); in sge_timer_rx()
3017 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) in t3_update_qset_coalesce()
3046 struct sge_qset *q = &adapter->sge.qs[id]; in t3_sge_alloc_qset()
3219 struct sge_qset *q = &adap->sge.qs[i]; in t3_start_sge_timers()
3242 struct sge_qset *q = &adap->sge.qs[i]; in t3_stop_sge_timers()
3311 struct sge_qset *qs = &adap->sge.qs[i]; in t3_sge_stop()