Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c1311 free_irq(mirror_rxq->msix->vec, &mirror_rxq->rspq); 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
1334 mirror_rxq = kcalloc(pi->nmirrorqsets, sizeof(*mirror_rxq), GFP_KERNEL); in cxgb4_port_mirror_alloc_queues()
1335 if (!mirror_rxq) in cxgb4_port_mirror_alloc_queues()
1338 s->mirror_rxq[pi->port_id] = mirror_rxq; in cxgb4_port_mirror_alloc_queues()
1344 mirror_rxq = &s->mirror_rxq[pi->port_id][i]; in cxgb4_port_mirror_alloc_queues()
1378 mirror_rxq->msix->desc, in cxgb4_port_mirror_alloc_queues()
1379 &mirror_rxq->rspq); in cxgb4_port_mirror_alloc_queues()
1398 mirror_rxq = &s->mirror_rxq[pi->port_id][0]; in cxgb4_port_mirror_alloc_queues()
[all …]
A Dcxgb4.h980 struct sge_eth_rxq *mirror_rxq[NCHAN]; member
A Dcxgb4_debugfs.c2761 rx = &s->mirror_rxq[j][r * 4]; in sge_qinfo_show()

Completed in 31 milliseconds