Home
last modified time | relevance | path

Searched refs:async_header_get_source (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/firewire/
H A Dpacket-header-definitions.h62 static inline unsigned int async_header_get_source(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_source() function
H A Dcore-transaction.c792 destination = async_header_get_source(request_header); // Exchange. in fw_fill_response()
994 source = async_header_get_source(p->header); in handle_exclusive_region_request()
1039 source = async_header_get_source(p->header); in handle_fcp_region_request()
1146 source = async_header_get_source(p->header); in fw_core_handle_response()
H A Dpacket-serdes-test.c103 *src_id = async_header_get_source(header); in deserialize_async_header_common()