Lines Matching refs:weight
4360 napi->weight = weight_p; in process_backlog()
4502 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument
4509 if (weight > NAPI_POLL_WEIGHT) in netif_napi_add()
4511 weight, dev->name); in netif_napi_add()
4512 napi->weight = weight; in netif_napi_add()
4545 int work, weight; in net_rx_action() local
4565 weight = n->weight; in net_rx_action()
4575 work = n->poll(n, weight); in net_rx_action()
4579 WARN_ON_ONCE(work > weight); in net_rx_action()
4590 if (unlikely(work == weight)) { in net_rx_action()
7359 sd->backlog.weight = weight_p; in net_dev_init()