Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dcore.h24 struct fw_packet;
74 void (*send_request)(struct fw_card *card, struct fw_packet *packet);
75 void (*send_response)(struct fw_card *card, struct fw_packet *packet);
77 int (*cancel_packet)(struct fw_card *card, struct fw_packet *packet);
129 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p);
242 void fw_core_handle_request(struct fw_card *card, struct fw_packet *request);
243 void fw_core_handle_response(struct fw_card *card, struct fw_packet *packet);
245 void fw_fill_response(struct fw_packet *response, u32 *request_header,
Dcore-transaction.c177 static void transmit_complete_callback(struct fw_packet *packet, in transmit_complete_callback()
211 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
441 static void transmit_phy_packet_callback(struct fw_packet *packet, in transmit_phy_packet_callback()
447 static struct fw_packet phy_config_packet = {
623 struct fw_packet response;
630 static void free_response_callback(struct fw_packet *packet, in free_response_callback()
674 void fw_fill_response(struct fw_packet *response, u32 *request_header, in fw_fill_response()
749 struct fw_packet *p) in allocate_request()
839 struct fw_packet *p, in handle_exclusive_region_request()
868 struct fw_packet *p, in handle_fcp_region_request()
[all …]
Dcore-card.c605 static void dummy_send_request(struct fw_card *card, struct fw_packet *packet) in dummy_send_request()
610 static void dummy_send_response(struct fw_card *card, struct fw_packet *packet) in dummy_send_response()
615 static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet) in dummy_cancel_packet()
Dohci.c816 struct fw_packet p; in handle_ar_packet()
1289 struct fw_packet *packet;
1298 struct fw_packet *packet) in at_context_queue_packet()
1443 struct fw_packet *packet; in handle_at_packet()
1526 struct fw_packet *packet, u32 csr) in handle_local_rom()
1528 struct fw_packet response; in handle_local_rom()
1553 struct fw_packet *packet, u32 csr) in handle_local_lock()
1555 struct fw_packet response; in handle_local_lock()
1600 static void handle_local_request(struct context *ctx, struct fw_packet *packet) in handle_local_request()
1639 static void at_context_transmit(struct context *ctx, struct fw_packet *packet) in at_context_transmit()
[all …]
Dcore-cdev.c212 struct fw_packet p;
1494 static void outbound_phy_packet_callback(struct fw_packet *packet, in outbound_phy_packet_callback()
1572 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p) in fw_cdev_handle_phy_packet()
/linux-4.4.14/include/linux/
Dfirewire.h262 struct fw_packet;
265 typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
290 struct fw_packet { struct
323 struct fw_packet packet; argument