Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1310 free_irq(mirror_rxq->msix->vec, &mirror_rxq->rspq); 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
1333 mirror_rxq = kcalloc(pi->nmirrorqsets, sizeof(*mirror_rxq), GFP_KERNEL); in cxgb4_port_mirror_alloc_queues()
1334 if (!mirror_rxq) in cxgb4_port_mirror_alloc_queues()
1337 s->mirror_rxq[pi->port_id] = mirror_rxq; in cxgb4_port_mirror_alloc_queues()
1343 mirror_rxq = &s->mirror_rxq[pi->port_id][i]; in cxgb4_port_mirror_alloc_queues()
1377 mirror_rxq->msix->desc, in cxgb4_port_mirror_alloc_queues()
1378 &mirror_rxq->rspq); in cxgb4_port_mirror_alloc_queues()
1397 mirror_rxq = &s->mirror_rxq[pi->port_id][0]; 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()