Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/ti/
Dk3-udma-private.c169 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in xudma_pktdma_tflow_get_irq() local
171 return msi_get_virq(ud->dev, udma_tflow_id + oes->pktdma_tchan_flow); in xudma_pktdma_tflow_get_irq()
177 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in xudma_pktdma_rflow_get_irq() local
179 return msi_get_virq(ud->dev, udma_rflow_id + oes->pktdma_rchan_flow); in xudma_pktdma_rflow_get_irq()
Dk3-udma.c140 struct udma_oes_offsets oes; member
2279 irq_udma_idx = soc_data->oes.udma_rchan + uc->rchan->id; in udma_alloc_chan_resources()
2382 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in bcdma_alloc_chan_resources() local
2407 irq_ring_idx = uc->bchan->id + oes->bcdma_bchan_ring; in bcdma_alloc_chan_resources()
2408 irq_udma_idx = uc->bchan->id + oes->bcdma_bchan_data; in bcdma_alloc_chan_resources()
2427 irq_ring_idx = uc->tchan->id + oes->bcdma_tchan_ring; in bcdma_alloc_chan_resources()
2428 irq_udma_idx = uc->tchan->id + oes->bcdma_tchan_data; in bcdma_alloc_chan_resources()
2447 irq_ring_idx = uc->rchan->id + oes->bcdma_rchan_ring; in bcdma_alloc_chan_resources()
2448 irq_udma_idx = uc->rchan->id + oes->bcdma_rchan_data; in bcdma_alloc_chan_resources()
2594 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in pktdma_alloc_chan_resources() local
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_main.c705 struct i40e_eth_stats *oes; in i40e_update_eth_stats() local
709 oes = &vsi->eth_stats_offsets; in i40e_update_eth_stats()
714 &oes->tx_errors, &es->tx_errors); in i40e_update_eth_stats()
717 &oes->rx_discards, &es->rx_discards); in i40e_update_eth_stats()
720 &oes->rx_unknown_protocol, &es->rx_unknown_protocol); in i40e_update_eth_stats()
725 &oes->rx_bytes, &es->rx_bytes); in i40e_update_eth_stats()
729 &oes->rx_unicast, &es->rx_unicast); in i40e_update_eth_stats()
733 &oes->rx_multicast, &es->rx_multicast); in i40e_update_eth_stats()
737 &oes->rx_broadcast, &es->rx_broadcast); in i40e_update_eth_stats()
742 &oes->tx_bytes, &es->tx_bytes); in i40e_update_eth_stats()
[all …]