Searched refs:without_tstamp (Results 1 – 2 of 2) sorted by relevance
/drivers/firewire/ |
D | core-cdev.c | 174 struct fw_cdev_event_response without_tstamp; member 208 struct fw_cdev_event_phy_packet without_tstamp; member 216 struct fw_cdev_event_phy_packet without_tstamp; member 561 switch (e->rsp.without_tstamp.type) { in complete_transaction() 564 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; in complete_transaction() 633 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; in init_request() 1587 switch (e->phy_packet.without_tstamp.type) { in outbound_phy_packet_callback() 1590 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in outbound_phy_packet_callback() 1641 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in ioctl_send_phy_packet() 1696 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in fw_cdev_handle_phy_packet()
|
D | core-transaction.c | 96 t->callback.without_tstamp(card, rcode, NULL, 0, t->callback_data); in close_transaction() 161 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback() 388 callback.without_tstamp(card, RCODE_SEND_ERROR, NULL, 0, callback_data); in __fw_send_request() 1093 t->callback.without_tstamp(card, rcode, data, data_length, t->callback_data); in fw_core_handle_response()
|