Symbol: sge_rxq
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
397
struct sge_rxq *rxq; /* NIC rx queues */
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
612
static inline struct sge_rxq *
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
615
return (__containerof(iq, struct sge_rxq, iq));
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
683
mblk_t *t4_ring_rx(struct sge_rxq *rxq, int poll_bytes);
usr/src/uts/common/io/cxgbe/t4nex/adapter.h
688
void t4_mac_rx(struct port_info *pi, struct sge_rxq *rxq, mblk_t *m);
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1014
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
2130
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
2192
t4_mac_rx(struct port_info *pi, struct sge_rxq *rxq, mblk_t *m)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
884
struct sge_rxq *rxq = (struct sge_rxq *)rh;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
898
struct sge_rxq *rxq = (struct sge_rxq *)intrh;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
915
struct sge_rxq *rxq = (struct sge_rxq *)intrh;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
935
struct sge_rxq *rxq = (struct sge_rxq *)arg;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
955
struct sge_rxq *rxq = (struct sge_rxq *)rh;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2384
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2456
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2484
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
449
s->rxq = kmem_zalloc(s->nrxq * sizeof (struct sge_rxq), KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
526
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
665
kmem_free(s->rxq, s->nrxq * sizeof (struct sge_rxq));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1387
alloc_rxq(struct port_info *pi, struct sge_rxq *rxq, int intr_idx, int i)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1403
free_rxq(struct port_info *pi, struct sge_rxq *rxq)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1414
bzero(&rxq->fl, sizeof (*rxq) - offsetof(struct sge_rxq, fl));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
152
static kstat_t *setup_rxq_kstats(struct port_info *pi, struct sge_rxq *rxq,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3150
struct sge_rxq *rxq = (void *)iq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3499
setup_rxq_kstats(struct port_info *pi, struct sge_rxq *rxq, int idx)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3536
struct sge_rxq *rxq = ksp->ks_private;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
403
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
486
struct sge_rxq *rxq;
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
633
struct sge_rxq *rxq = iq_to_rxq(iq); /* Use iff iq is part of rxq */
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
694
t4_ring_rx(struct sge_rxq *rxq, int budget)
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
810
struct sge_rxq *rxq = iq_to_rxq(iq); /* Use iff iq is part of rxq */
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
95
static int alloc_rxq(struct port_info *pi, struct sge_rxq *rxq, int intr_idx,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
97
static int free_rxq(struct port_info *pi, struct sge_rxq *rxq);