Searched refs:fcp_tgt (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 374 struct fcp_tgt *port_tgt_hash_table[FCP_NUM_HASH]; 661 struct fcp_tgt *ipkt_tgt; 743 typedef struct fcp_tgt { struct 748 struct fcp_tgt *tgt_next; argument 1002 struct fcp_tgt *lun_tgt; 1211 struct fcp_tgt *tgt; 1230 struct fcp_tgt *ptgt; 1325 fcp_port::port_state fcp_tgt::tgt_change_cnt 1329 fcp_tgt::tgt_next)) 1335 _NOTE(MUTEX_PROTECTS_DATA(fcp_tgt::tgt_mutex, [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/fcp/ |
H A D | fcp.c | 38 static struct fcp_tgt tgt; 261 if (mdb_vread(&tgt, sizeof (struct fcp_tgt), wsp->walk_addr) != in luns_walk_i() 262 sizeof (struct fcp_tgt)) { in luns_walk_i() 338 wsp->walk_data = mdb_alloc(sizeof (struct fcp_tgt), UM_SLEEP); in targets_walk_i() 353 if (mdb_vread(wsp->walk_data, sizeof (struct fcp_tgt), in targets_walk_s() 363 (uintptr_t)(((struct fcp_tgt *)wsp->walk_data)->tgt_next); in targets_walk_s() 395 mdb_free(wsp->walk_data, sizeof (struct fcp_tgt)); in targets_walk_f()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 411 static struct fcp_tgt *fcp_port_create_tgt(struct fcp_port *pptr, 414 static int fcp_tgt_send_plogi(struct fcp_tgt *ptgt, int *fc_status, 416 static int fcp_tgt_send_prli(struct fcp_tgt *ptgt, int *fc_status, 427 struct fcp_tgt *ptgt, fc_portmap_t *map_entry, int link_cnt, 429 static int fcp_handle_reportlun_changed(struct fcp_tgt *ptgt, int cause); 430 static int fcp_send_els(struct fcp_port *pptr, struct fcp_tgt *ptgt, 434 static void fcp_update_tgt_state(struct fcp_tgt *ptgt, int flag, 442 struct fcp_tgt *ptgt, int cmd_len, int resp_len, int data_len, 448 static struct fcp_tgt *fcp_lookup_target(struct fcp_port *pptr, 450 static struct fcp_tgt *fcp_get_target_by_did(struct fcp_port *pptr, [all …]
|