Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c843 struct sge_rxq *rxq = (struct sge_rxq *)rh; in t4_ring_start()
857 struct sge_rxq *rxq = (struct sge_rxq *)intrh; in t4_ring_intr_enable()
877 struct sge_rxq *rxq = (struct sge_rxq *)intrh; in t4_ring_intr_disable()
896 struct sge_rxq *rxq = (struct sge_rxq *)arg; in t4_poll_ring()
916 struct sge_rxq *rxq = (struct sge_rxq *)rh; in t4_rx_stat()
975 struct sge_rxq *rxq; in t4_fill_ring()
1888 struct sge_rxq *rxq; in setprop()
2043 t4_mac_rx(struct port_info *pi, struct sge_rxq *rxq, mblk_t *m) in t4_mac_rx()
H A Dadapter.h354 struct sge_rxq { struct
425 struct sge_rxq *rxq; /* NIC rx queues */
772 static inline struct sge_rxq *
775 return (__containerof(iq, struct sge_rxq, iq)); in iq_to_rxq()
909 mblk_t *t4_ring_rx(struct sge_rxq *rxq, int poll_bytes);
917 void t4_mac_rx(struct port_info *pi, struct sge_rxq *rxq, mblk_t *m);
H A Dt4_sge.c89 static int free_rxq(struct port_info *pi, struct sge_rxq *rxq);
463 struct sge_rxq *rxq; in t4_setup_port_queues()
607 struct sge_rxq *rxq; in t4_teardown_port_queues()
682 struct sge_rxq *rxq = iq_to_rxq(iq); /* Use iff iq is part of rxq */ in t4_intr_rx_work()
742 t4_ring_rx(struct sge_rxq *rxq, int budget) in t4_ring_rx()
856 struct sge_rxq *rxq = iq_to_rxq(iq); /* Use iff iq is part of rxq */ in service_iq()
1607 free_rxq(struct port_info *pi, struct sge_rxq *rxq) in free_rxq()
1618 bzero(&rxq->fl, sizeof (*rxq) - offsetof(struct sge_rxq, fl)); in free_rxq()
3298 struct sge_rxq *rxq = (void *)iq; in t4_eth_rx()
3668 setup_rxq_kstats(struct port_info *pi, struct sge_rxq *rxq, int idx) in setup_rxq_kstats()
[all …]
H A Dt4_nexus.c627 s->rxq = kmem_zalloc(s->nrxq * sizeof (struct sge_rxq), KM_SLEEP); in t4_devo_attach()
730 struct sge_rxq *rxq; in t4_devo_attach()
873 kmem_free(s->rxq, s->nrxq * sizeof (struct sge_rxq)); in t4_devo_detach()
2811 struct sge_rxq *rxq;
2877 struct sge_rxq *rxq;
2918 struct sge_rxq *rxq;