HomeSort by: relevance | last modified time | path
    Searched refs:sge_qset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 61 struct sge_qset;
293 struct sge_qset { struct
305 struct sge_qset qs[SGE_QSETS];
534 void t3_lro_flush(adapter_t *adap, struct sge_qset *qs, struct lro_state *state);
537 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
539 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
547 static __inline struct sge_qset *
550 return container_of(q, struct sge_qset, fl[qidx]);
553 static __inline struct sge_qset *
556 return container_of(q, struct sge_qset, rspq)
    [all...]
cxgb_lro.c 173 lro_flush_session(struct sge_qset *qs, struct t3_lro_session *s, struct mbuf *m)
209 lro_new_session(struct sge_qset *qs, struct mbuf *m, uint32_t rss_hash)
327 struct sge_qset *qs = rspq_to_qset(rq);
375 t3_lro_flush(adapter_t *adap, struct sge_qset *qs, struct lro_state *state)
cxgb_sge.c 170 static void t3_free_qset(adapter_t *sc, struct sge_qset *q);
443 t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p)
682 struct sge_qset *qs;
814 struct sge_qset *qs;
859 init_qset_cntxt(struct sge_qset *qs, u_int id)
1158 struct sge_qset *qs;
1365 struct sge_qset *qs = txq_to_qset(q, qid);
1467 struct sge_qset *qs = (struct sge_qset *)data;
1519 t3_free_qset(adapter_t *sc, struct sge_qset *q
    [all...]
cxgb_main.c 1374 struct sge_qset *qs;
1460 struct sge_qset *qs;
1479 struct sge_qset *qs;

Completed in 15 milliseconds