Home
last modified time | relevance | path

Searched refs:HEADER_GET_DESTINATION (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/firewire/
A Dcore-transaction.c47 #define HEADER_GET_DESTINATION(q) (((q) >> 16) & 0xffff) macro
694 source = HEADER_GET_DESTINATION(request_header[0]); in fw_fill_response()
887 destination = HEADER_GET_DESTINATION(p->header[0]); in handle_exclusive_region_request()
925 destination = HEADER_GET_DESTINATION(p->header[0]); in handle_fcp_region_request()
A Dohci.c1506 #define HEADER_GET_DESTINATION(q) (((q) >> 16) & 0xffff) macro
1633 if (HEADER_GET_DESTINATION(packet->header[0]) == ctx->ohci->node_id && in at_context_transmit()

Completed in 13 milliseconds