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

/linux-master/include/uapi/linux/
H A Dfirewire-constants.h67 #define RCODE_BUSY 0x12 macro
/linux-master/drivers/firewire/
H A Dcore-device.c565 if (rcode != RCODE_BUSY)
616 ret = RCODE_BUSY;
1191 return RCODE_BUSY;
H A Dcore-transaction.c209 close_transaction(t, card, RCODE_BUSY, packet->timestamp);
360 * specific rcodes (%RCODE_CANCELLED, %RCODE_BUSY, %RCODE_GENERATION,
1115 [RCODE_BUSY] = "busy",
H A Dcore-cdev.c1573 rcode = RCODE_BUSY;
H A Dohci.c1628 fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0);

Completed in 154 milliseconds