Home
last modified time | relevance | path

Searched refs:async_header_get_destination (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/firewire/
Dcore-transaction.c36 ((async_header_get_destination(header) & 0x3f) == 0x3f)
710 source = async_header_get_destination(request_header); // Exchange. in fw_fill_response()
906 destination = async_header_get_destination(p->header); in handle_exclusive_region_request()
942 destination = async_header_get_destination(p->header); in handle_fcp_region_request()
Dpacket-header-definitions.h37 static inline unsigned int async_header_get_destination(const u32 header[ASYNC_HEADER_QUADLET_COUNT… in async_header_get_destination() function
Dohci.c600 async_header_get_source(header), async_header_get_destination(header), in log_ar_at_event()
607 async_header_get_source(header), async_header_get_destination(header), in log_ar_at_event()
1429 async_header_get_destination(packet->header)); in at_context_queue_packet()
1746 if (async_header_get_destination(packet->header) == ctx->ohci->node_id && in at_context_transmit()
Dpacket-serdes-test.c98 *dst_id = async_header_get_destination(header); in deserialize_async_header_common()