Searched refs:poll_tq (Results 1 – 2 of 2) sorted by relevance
170 struct work_struct poll_tq; /* Task struct for polled rcv bh */ member196 schedule_work(&card->poll_tq); in act2000_schedule_poll()
216 container_of(work, struct act2000_card, poll_tq); in act2000_receive()236 act2000_receive(&card->poll_tq); in act2000_poll()588 INIT_WORK(&card->poll_tq, act2000_receive); in act2000_alloccard()