Searched refs:rflow (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | cyclades.h | 38 *added rflow (which allows enabling the CD1400 special flow control 141 int rflow; member in struct:cyclades_port
|
/linux-4.4.14/net/core/ |
H A D | dev.c | 3228 struct rps_dev_flow *rflow, u16 next_cpu) set_rps_cpu() 3256 old_rflow = rflow; set_rps_cpu() 3257 rflow = &flow_table->flows[flow_id]; set_rps_cpu() 3258 rflow->filter = rc; set_rps_cpu() 3259 if (old_rflow->filter == rflow->filter) set_rps_cpu() 3263 rflow->last_qtail = set_rps_cpu() 3267 rflow->cpu = next_cpu; set_rps_cpu() 3268 return rflow; set_rps_cpu() 3314 struct rps_dev_flow *rflow; get_rps_cpu() local 3328 rflow = &flow_table->flows[hash & flow_table->mask]; get_rps_cpu() 3329 tcpu = rflow->cpu; get_rps_cpu() 3345 rflow->last_qtail)) >= 0)) { get_rps_cpu() 3347 rflow = set_rps_cpu(dev, skb, rflow, next_cpu); get_rps_cpu() 3351 *rflowp = rflow; get_rps_cpu() 3389 struct rps_dev_flow *rflow; rps_may_expire_flow() local 3396 rflow = &flow_table->flows[flow_id]; rps_may_expire_flow() 3397 cpu = ACCESS_ONCE(rflow->cpu); rps_may_expire_flow() 3398 if (rflow->filter == filter_id && cpu < nr_cpu_ids && rps_may_expire_flow() 3400 rflow->last_qtail) < rps_may_expire_flow() 3542 struct rps_dev_flow voidflow, *rflow = &voidflow; netif_rx_internal() local 3548 cpu = get_rps_cpu(skb->dev, skb, &rflow); netif_rx_internal() 3552 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); netif_rx_internal() 4001 struct rps_dev_flow voidflow, *rflow = &voidflow; netif_receive_skb_internal() local 4002 int cpu = get_rps_cpu(skb->dev, skb, &rflow); netif_receive_skb_internal() 4005 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); netif_receive_skb_internal() 3227 set_rps_cpu(struct net_device *dev, struct sk_buff *skb, struct rps_dev_flow *rflow, u16 next_cpu) set_rps_cpu() argument
|
/linux-4.4.14/include/uapi/linux/ |
H A D | cyclades.h | 38 *added rflow (which allows enabling the CD1400 special flow control
|
/linux-4.4.14/drivers/tty/ |
H A D | cyclades.c | 222 * The cyclades_port structure member rflow and the vector rflow_thr 231 static const char rflow_thr[] = { /* rflow threshold */ 2145 if ((cflag & CRTSCTS) && info->rflow) cy_set_line_char() 2687 info->rflow = (int)arg; cy_ioctl() 2690 ret_val = info->rflow; cy_ioctl()
|
Completed in 171 milliseconds