Name

napi_schedule_irqoff — schedule NAPI poll

Synopsis

void napi_schedule_irqoff (struct napi_struct * n);
 

Arguments

struct napi_struct * n

NAPI context

Description

Variant of napi_schedule, assuming hard irqs are masked.