Home
last modified time | relevance | path

Searched refs:RCODE_BUSY (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/linux-6.12.1/drivers/firewire/
Dcore-device.c558 if (rcode != RCODE_BUSY) in read_rom()
610 ret = RCODE_BUSY; in read_config_rom()
1173 return RCODE_BUSY; in reread_config_rom()
Dcore-transaction.c173 close_transaction(t, card, RCODE_BUSY, packet->timestamp); in transmit_complete_callback()
1093 [RCODE_BUSY] = "busy", in fw_rcode_string()
Dcore-cdev.c1581 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
Dohci.c1695 fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0); in handle_local_lock()