Searched refs:fw_packet (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/firewire/ |
H A D | core.h | 25 struct fw_packet; 75 void (*send_request)(struct fw_card *card, struct fw_packet *packet); 76 void (*send_response)(struct fw_card *card, struct fw_packet *packet); 78 int (*cancel_packet)(struct fw_card *card, struct fw_packet *packet); 130 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p); 241 void fw_core_handle_request(struct fw_card *card, struct fw_packet *request); 242 void fw_core_handle_response(struct fw_card *card, struct fw_packet *packet); 244 void fw_fill_response(struct fw_packet *response, u32 *request_header,
|
H A D | core-transaction.c | 189 static void transmit_complete_callback(struct fw_packet *packet, in transmit_complete_callback() 227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() 479 static void transmit_phy_packet_callback(struct fw_packet *packet, in transmit_phy_packet_callback() 485 static struct fw_packet phy_config_packet = { 657 struct fw_packet response; 682 static void free_response_callback(struct fw_packet *packet, in free_response_callback() 729 void fw_fill_response(struct fw_packet *response, u32 *request_header, in fw_fill_response() 804 struct fw_packet *p) in allocate_request() 922 struct fw_packet *p, in handle_exclusive_region_request() 951 struct fw_packet *p, in handle_fcp_region_request() [all …]
|
H A D | core-card.c | 620 static void dummy_send_request(struct fw_card *card, struct fw_packet *packet) in dummy_send_request() 625 static void dummy_send_response(struct fw_card *card, struct fw_packet *packet) in dummy_send_response() 630 static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet) in dummy_cancel_packet()
|
H A D | ohci.c | 848 struct fw_packet p; in handle_ar_packet() 1323 struct fw_packet *packet; 1332 struct fw_packet *packet) in at_context_queue_packet() 1477 struct fw_packet *packet; in handle_at_packet() 1562 struct fw_packet *packet, u32 csr) in handle_local_rom() 1564 struct fw_packet response; in handle_local_rom() 1591 struct fw_packet *packet, u32 csr) in handle_local_lock() 1593 struct fw_packet response; in handle_local_lock() 1640 static void handle_local_request(struct context *ctx, struct fw_packet *packet) in handle_local_request() 1679 static void at_context_transmit(struct context *ctx, struct fw_packet *packet) in at_context_transmit() [all …]
|
H A D | core-cdev.c | 206 struct fw_packet p; 1553 static void outbound_phy_packet_callback(struct fw_packet *packet, in outbound_phy_packet_callback() 1682 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p) in fw_cdev_handle_phy_packet()
|
/openbmc/linux/include/linux/ |
H A D | firewire.h | 256 struct fw_packet; 259 typedef void (*fw_packet_callback_t)(struct fw_packet *packet, 292 struct fw_packet { struct 326 struct fw_packet packet; argument
|