Searched refs:s1394_target_t (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 217 typedef struct s1394_target_s s1394_target_t; typedef 244 s1394_target_t *target_list; 427 s1394_target_t *fat_next; /* next in the list */ 445 s1394_target_t *target_next; 446 s1394_target_t *target_prev; 449 s1394_target_t *target_list; 450 s1394_target_t *target_sibling; 486 s1394_target_t *fal_head; 487 s1394_target_t *fal_tail; 512 s1394_target_t *target_head; [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_fcp.c | 43 static int s1394_fcp_register_common(s1394_target_t *target, 45 static int s1394_fcp_unregister_common(s1394_target_t *target, 101 s1394_fcp_register_ctl(s1394_target_t *target, t1394_fcp_evts_t *evts) in s1394_fcp_register_ctl() 108 s1394_fcp_register_tgt(s1394_target_t *target, t1394_fcp_evts_t *evts) in s1394_fcp_register_tgt() 115 s1394_fcp_unregister_ctl(s1394_target_t *target) in s1394_fcp_unregister_ctl() 121 s1394_fcp_unregister_tgt(s1394_target_t *target) in s1394_fcp_unregister_tgt() 128 s1394_fcp_register_common(s1394_target_t *target, t1394_fcp_evts_t *evts, in s1394_fcp_register_common() 155 s1394_fcp_unregister_common(s1394_target_t *target, s1394_fa_type_t type) in s1394_fcp_unregister_common() 234 s1394_target_t *target; in s1394_fcp_recv_write_request()
|
H A D | t1394.c | 74 s1394_target_t *target; in t1394_attach() 100 target = kmem_zalloc(sizeof (s1394_target_t), KM_SLEEP); in t1394_attach() 124 kmem_free(target, sizeof (s1394_target_t)); in t1394_attach() 196 s1394_target_t *target; in t1394_detach() 201 target = (s1394_target_t *)(*t1394_hdl); in t1394_detach() 242 kmem_free(target, sizeof (s1394_target_t)); in t1394_detach() 270 s1394_target_t *target; in t1394_alloc_cmd() 276 target = (s1394_target_t *)t1394_hdl; in t1394_alloc_cmd() 339 s1394_target_t *target; in t1394_free_cmd() 345 target = (s1394_target_t *)t1394_hdl; in t1394_free_cmd() [all …]
|
H A D | s1394_cmp.c | 49 s1394_target_t *self); 84 s1394_cmp_register(s1394_target_t *target, t1394_cmp_evts_t *evts) in s1394_cmp_register() 124 s1394_cmp_unregister(s1394_target_t *target) in s1394_cmp_unregister() 145 s1394_cmp_read(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t *valp) in s1394_cmp_read() 167 s1394_cmp_cas(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t arg_val, in s1394_cmp_cas() 329 s1394_target_t *self) in s1394_cmp_notify_reg_change() 331 s1394_target_t *target; in s1394_cmp_notify_reg_change()
|
H A D | s1394_fa.c | 103 s1394_fa_list_add(s1394_hal_t *hal, s1394_target_t *target, in s1394_fa_list_add() 124 s1394_fa_list_remove(s1394_hal_t *hal, s1394_target_t *target, in s1394_fa_list_remove() 128 s1394_target_t *curp, **nextp, *prevp = NULL; in s1394_fa_list_remove()
|
H A D | s1394_hotplug.c | 423 s1394_target_t *target, *t; in s1394_update_devinfo_tree() 580 s1394_target_t *t; in s1394_offline_node() 868 s1394_add_target_to_node(s1394_target_t *target) in s1394_add_target_to_node() 870 s1394_target_t *t; in s1394_add_target_to_node() 942 s1394_remove_target_from_node(s1394_target_t *target) in s1394_remove_target_from_node() 944 s1394_target_t *t, *t1; in s1394_remove_target_from_node()
|
H A D | s1394_misc.c | 769 s1394_target_t * 772 s1394_target_t *temp; in s1394_target_from_dip_locked() 789 s1394_target_t * 792 s1394_target_t *target; in s1394_target_from_dip()
|
H A D | s1394_bus_reset.c | 729 s1394_target_t *t; in s1394_match_tree_nodes() 1179 s1394_target_t *curr_target; in s1394_physical_arreq_setup_all() 1219 s1394_physical_arreq_set_one(s1394_target_t *target) in s1394_physical_arreq_set_one() 1265 s1394_physical_arreq_clear_one(s1394_target_t *target) in s1394_physical_arreq_clear_one()
|
H A D | s1394_asynch.c | 304 s1394_setup_asynch_command(s1394_hal_t *hal, s1394_target_t *target, in s1394_setup_asynch_command() 343 s_priv->sent_by_target = (s1394_target_t *)target; in s1394_setup_asynch_command() 1087 s1394_compare_swap(s1394_hal_t *hal, s1394_target_t *target, cmd1394_cmd_t *cmd) in s1394_compare_swap() 1189 s1394_split_lock_req(s1394_hal_t *hal, s1394_target_t *target, in s1394_split_lock_req() 1265 s1394_target_t *target; in s1394_handle_lock() 1491 s1394_target_t *target; in s1394_process_pending_q()
|
H A D | s1394_dev_disc.c | 876 s1394_target_t *t; in s1394_br_thread_handle_cmd_phase1() 1550 s1394_target_t *t; in s1394_match_GUID() 2238 s1394_get_maxpayload(s1394_target_t *target, uint_t *dev_max_payload, in s1394_get_maxpayload() 2427 s_priv->sent_by_target = (s1394_target_t *)NULL; in s1394_do_phy_config_pkt()
|