Searched refs:oes (Results 1 – 3 of 3) sorted by relevance
169 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in xudma_pktdma_tflow_get_irq() local172 oes->pktdma_tchan_flow); in xudma_pktdma_tflow_get_irq()178 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in xudma_pktdma_rflow_get_irq() local181 oes->pktdma_rchan_flow); in xudma_pktdma_rflow_get_irq()
140 struct udma_oes_offsets oes; member2242 irq_udma_idx = soc_data->oes.udma_rchan + uc->rchan->id; in udma_alloc_chan_resources()2346 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in bcdma_alloc_chan_resources() local2371 irq_ring_idx = uc->bchan->id + oes->bcdma_bchan_ring; in bcdma_alloc_chan_resources()2372 irq_udma_idx = uc->bchan->id + oes->bcdma_bchan_data; in bcdma_alloc_chan_resources()2391 irq_ring_idx = uc->tchan->id + oes->bcdma_tchan_ring; in bcdma_alloc_chan_resources()2392 irq_udma_idx = uc->tchan->id + oes->bcdma_tchan_data; in bcdma_alloc_chan_resources()2411 irq_ring_idx = uc->rchan->id + oes->bcdma_rchan_ring; in bcdma_alloc_chan_resources()2412 irq_udma_idx = uc->rchan->id + oes->bcdma_rchan_data; in bcdma_alloc_chan_resources()2559 const struct udma_oes_offsets *oes = &ud->soc_data->oes; in pktdma_alloc_chan_resources() local[all …]
608 struct i40e_eth_stats *oes; in i40e_update_eth_stats() local612 oes = &vsi->eth_stats_offsets; in i40e_update_eth_stats()617 &oes->tx_errors, &es->tx_errors); in i40e_update_eth_stats()620 &oes->rx_discards, &es->rx_discards); in i40e_update_eth_stats()623 &oes->rx_unknown_protocol, &es->rx_unknown_protocol); in i40e_update_eth_stats()628 &oes->rx_bytes, &es->rx_bytes); in i40e_update_eth_stats()632 &oes->rx_unicast, &es->rx_unicast); in i40e_update_eth_stats()636 &oes->rx_multicast, &es->rx_multicast); in i40e_update_eth_stats()640 &oes->rx_broadcast, &es->rx_broadcast); in i40e_update_eth_stats()645 &oes->tx_bytes, &es->tx_bytes); in i40e_update_eth_stats()[all …]