Home
last modified time | relevance | path

Searched refs:mirror_rxq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1301 struct sge_eth_rxq *mirror_rxq) in cxgb4_port_mirror_free_rxq() argument
1305 cxgb4_quiesce_rx(&mirror_rxq->rspq); in cxgb4_port_mirror_free_rxq()
1308 cxgb4_clear_msix_aff(mirror_rxq->msix->vec, in cxgb4_port_mirror_free_rxq()
1309 mirror_rxq->msix->aff_mask); in cxgb4_port_mirror_free_rxq()
1310 free_irq(mirror_rxq->msix->vec, &mirror_rxq->rspq); in cxgb4_port_mirror_free_rxq()
1311 cxgb4_free_msix_idx_in_bmap(adap, mirror_rxq->msix->idx); in cxgb4_port_mirror_free_rxq()
1314 free_rspq_fl(adap, &mirror_rxq->rspq, &mirror_rxq->fl); in cxgb4_port_mirror_free_rxq()
1321 struct sge_eth_rxq *mirror_rxq; in cxgb4_port_mirror_alloc_queues() local
1330 if (s->mirror_rxq[pi->port_id]) in cxgb4_port_mirror_alloc_queues()
1333 mirror_rxq = kcalloc(pi->nmirrorqsets, sizeof(*mirror_rxq), GFP_KERNEL); in cxgb4_port_mirror_alloc_queues()
[all …]
H A Dcxgb4.h980 struct sge_eth_rxq *mirror_rxq[NCHAN]; member
H A Dcxgb4_debugfs.c2761 rx = &s->mirror_rxq[j][r * 4]; in sge_qinfo_show()