Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-transaction.c189 static void transmit_complete_callback(struct fw_packet *packet, in transmit_complete_callback()
241 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
502 static void transmit_phy_packet_callback(struct fw_packet *packet, in transmit_phy_packet_callback()
510 static struct fw_packet phy_config_packet = {
710 struct fw_packet response;
735 static void free_response_callback(struct fw_packet *packet, in free_response_callback()
785 void fw_fill_response(struct fw_packet *response, u32 *request_header, in fw_fill_response()
859 struct fw_packet *p) in allocate_request()
987 struct fw_packet *p, in handle_exclusive_region_request()
1022 struct fw_packet *p, in handle_fcp_region_request()
[all …]
H A Dohci.c688 struct fw_packet p; in handle_ar_packet()
1186 struct fw_packet *packet;
1194 static int at_context_queue_packet(struct at_context *ctx, struct fw_packet *packet) in at_context_queue_packet()
1363 struct fw_packet *packet; in handle_at_packet()
1460 struct fw_packet *packet, u32 csr) in handle_local_rom()
1462 struct fw_packet response; in handle_local_rom()
1489 struct fw_packet *packet, u32 csr) in handle_local_lock()
1491 struct fw_packet response; in handle_local_lock()
1538 static void handle_local_request(struct at_context *ctx, struct fw_packet *packet) in handle_local_request()
1575 static void at_context_transmit(struct at_context *ctx, struct fw_packet *packet) in at_context_transmit()
[all …]
/linux/include/linux/
H A Dfirewire.h284 struct fw_packet;
287 typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
320 struct fw_packet { struct
353 struct fw_packet packet; argument