Home
last modified time | relevance | path

Searched refs:without_tstamp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firewire/
H A Dcore-cdev.c205 struct fw_cdev_event_response without_tstamp; member
239 struct fw_cdev_event_phy_packet without_tstamp; member
247 struct fw_cdev_event_phy_packet without_tstamp; member
583 switch (e->rsp.without_tstamp.type) { in complete_transaction()
586 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; in complete_transaction()
655 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; in init_request()
1573 switch (e->phy_packet.without_tstamp.type) { in outbound_phy_packet_callback()
1576 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in outbound_phy_packet_callback()
1627 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in ioctl_send_phy_packet()
1689 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in fw_cdev_handle_phy_packet()
H A Dcore-transaction.c73 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, in fw_cancel_pending_transactions()
111 t->callback.without_tstamp(card, rcode, NULL, 0, t->callback_data); in close_transaction()
169 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback()
400 callback.without_tstamp(card, RCODE_SEND_ERROR, NULL, 0, callback_data); in __fw_send_request()
1202 t->callback.without_tstamp(card, rcode, data, data_length, t->callback_data); in fw_core_handle_response()