Home
last modified time | relevance | path

Searched refs:sge_rxq (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.c107 struct sge_rxq *
110 return (container_of(iq, struct sge_rxq, iq)); in iq_to_rxq()
H A Dadapter.h319 struct sge_rxq { struct
379 struct sge_rxq *rxq; /* NIC rx queues */
581 struct sge_rxq *iq_to_rxq(struct sge_iq *iq);
615 void t4_mac_rx(struct port_info *pi, struct sge_rxq *rxq, mblk_t *m);
H A Dt4_sge.c87 static int alloc_rxq(struct port_info *pi, struct sge_rxq *rxq, int intr_idx,
89 static int free_rxq(struct port_info *pi, struct sge_rxq *rxq);
157 static kstat_t *setup_rxq_kstats(struct port_info *pi, struct sge_rxq *rxq,
429 struct sge_rxq *rxq; in t4_setup_port_queues()
572 struct sge_rxq *rxq; in t4_teardown_port_queues()
677 struct sge_rxq *rxq = iq_to_rxq(iq); /* Use iff iq is part of rxq */ in service_iq()
1330 alloc_rxq(struct port_info *pi, struct sge_rxq *rxq, int intr_idx, int i) in alloc_rxq()
1345 free_rxq(struct port_info *pi, struct sge_rxq *rxq) in free_rxq()
1356 bzero(&rxq->fl, sizeof (*rxq) - offsetof(struct sge_rxq, fl)); in free_rxq()
2933 struct sge_rxq *rxq = (void *)iq; in t4_eth_rx()
[all …]
H A Dt4_nexus.c506 s->rxq = kmem_zalloc(s->nrxq * sizeof (struct sge_rxq), KM_SLEEP); in t4_devo_attach()
607 struct sge_rxq *rxq; in t4_devo_attach()
719 kmem_free(s->rxq, s->nrxq * sizeof (struct sge_rxq)); in t4_devo_detach()
2026 struct sge_rxq *rxq; in port_full_init()
2083 struct sge_rxq *rxq; in enable_port_queues()
2124 struct sge_rxq *rxq; in disable_port_queues()
H A Dt4_mac.c1002 struct sge_rxq *rxq; in setprop()
1144 t4_mac_rx(struct port_info *pi, struct sge_rxq *rxq, mblk_t *m) in t4_mac_rx()