Home
last modified time | relevance | path

Searched refs:s1394_target_t (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/sys/1394/
H A Ds1394.h253 typedef struct s1394_target_s s1394_target_t; typedef
280 s1394_target_t *target_list;
463 s1394_target_t *fat_next; /* next in the list */
481 s1394_target_t *target_next;
482 s1394_target_t *target_prev;
485 s1394_target_t *target_list;
486 s1394_target_t *target_sibling;
522 s1394_target_t *fal_head;
523 s1394_target_t *fal_tail;
548 s1394_target_t *target_head;
[all …]
/titanic_44/usr/src/uts/common/io/1394/
H A Ds1394_fcp.c46 static int s1394_fcp_register_common(s1394_target_t *target,
48 static int s1394_fcp_unregister_common(s1394_target_t *target,
107 s1394_fcp_register_ctl(s1394_target_t *target, t1394_fcp_evts_t *evts) in s1394_fcp_register_ctl()
114 s1394_fcp_register_tgt(s1394_target_t *target, t1394_fcp_evts_t *evts) in s1394_fcp_register_tgt()
121 s1394_fcp_unregister_ctl(s1394_target_t *target) in s1394_fcp_unregister_ctl()
127 s1394_fcp_unregister_tgt(s1394_target_t *target) in s1394_fcp_unregister_tgt()
134 s1394_fcp_register_common(s1394_target_t *target, t1394_fcp_evts_t *evts, in s1394_fcp_register_common()
161 s1394_fcp_unregister_common(s1394_target_t *target, s1394_fa_type_t type) in s1394_fcp_unregister_common()
247 s1394_target_t *target; in s1394_fcp_recv_write_request()
H A Dt1394.c76 s1394_target_t *target; in t1394_attach()
112 target = kmem_zalloc(sizeof (s1394_target_t), KM_SLEEP); in t1394_attach()
136 kmem_free(target, sizeof (s1394_target_t)); in t1394_attach()
214 s1394_target_t *target; in t1394_detach()
221 target = (s1394_target_t *)(*t1394_hdl); in t1394_detach()
266 kmem_free(target, sizeof (s1394_target_t)); in t1394_detach()
295 s1394_target_t *target; in t1394_alloc_cmd()
303 target = (s1394_target_t *)t1394_hdl; in t1394_alloc_cmd()
376 s1394_target_t *target; in t1394_free_cmd()
384 target = (s1394_target_t *)t1394_hdl; in t1394_free_cmd()
[all …]
H A Ds1394_cmp.c53 s1394_target_t *self);
88 s1394_cmp_register(s1394_target_t *target, t1394_cmp_evts_t *evts) in s1394_cmp_register()
131 s1394_cmp_unregister(s1394_target_t *target) in s1394_cmp_unregister()
160 s1394_cmp_read(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t *valp) in s1394_cmp_read()
185 s1394_cmp_cas(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t arg_val, in s1394_cmp_cas()
374 s1394_target_t *self) in s1394_cmp_notify_reg_change()
376 s1394_target_t *target; in s1394_cmp_notify_reg_change()
H A Ds1394_fa.c123 s1394_fa_list_add(s1394_hal_t *hal, s1394_target_t *target, in s1394_fa_list_add()
144 s1394_fa_list_remove(s1394_hal_t *hal, s1394_target_t *target, in s1394_fa_list_remove()
148 s1394_target_t *curp, **nextp, *prevp = NULL; in s1394_fa_list_remove()
H A Ds1394_misc.c867 s1394_target_t *
870 s1394_target_t *temp; in s1394_target_from_dip_locked()
892 s1394_target_t *
895 s1394_target_t *target; in s1394_target_from_dip()
H A Ds1394_hotplug.c489 s1394_target_t *target, *t; in s1394_update_devinfo_tree()
669 s1394_target_t *t; in s1394_offline_node()
1070 s1394_add_target_to_node(s1394_target_t *target) in s1394_add_target_to_node()
1072 s1394_target_t *t; in s1394_add_target_to_node()
1152 s1394_remove_target_from_node(s1394_target_t *target) in s1394_remove_target_from_node()
1154 s1394_target_t *t, *t1; in s1394_remove_target_from_node()
H A Ds1394_bus_reset.c904 s1394_target_t *t; in s1394_match_tree_nodes()
1405 s1394_target_t *curr_target; in s1394_physical_arreq_setup_all()
1451 s1394_physical_arreq_set_one(s1394_target_t *target) in s1394_physical_arreq_set_one()
1503 s1394_physical_arreq_clear_one(s1394_target_t *target) in s1394_physical_arreq_clear_one()
H A Ds1394_asynch.c351 s1394_setup_asynch_command(s1394_hal_t *hal, s1394_target_t *target, in s1394_setup_asynch_command()
400 s_priv->sent_by_target = (s1394_target_t *)target; in s1394_setup_asynch_command()
1258 s1394_compare_swap(s1394_hal_t *hal, s1394_target_t *target, cmd1394_cmd_t *cmd) in s1394_compare_swap()
1382 s1394_split_lock_req(s1394_hal_t *hal, s1394_target_t *target, in s1394_split_lock_req()
1469 s1394_target_t *target; in s1394_handle_lock()
1728 s1394_target_t *target; in s1394_process_pending_q()
H A Ds1394_dev_disc.c1079 s1394_target_t *t; in s1394_br_thread_handle_cmd_phase1()
1947 s1394_target_t *t; in s1394_match_GUID()
2803 s1394_get_maxpayload(s1394_target_t *target, uint_t *dev_max_payload, in s1394_get_maxpayload()
3026 s_priv->sent_by_target = (s1394_target_t *)NULL; in s1394_do_phy_config_pkt()