Searched refs:poll_tq (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000.h170 struct work_struct poll_tq; /* Task struct for polled rcv bh */ member in struct:act2000_card
196 schedule_work(&card->poll_tq);
H A Dmodule.c216 container_of(work, struct act2000_card, poll_tq);
236 act2000_receive(&card->poll_tq);
588 INIT_WORK(&card->poll_tq, act2000_receive);

Completed in 45 milliseconds