Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firewire/
Dcore.h23 struct fw_packet;
73 void (*send_request)(struct fw_card *card, struct fw_packet *packet);
74 void (*send_response)(struct fw_card *card, struct fw_packet *packet);
76 int (*cancel_packet)(struct fw_card *card, struct fw_packet *packet);
144 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p);
250 void fw_core_handle_request(struct fw_card *card, struct fw_packet *request);
251 void fw_core_handle_response(struct fw_card *card, struct fw_packet *packet);
253 void fw_fill_response(struct fw_packet *response, u32 *request_header,
Dcore-transaction.c176 static void transmit_complete_callback(struct fw_packet *packet, in transmit_complete_callback()
210 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request()
440 static void transmit_phy_packet_callback(struct fw_packet *packet, in transmit_phy_packet_callback()
446 static struct fw_packet phy_config_packet = {
617 struct fw_packet response;
624 static void free_response_callback(struct fw_packet *packet, in free_response_callback()
668 void fw_fill_response(struct fw_packet *response, u32 *request_header, in fw_fill_response()
743 struct fw_packet *p) in allocate_request()
824 struct fw_packet *p, in handle_exclusive_region_request()
853 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.c803 struct fw_packet p; in handle_ar_packet()
1255 struct fw_packet *packet;
1264 struct fw_packet *packet) in at_context_queue_packet()
1409 struct fw_packet *packet; in handle_at_packet()
1492 struct fw_packet *packet, u32 csr) in handle_local_rom()
1494 struct fw_packet response; in handle_local_rom()
1519 struct fw_packet *packet, u32 csr) in handle_local_lock()
1521 struct fw_packet response; in handle_local_lock()
1566 static void handle_local_request(struct context *ctx, struct fw_packet *packet) in handle_local_request()
1605 static void at_context_transmit(struct context *ctx, struct fw_packet *packet) in at_context_transmit()
[all …]
Dcore-cdev.c210 struct fw_packet p;
1475 static void outbound_phy_packet_callback(struct fw_packet *packet, in outbound_phy_packet_callback()
1553 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p) in fw_cdev_handle_phy_packet()
/linux-3.4.99/include/linux/
Dfirewire.h246 struct fw_packet;
249 typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
266 struct fw_packet { struct
299 struct fw_packet packet; argument