Searched refs:rxqueue (Results 1 – 3 of 3) sorted by relevance
656 const struct prueth_queue_info *rxqueue) in icssm_emac_rx_packet() argument673 buffer_desc_count = icssm_get_buff_desc_count(rxqueue); in icssm_emac_rx_packet()674 read_block = (*bd_rd_ptr - rxqueue->buffer_desc_offset) / BD_SIZE; in icssm_emac_rx_packet()688 *bd_rd_ptr = rxqueue->buffer_desc_offset + (update_block * BD_SIZE); in icssm_emac_rx_packet()708 src_addr = ocmc_ram + rxqueue->buffer_offset + in icssm_emac_rx_packet()730 src_addr = ocmc_ram + rxqueue->buffer_offset; in icssm_emac_rx_packet()762 const struct prueth_queue_info *rxqueue; in icssm_emac_rx_packets() local788 rxqueue = &sw_queue_infos[PRUETH_PORT_HOST][i]; in icssm_emac_rx_packets()790 rxqueue = &queue_infos[PRUETH_PORT_HOST][i]; in icssm_emac_rx_packets()829 &pkt_info, rxqueue); in icssm_emac_rx_packets()
86 struct list_head rxqueue[SSI_MAX_CHANNELS]; member
5042 struct netdev_rx_queue *rxqueue; in set_rps_cpu() local5060 rxqueue = dev->_rx + rxq_index; in set_rps_cpu()5061 q_tag_ptr = READ_ONCE(rxqueue->rps_flow_table); in set_rps_cpu()5110 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu() local5127 rxqueue += index; in get_rps_cpu()5132 q_tag_ptr = READ_ONCE(rxqueue->rps_flow_table); in get_rps_cpu()5133 map = rcu_dereference(rxqueue->rps_map); in get_rps_cpu()5226 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow() local5234 q_tag_ptr = READ_ONCE(rxqueue->rps_flow_table); in rps_may_expire_flow()5428 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue() local[all …]