fw_core_handle_request
EXPORT_SYMBOL(fw_core_handle_request);
void fw_core_handle_request(struct fw_card *card, struct fw_packet *request);
fw_core_handle_request(&ohci->card, packet);
fw_core_handle_request(&ohci->card, &p);