fw_packet
static void dummy_send_request(struct fw_card *card, struct fw_packet *packet)
static void dummy_send_response(struct fw_card *card, struct fw_packet *packet)
static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet)
static void outbound_phy_packet_callback(struct fw_packet *packet,
void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p)
struct fw_packet p;
struct fw_packet *p,
void fw_core_handle_request(struct fw_card *card, struct fw_packet *p)
void fw_core_handle_response(struct fw_card *card, struct fw_packet *p)
static void transmit_complete_callback(struct fw_packet *packet,
static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel,
static void transmit_phy_packet_callback(struct fw_packet *packet,
static struct fw_packet phy_config_packet = {
struct fw_packet response;
static void free_response_callback(struct fw_packet *packet,
void fw_fill_response(struct fw_packet *response, u32 *request_header,
struct fw_packet *p)
struct fw_packet *p,
void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p);
struct fw_packet;
void fw_core_handle_request(struct fw_card *card, struct fw_packet *request);
void fw_core_handle_response(struct fw_card *card, struct fw_packet *packet);
void fw_fill_response(struct fw_packet *response, u32 *request_header,
void (*send_request)(struct fw_card *card, struct fw_packet *packet);
void (*send_response)(struct fw_card *card, struct fw_packet *packet);
int (*cancel_packet)(struct fw_card *card, struct fw_packet *packet);
struct fw_packet *packet;
static int at_context_queue_packet(struct at_context *ctx, struct fw_packet *packet)
struct fw_packet *packet;
struct fw_packet *packet, u32 csr)
struct fw_packet response;
struct fw_packet *packet, u32 csr)
struct fw_packet response;
static void handle_local_request(struct at_context *ctx, struct fw_packet *packet)
static void at_context_transmit(struct at_context *ctx, struct fw_packet *packet)
static void ohci_send_request(struct fw_card *card, struct fw_packet *packet)
static void ohci_send_response(struct fw_card *card, struct fw_packet *packet)
static int ohci_cancel_packet(struct fw_card *card, struct fw_packet *packet)
struct fw_packet p;
struct fw_packet;
typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
struct fw_packet packet;