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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dsbp2.h325 struct work_struct protocol_work; member in struct:sbp2_lu
H A Dsbp2.c491 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
502 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
781 INIT_WORK(&lu->protocol_work, NULL);
1451 /* flush lu->protocol_work */
1644 PREPARE_WORK(&lu->protocol_work,
1647 schedule_work(&lu->protocol_work);

Completed in 156 milliseconds