Searched refs:rxqueue (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hsi/controllers/ |
| A D | omap_ssi_port.c | 397 queue = &omap_port->rxqueue[msg->channel]; in ssi_async() 571 ssi_flush_queue(&omap_port->rxqueue[i], NULL); in ssi_flush() 698 if (list_empty(&omap_port->rxqueue[i])) in ssi_cleanup_queues() 700 msg = list_first_entry(&omap_port->rxqueue[i], struct hsi_msg, in ssi_cleanup_queues() 706 ssi_flush_queue(&omap_port->rxqueue[i], cl); in ssi_cleanup_queues() 708 if (!list_empty(&omap_port->rxqueue[i])) in ssi_cleanup_queues() 848 if (list_empty(&omap_port->rxqueue[i])) in ssi_error() 850 msg = list_first_entry(&omap_port->rxqueue[i], struct hsi_msg, in ssi_error() 857 ssi_transfer(omap_port, &omap_port->rxqueue[i]); in ssi_error() 977 ssi_pio_complete(port, &omap_port->rxqueue[ch]); in ssi_pio_thread() [all …]
|
| A D | omap_ssi.h | 86 struct list_head rxqueue[SSI_MAX_CHANNELS]; member
|
| /linux/net/bpf/ |
| A D | test_run.c | 702 struct netdev_rx_queue *rxqueue; in xdp_convert_md_to_buff() local 726 rxqueue = __netif_get_rx_queue(device, rx_queue_index); in xdp_convert_md_to_buff() 728 if (!xdp_rxq_info_is_reg(&rxqueue->xdp_rxq)) in xdp_convert_md_to_buff() 731 xdp->rxq = &rxqueue->xdp_rxq; in xdp_convert_md_to_buff() 764 struct netdev_rx_queue *rxqueue; in bpf_prog_test_run_xdp() local 799 rxqueue = __netif_get_rx_queue(current->nsproxy->net_ns->loopback_dev, 0); in bpf_prog_test_run_xdp() 801 &rxqueue->xdp_rxq); in bpf_prog_test_run_xdp()
|
| /linux/net/core/ |
| A D | dev.c | 4379 struct netdev_rx_queue *rxqueue; in set_rps_cpu() local 4394 rxqueue = dev->_rx + rxq_index; in set_rps_cpu() 4427 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu() local 4444 rxqueue += index; in get_rps_cpu() 4450 map = rcu_dereference(rxqueue->rps_map); in get_rps_cpu() 4683 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue() local 4685 rxqueue = dev->_rx; in netif_get_rxqueue() 4698 rxqueue += index; in netif_get_rxqueue() 4700 return rxqueue; in netif_get_rxqueue() 4707 struct netdev_rx_queue *rxqueue; in bpf_prog_run_generic_xdp() local [all …]
|
Completed in 26 milliseconds