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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dsbp2.h331 struct work_struct protocol_work; member in struct:sbp2_lu
H A Dsbp2.c448 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
459 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
723 INIT_WORK(&lu->protocol_work, NULL);
1382 /* flush lu->protocol_work */
1666 PREPARE_WORK(&lu->protocol_work,
1669 schedule_work(&lu->protocol_work);

Completed in 52 milliseconds