Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1302 struct sge_eth_rxq *mirror_rxq) in cxgb4_port_mirror_free_rxq() argument
1306 cxgb4_quiesce_rx(&mirror_rxq->rspq); in cxgb4_port_mirror_free_rxq()
1309 cxgb4_clear_msix_aff(mirror_rxq->msix->vec, in cxgb4_port_mirror_free_rxq()
1310 mirror_rxq->msix->aff_mask); in cxgb4_port_mirror_free_rxq()
1311 free_irq(mirror_rxq->msix->vec, &mirror_rxq->rspq); in cxgb4_port_mirror_free_rxq()
1312 cxgb4_free_msix_idx_in_bmap(adap, mirror_rxq->msix->idx); in cxgb4_port_mirror_free_rxq()
1315 free_rspq_fl(adap, &mirror_rxq->rspq, &mirror_rxq->fl); in cxgb4_port_mirror_free_rxq()
1322 struct sge_eth_rxq *mirror_rxq; in cxgb4_port_mirror_alloc_queues() local
1331 if (s->mirror_rxq[pi->port_id]) in cxgb4_port_mirror_alloc_queues()
1334 mirror_rxq = kcalloc(pi->nmirrorqsets, sizeof(*mirror_rxq), GFP_KERNEL); in cxgb4_port_mirror_alloc_queues()
[all …]
Dcxgb4.h980 struct sge_eth_rxq *mirror_rxq[NCHAN]; member
Dcxgb4_debugfs.c2761 rx = &s->mirror_rxq[j][r * 4]; in sge_qinfo_show()