Home
last modified time | relevance | path

Searched refs:RCODE_CANCELLED (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfirewire-constants.h66 #define RCODE_CANCELLED 0x11 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfirewire-constants.h66 #define RCODE_CANCELLED 0x11 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfirewire-constants.h52 #define RCODE_CANCELLED 0x11 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfirewire-constants.h52 #define RCODE_CANCELLED 0x11 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfirewire-constants.h39 #define RCODE_CANCELLED 0x11 macro
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-transaction.c141 return close_transaction(transaction, card, RCODE_CANCELLED, tstamp); in fw_cancel_transaction()
161 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback()
163 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
360 * specific rcodes (%RCODE_CANCELLED, %RCODE_BUSY, %RCODE_GENERATION,
1114 [RCODE_CANCELLED] = "timeout", in fw_rcode_string()
H A Dcore-card.c622 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_request()
627 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_response()
H A Dsbp2.c530 orb->rcode = RCODE_CANCELLED; in sbp2_cancel_orbs()
H A Dohci.c1503 packet->ack = RCODE_CANCELLED; in handle_at_packet()
2615 packet->ack = RCODE_CANCELLED; in ohci_cancel_packet()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-card.c594 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_request()
599 packet->callback(packet, card, RCODE_CANCELLED); in dummy_send_response()
H A Dcore-transaction.c124 return close_transaction(transaction, card, RCODE_CANCELLED); in fw_cancel_transaction()
143 t->callback(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback()
329 * specific rcodes (%RCODE_CANCELLED, %RCODE_BUSY, %RCODE_GENERATION,
1024 [RCODE_CANCELLED] = "timeout", in fw_rcode_string()
H A Dsbp2.c529 orb->rcode = RCODE_CANCELLED; in sbp2_cancel_orbs()
H A Dohci.c1501 packet->ack = RCODE_CANCELLED; in handle_at_packet()
2607 packet->ack = RCODE_CANCELLED; in ohci_cancel_packet()

Completed in 23 milliseconds