sge_rxq
struct sge_rxq *rxq; /* NIC RX queues */
struct sge_rxq *rxq;
struct sge_rxq *rxq = (struct sge_rxq *)rh;
struct sge_rxq *rxq = (struct sge_rxq *)intrh;
struct sge_rxq *rxq = (struct sge_rxq *)intrh;
struct sge_rxq *rxq = (struct sge_rxq *)arg;
struct sge_rxq *rxq = (struct sge_rxq *)rh;
struct sge_rxq *rxq =
kmem_free(s->rxq, s->rxq_count * sizeof (struct sge_rxq));
struct sge_rxq *rxq;
kmem_zalloc(sge->rxq_count * sizeof (struct sge_rxq), KM_SLEEP);
static int t4_alloc_rxq(struct port_info *, struct sge_rxq *, uint_t);
static void t4_free_rxq(struct port_info *, struct sge_rxq *);
static kstat_t *setup_rxq_kstats(struct port_info *pi, struct sge_rxq *rxq,
t4_alloc_rxq(struct port_info *pi, struct sge_rxq *rxq, uint_t q_idx)
t4_free_rxq(struct port_info *pi, struct sge_rxq *rxq)
static inline struct sge_rxq *
return (__containerof(iq, struct sge_rxq, iq));
struct sge_rxq *rxq = __containerof(fl, struct sge_rxq, fl);
setup_rxq_kstats(struct port_info *pi, struct sge_rxq *rxq, uint_t q_idx)
struct sge_rxq *rxq = ksp->ks_private;
struct sge_rxq *rxq;
struct sge_rxq *rxq;
struct sge_rxq *rxq;
struct sge_rxq *rxq;
struct sge_rxq *rxq = t4_iq_to_rxq(rx_iq);