Searched refs:ext_tcode (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-transaction.c | 203 int ext_tcode; in fw_fill_request() local 218 ext_tcode = tcode & ~0x10; in fw_fill_request() 221 ext_tcode = 0; in fw_fill_request() 244 HEADER_EXTENDED_TCODE(ext_tcode); in fw_fill_request() 258 HEADER_EXTENDED_TCODE(ext_tcode); in fw_fill_request() 638 int tcode, ext_tcode, data_length; in fw_get_response_length() local 655 ext_tcode = HEADER_GET_EXTENDED_TCODE(r->request_header[3]); in fw_get_response_length() 657 switch (ext_tcode) { in fw_get_response_length()
|
H A D | ohci.c | 1588 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local 1595 ext_tcode = HEADER_GET_EXTENDED_TCODE(packet->header[3]); in handle_local_lock() 1598 ext_tcode == EXTCODE_COMPARE_SWAP && length == 8) { in handle_local_lock()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-transaction.c | 231 int ext_tcode; in fw_fill_request() local 246 ext_tcode = tcode & ~0x10; in fw_fill_request() 249 ext_tcode = 0; in fw_fill_request() 272 HEADER_EXTENDED_TCODE(ext_tcode); in fw_fill_request() 286 HEADER_EXTENDED_TCODE(ext_tcode); in fw_fill_request() 696 int tcode, ext_tcode, data_length; in fw_get_response_length() local 713 ext_tcode = HEADER_GET_EXTENDED_TCODE(r->request_header[3]); in fw_get_response_length() 715 switch (ext_tcode) { in fw_get_response_length()
|
H A D | ohci.c | 1590 int tcode, length, ext_tcode, sel, try; in handle_local_lock() local 1597 ext_tcode = HEADER_GET_EXTENDED_TCODE(packet->header[3]); in handle_local_lock() 1600 ext_tcode == EXTCODE_COMPARE_SWAP && length == 8) { in handle_local_lock()
|
Completed in 14 milliseconds