/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 2338 port_id_t d_id; in ql_bind_port() local 2435 port_info->pi_s_id.port_id = vha->d_id.b24; in ql_bind_port() 2445 d_id.b24 = ha->d_id.b24; in ql_bind_port() 2449 d_id.b.al_pa = ql_index_to_alpa[ha-> in ql_bind_port() 2453 d_id.b24; in ql_bind_port() 2457 d_id.b.al_pa = ql_index_to_alpa[ha-> in ql_bind_port() 2459 port_info->pi_hard_addr.hard_addr = d_id.b24; in ql_bind_port() 2748 pkt->pkt_resp_fhdr.d_id = ha->d_id.b24; in ql_els_send() 2749 pkt->pkt_resp_fhdr.s_id = pkt->pkt_cmd_fhdr.d_id; in ql_els_send() 3059 mapbuf->lilp_myalpa = ha->d_id.b.al_pa; in ql_getmap() [all …]
|
H A D | ql_init.c | 3014 tq->d_id.b.al_pa = 0; in ql_configure_n_port_info() 3015 tq->d_id.b.area = 0; in ql_configure_n_port_info() 3016 tq->d_id.b.domain = 0; in ql_configure_n_port_info() 3024 port_id_t d_id = {0, 0, 0, 0}; in ql_configure_n_port_info() local 3058 &d_id, &loop_id); in ql_configure_n_port_info() 3085 QL_NAME, ha->instance, d_id.b24); in ql_configure_n_port_info() 3125 ha->d_id.b.al_pa = LSB(mr.mb[2]); in ql_configure_hba() 3126 ha->d_id.b.area = MSB(mr.mb[2]); in ql_configure_hba() 3127 ha->d_id.b.domain = LSB(mr.mb[3]); in ql_configure_hba() 3173 ha->d_id.b24); in ql_configure_hba() [all …]
|
H A D | ql_mbx.c | 1088 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24); in ql_abort_target() 1139 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24); in ql_lun_reset() 1190 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24); in ql_clear_task_set() 1242 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24); in ql_abort_task_set() 1294 pkt->mgmt.target_id[0] = tq->d_id.b.al_pa; in ql_task_mgmt_iocb() 1295 pkt->mgmt.target_id[1] = tq->d_id.b.area; in ql_task_mgmt_iocb() 1296 pkt->mgmt.target_id[2] = tq->d_id.b.domain; in ql_task_mgmt_iocb() 1302 pkt->sts24.entry_status, tq->d_id.b24); in ql_task_mgmt_iocb() 1310 pkt->sts24.comp_status, tq->d_id.b24); in ql_task_mgmt_iocb() 1352 mcp->mb[1] = tq->d_id.b.al_pa; in ql_loop_port_bypass() [all …]
|
H A D | ql_isr.c | 1179 if (LSB(mb[1]) == vha->d_id.b.domain && in ql_async_event() 1180 MSB(mb[2]) == vha->d_id.b.area && in ql_async_event() 1181 LSB(mb[2]) == vha->d_id.b.al_pa) { in ql_async_event() 1857 sp->lun_queue->target_queue->d_id.b24, in ql_status_entry() 1988 sp->lun_queue->target_queue->d_id.b24, in ql_24xx_status_entry() 2371 tq->d_id.b24, sp->lun_queue->lun_no); in ql_status_error() 2383 "\n", sts.comp_status, tq->d_id.b24, sp->lun_queue->lun_no, in ql_status_error() 2427 tq->d_id.b24, sp->lun_queue->lun_no); in ql_status_error() 2430 "cnt=%d\n", tq->d_id.b24, sp->lun_queue->lun_no, in ql_status_error() 2450 tq->d_id.b24, sp->lun_queue->lun_no); in ql_status_error() [all …]
|
H A D | ql_xioctl.c | 935 tmp_port.Id[1] = ha->d_id.b.domain; in ql_qry_hba_port() 936 tmp_port.Id[2] = ha->d_id.b.area; in ql_qry_hba_port() 937 tmp_port.Id[3] = ha->d_id.b.al_pa; in ql_qry_hba_port() 1141 tmp_port.Id[1] = tq->d_id.b.domain; in ql_qry_disc_port() 1142 tmp_port.Id[2] = tq->d_id.b.area; in ql_qry_disc_port() 1143 tmp_port.Id[3] = tq->d_id.b.al_pa; in ql_qry_disc_port() 1251 tmp_tgt.Id[1] = tq->d_id.b.domain; in ql_qry_disc_tgt() 1252 tmp_tgt.Id[2] = tq->d_id.b.area; in ql_qry_disc_tgt() 1253 tmp_tgt.Id[3] = tq->d_id.b.al_pa; in ql_qry_disc_tgt() 1495 tq.d_id.b.al_pa = 0xfa; in ql_fcct() [all …]
|
H A D | ql_iocb.c | 668 pkt->target_id[0] = tq->d_id.b.al_pa; in ql_command_24xx_iocb() 669 pkt->target_id[1] = tq->d_id.b.area; in ql_command_24xx_iocb() 670 pkt->target_id[2] = tq->d_id.b.domain; in ql_command_24xx_iocb() 797 pkt->target_id[0] = tq->d_id.b.al_pa; in ql_cmd_24xx_type_6_iocb() 798 pkt->target_id[1] = tq->d_id.b.area; in ql_cmd_24xx_type_6_iocb() 799 pkt->target_id[2] = tq->d_id.b.domain; in ql_cmd_24xx_type_6_iocb()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | negprot.c | 76 int d_id; member 181 for (dp = smb_dialects; dp->d_id != -1; dp++) { in smb_negprot() 216 sv->sv_proto = dp->d_id; in smb_negprot() 218 if (dp->d_id < SMB_DIALECT_NTLM0_12) { in smb_negprot() 322 if (dp->d_id == SMB_DIALECT_NTLM0_12 && in smb_negprot()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 2256 uint32_t *d_id; in fp_job_handler() local 2410 d_id = (uint32_t *)job->job_private; in fp_job_handler() 2411 pd = fctl_get_remote_port_by_did(port, *d_id); in fp_job_handler() 2428 *d_id, KM_SLEEP); in fp_job_handler() 2442 rval = fp_port_login(port, *d_id, job, in fp_job_handler() 2980 p2p_info.d_id, in fp_port_startup() 2984 port->fp_port_id.port_id, p2p_info.d_id); in fp_port_startup() 3268 "Retrying ELS for %x", cmd->cmd_pkt.pkt_cmd_fhdr.d_id); in fp_enque_cmd() 3753 uint32_t d_id; in fp_get_loopmap() local 3786 d_id = lilp_map->lilp_alpalist[count]; in fp_get_loopmap() [all …]
|
H A D | fctl.c | 1178 uint32_t d_id; in fc_ulp_get_remote_port() local 1214 d_id = ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)->pid.port_id; in fc_ulp_get_remote_port() 1225 ((ns_req_gan_t *)(ns_cmd->ns_cmd_buf))->pid.port_id = d_id - 1; in fc_ulp_get_remote_port() 1471 } else if (FC_IS_REAL_DEVICE(pkt->pkt_cmd_fhdr.d_id)) { in fc_ulp_transport() 1784 fc_ulp_get_pwwn_by_did(opaque_t port_handle, fc_portid_t d_id, la_wwn_t *pwwn) in fc_ulp_get_pwwn_by_did() argument 1790 pd = fctl_get_remote_port_by_did(port, d_id.port_id); in fc_ulp_get_pwwn_by_did() 1844 fc_ulp_get_fca_device(opaque_t port_handle, fc_portid_t d_id) in fc_ulp_get_fca_device() argument 1852 return (port->fp_fca_tran->fca_get_device(port->fp_fca_handle, d_id)); in fc_ulp_get_fca_device() 3049 fc_portid_t d_id; in fctl_ulp_statec_cb() local 3055 d_id = pd->pd_port_id; in fctl_ulp_statec_cb() [all …]
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_portif.h | 362 la_wwn_t *node_wwn, la_wwn_t *port_wwn, uint32_t d_id, 366 la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep); 395 uint32_t d_id); 397 uint32_t d_id); 407 fc_remote_port_t *fctl_lookup_pd_by_did(fc_local_port_t *port, uint32_t d_id);
|
H A D | fcph.h | 152 uint32_t d_id : 24, member 167 d_id : 24;
|
H A D | fc_fcaif.h | 140 uint32_t d_id; /* Remote port D_ID */ member 200 opaque_t (*fca_get_device) (opaque_t fca_port, fc_portid_t d_id);
|
H A D | fp.h | 328 static int fp_port_login(fc_local_port_t *port, uint32_t d_id, 337 static void fp_els_init(fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id, 340 uint32_t d_id, void (*intr) (), job_request_t *job, uchar_t ls_code); 415 uint32_t d_id); 440 uint32_t d_id, int sleep);
|
H A D | fc_ulpif.h | 178 int fc_ulp_get_pwwn_by_did(opaque_t port_handle, fc_portid_t d_id, 182 opaque_t fc_ulp_get_fca_device(opaque_t port_handle, fc_portid_t d_id);
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_els.c | 134 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id); in emlxs_els_handle_event() 177 pkt->pkt_resp_fhdr.d_id = pkt->pkt_cmd_fhdr.s_id; in emlxs_els_handle_event() 178 pkt->pkt_resp_fhdr.s_id = pkt->pkt_cmd_fhdr.d_id; in emlxs_els_handle_event() 576 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id); in emlxs_handle_sol_flogi() 601 pkt->pkt_resp_fhdr.d_id = LE_SWAP24_LO(port->did); in emlxs_handle_sol_flogi() 767 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id); in emlxs_handle_sol_fdisc() 777 pkt->pkt_resp_fhdr.d_id = LE_SWAP24_LO(port->did); in emlxs_handle_sol_fdisc() 837 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id); in emlxs_handle_sol_plogi() 915 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id); in emlxs_handle_sol_adisc() 962 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id); in emlxs_handle_sol_prli() [all …]
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 851 drmachid_t d_id; in drmach_board_status() local 853 rv = drmach_array_first(bp->devices, &d_idx, &d_id); in drmach_board_status() 857 err = drmach_status(d_id, &d_stat); in drmach_board_status() 864 rv = drmach_array_next(bp->devices, &d_idx, &d_id); in drmach_board_status() 1287 drmachid_t d_id; in drmach_prep_rename_script() local 1302 rv = drmach_array_first(brd->devices, &d_idx, &d_id); in drmach_prep_rename_script() 1311 ASSERT(DRMACH_IS_DEVICE_ID(d_id)); in drmach_prep_rename_script() 1313 if (!DRMACH_IS_CPU_ID(d_id)) in drmach_prep_rename_script() 1316 device = d_id; in drmach_prep_rename_script() 1338 } while (drmach_array_next(brd->devices, &d_idx, &d_id) == 0); in drmach_prep_rename_script() [all …]
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmttydefs.c | 76 static char d_id[MAXID+1], local 135 (void)strncpy(d_id,getword(ptr,&size,0),MAXID); 136 gptr->g_id = d_id;
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 626 fcoei_get_device(void *fca_handle, fc_portid_t d_id) in fcoei_get_device() argument 628 FCOEI_EXT_LOG(__FUNCTION__, "not supported: %p-%x", fca_handle, d_id); in fcoei_get_device() 866 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm); in fcoei_initiate_ct_req() 1119 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm); in fcoei_initiate_fcp_cmd() 1227 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm); in fcoei_initiate_els_req() 1281 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm); in fcoei_initiate_els_resp() 1297 FRM2SS(frm)->ss_p2p_info.d_id = FRM_D_ID(frm); in fcoei_initiate_els_resp() 1846 fpkt->pkt_cmd_fhdr.d_id = ss->ss_p2p_info.d_id; in fcoei_logo_peer() 1848 fpkt->pkt_cmd_fhdr.d_id = 0xFFFFFE; in fcoei_logo_peer()
|
H A D | fcoei.h | 274 (x_fhdr)->d_id = FRM_D_ID(x_frm); \ 289 FFM_D_ID((x_fhdr)->d_id, x_frm); \
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dir.c | 146 *cidp = dep->d_id; in cachefs_dir_look() 229 dep->d_id = cp->c_id; in cachefs_dir_new() 238 dep->d_id = dcp->c_id; in cachefs_dir_new() 411 dep->d_id = *cidp; in cachefs_dir_enter() 572 dep->d_id = *cidp; 689 gdp->d_ino = dep->d_id.cid_fileno; in cachefs_dir_getentrys() 1119 cdep->d_id.cid_fileno = dep->d_ino; in cachefs_dir_stuff() 1120 cdep->d_id.cid_flags = 0; in cachefs_dir_stuff() 1329 error = cachefs_cnode_make(&dep->d_id, fscp, &cookie, in cachefs_dir_complete()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | cachefs_dir.h | 50 cfs_cid_t d_id; /* file id */ member
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_apps.h | 224 uint32_t d_id; member
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 1302 drmachid_t d_id; in drmach_board_status() local 1304 rv = drmach_array_first(bp->devices, &d_idx, &d_id); in drmach_board_status() 1308 err = drmach_i_status(d_id, &d_stat); in drmach_board_status() 1315 rv = drmach_array_next(bp->devices, &d_idx, &d_id); in drmach_board_status() 3239 drmachid_t d_id; in drmach_prep_xt_mb_for_slice_update() local 3241 rv = drmach_array_first(bp->devices, &d_idx, &d_id); in drmach_prep_xt_mb_for_slice_update() 3243 if (DRMACH_IS_CPU_ID(d_id)) { in drmach_prep_xt_mb_for_slice_update() 3244 drmach_cpu_t *cp = d_id; in drmach_prep_xt_mb_for_slice_update() 3252 rv = drmach_array_next(bp->devices, &d_idx, &d_id); in drmach_prep_xt_mb_for_slice_update() 6735 drmachid_t d_id; in drmach_mem_cpu_affinity() local [all …]
|
/titanic_44/usr/src/uts/common/sys/fc4/ |
H A D | fcal.h | 51 uint_t r_ctl:8, d_id:24; member
|
H A D | fc.h | 51 uint_t r_ctl:8, d_id:24; member
|