Searched defs:destination_id (Results 1 - 3 of 3) sorted by relevance

/drivers/firewire/
H A Dcore-transaction.c212 int destination_id, int source_id, int generation, int speed,
220 destination_id |
239 HEADER_DESTINATION(destination_id);
307 * @destination_id: destination node ID, consisting of bus_ID and phy_ID
323 * Make sure that the value in @destination_id is not older than the one in
327 * needs to synthesize @destination_id with fw_stream_packet_destination_id().
351 int destination_id, int generation, int speed,
372 t->node_id = destination_id;
382 destination_id, card->node_id, generation,
419 int fw_run_transaction(struct fw_card *card, int tcode, int destination_id, argument
211 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, int destination_id, int source_id, int generation, int speed, unsigned long long offset, void *payload, size_t length) argument
350 fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, fw_transaction_callback_t callback, void *callback_data) argument
[all...]
H A Dcore-cdev.c590 int destination_id, int speed)
624 request->tcode, destination_id, request->generation,
588 init_request(struct client *client, struct fw_cdev_send_request *request, int destination_id, int speed) argument
/drivers/target/sbp/
H A Dsbp_target.c1074 static int sbp_run_transaction(struct fw_card *card, int tcode, int destination_id, argument
1081 ret = fw_run_transaction(card, tcode, destination_id,

Completed in 102 milliseconds