Searched refs:sge_ofld_rxq (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/tom/ |
| D | t4_tom.h | 129 struct sge_ofld_rxq *ofld_rxq; 205 struct sge_ofld_rxq *ofld_rxq;
|
| D | t4_listen.c | 358 struct sge_ofld_rxq *ofld_rxq; in send_reset_synqe() 1023 struct sge_ofld_rxq *ofld_rxq = &sc->sge.ofld_rxq[rxqid]; in calc_opt2p()
|
| D | t4_tom.c | 1030 struct sge_ofld_rxq *ofld_rxq; in t4_tom_activate()
|
| /freebsd-10-stable/sys/dev/cxgbe/ |
| D | adapter.h | 583 struct sge_ofld_rxq { struct 588 static inline struct sge_ofld_rxq * argument 592 return (__containerof(iq, struct sge_ofld_rxq, iq)); in iq_to_ofld_rxq() 716 struct sge_ofld_rxq *ofld_rxq; /* TOE rx queues */
|
| D | t4_sge.c | 196 static int alloc_ofld_rxq(struct vi_info *, struct sge_ofld_rxq *, int, int, 198 static int free_ofld_rxq(struct vi_info *, struct sge_ofld_rxq *); 1016 struct sge_ofld_rxq *ofld_rxq; in t4_setup_vi_queues() 1237 struct sge_ofld_rxq *ofld_rxq; in t4_teardown_vi_queues() 1988 struct sge_ofld_rxq *ofld_rxq; in t4_update_fl_bufsize() 3124 alloc_ofld_rxq(struct vi_info *vi, struct sge_ofld_rxq *ofld_rxq, in alloc_ofld_rxq() 3164 free_ofld_rxq(struct vi_info *vi, struct sge_ofld_rxq *ofld_rxq) in free_ofld_rxq()
|
| D | t4_main.c | 646 CTASSERT(offsetof(struct sge_ofld_rxq, iq) == offsetof(struct sge_rxq, iq)); 647 CTASSERT(offsetof(struct sge_ofld_rxq, fl) == offsetof(struct sge_rxq, fl)); 1041 s->ofld_rxq = malloc(s->nofldrxq * sizeof(struct sge_ofld_rxq), in t4_attach() 4139 struct sge_ofld_rxq *ofld_rxq; in t4_setup_intr_handlers() 4517 struct sge_ofld_rxq *ofld_rxq; in vi_full_uninit() 5668 struct sge_ofld_rxq *ofld_rxq; in sysctl_holdoff_tmr_idx()
|