Searched refs:sge_rxq (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.c | 107 struct sge_rxq * 110 return (container_of(iq, struct sge_rxq, iq)); in iq_to_rxq()
|
H A D | adapter.h | 319 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 D | t4_sge.c | 87 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 D | t4_nexus.c | 506 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 D | t4_mac.c | 1002 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()
|