Searched refs:d_id (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnegprot.c76 int d_id; member in struct:smb_dialect
181 for (dp = smb_dialects; dp->d_id != -1; dp++) {
216 sv->sv_proto = dp->d_id;
218 if (dp->d_id < SMB_DIALECT_NTLM0_12) {
322 if (dp->d_id == SMB_DIALECT_NTLM0_12 &&
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2338 port_id_t d_id; local
2435 port_info->pi_s_id.port_id = vha->d_id.b24;
2445 d_id.b24 = ha->d_id.b24;
2449 d_id.b.al_pa = ql_index_to_alpa[ha->
2453 d_id.b24;
2457 d_id.b.al_pa = ql_index_to_alpa[ha->
2459 port_info->pi_hard_addr.hard_addr = d_id.b24;
2748 pkt->pkt_resp_fhdr.d_id = ha->d_id
3697 port_id_t d_id; local
3991 port_id_t d_id; local
4713 ql_get_device(opaque_t fca_handle, fc_portid_t d_id) argument
4766 port_id_t d_id; local
4908 port_id_t d_id; local
5095 port_id_t d_id; local
5190 port_id_t d_id; local
5336 port_id_t d_id; local
5418 port_id_t d_id; local
5550 port_id_t d_id; local
5681 port_id_t d_id; local
5776 port_id_t d_id; local
5869 port_id_t d_id; local
6146 port_id_t d_id; local
6210 port_id_t d_id; local
6279 port_id_t d_id; local
6376 ql_login_port(ql_adapter_state_t *ha, port_id_t d_id) argument
6591 port_id_t d_id; local
6736 ql_logout_port(ql_adapter_state_t *ha, port_id_t d_id) argument
6785 ql_dev_init(ql_adapter_state_t *ha, port_id_t d_id, uint16_t loop_id) argument
6989 port_id_t d_id; local
7165 port_id_t d_id; local
7236 port_id_t d_id; local
7562 port_id_t d_id; local
8729 port_id_t d_id; local
8946 port_id_t d_id; local
9022 port_id_t d_id; local
9106 port_id_t d_id; local
9252 port_id_t d_id; local
10654 ql_d_id_to_queue(ql_adapter_state_t *ha, port_id_t d_id) argument
[all...]
H A Dql_init.c3007 * and the N_Port assumes the d_id and Bob's your uncle.
3014 tq->d_id.b.al_pa = 0;
3015 tq->d_id.b.area = 0;
3016 tq->d_id.b.domain = 0;
3024 port_id_t d_id = {0, 0, 0, 0}; local
3058 &d_id, &loop_id);
3085 QL_NAME, ha->instance, d_id.b24);
3123 /* Save Host d_id, alpa, loop ID. */
3125 ha->d_id.b.al_pa = LSB(mr.mb[2]);
3126 ha->d_id
3242 port_id_t d_id; local
3420 ql_dev_list(ql_adapter_state_t *ha, union ql_dev_id_list *list, uint32_t index, port_id_t *d_id, uint16_t *id) argument
3467 port_id_t d_id; local
[all...]
H A Dql_mbx.c1088 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24);
1139 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24);
1190 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24);
1242 EL(ha, "failed=%xh, d_id=%xh\n", rval, tq->d_id.b24);
1294 pkt->mgmt.target_id[0] = tq->d_id.b.al_pa;
1295 pkt->mgmt.target_id[1] = tq->d_id
[all...]
H A Dql_xioctl.c935 tmp_port.Id[1] = ha->d_id.b.domain;
936 tmp_port.Id[2] = ha->d_id.b.area;
937 tmp_port.Id[3] = ha->d_id.b.al_pa;
1141 tmp_port.Id[1] = tq->d_id.b.domain;
1142 tmp_port.Id[2] = tq->d_id.b.area;
1143 tmp_port.Id[3] = tq->d_id.b.al_pa;
1251 tmp_tgt.Id[1] = tq->d_id.b.domain;
1252 tmp_tgt.Id[2] = tq->d_id.b.area;
1253 tmp_tgt.Id[3] = tq->d_id.b.al_pa;
1495 tq.d_id
[all...]
H A Dql_isr.c1179 if (LSB(mb[1]) == vha->d_id.b.domain &&
1180 MSB(mb[2]) == vha->d_id.b.area &&
1181 LSB(mb[2]) == vha->d_id.b.al_pa) {
1856 EL(ha, "CS_QUEUE_FULL, d_id=%xh, lun=%xh\n",
1857 sp->lun_queue->target_queue->d_id.b24,
1987 EL(sp->ha, "CS_QUEUE_FULL, d_id=%xh, lun=%xh\n",
1988 sp->lun_queue->target_queue->d_id.b24,
2370 EL(sp->ha, "Loop Not Ready Retry, d_id=%xh, lun=%xh\n",
2371 tq->d_id.b24, sp->lun_queue->lun_no);
2382 EL(sp->ha, "Port Down Retry=%xh, d_id
3198 port_id_t d_id, s_id; local
[all...]
H A Dql_iocb.c668 pkt->target_id[0] = tq->d_id.b.al_pa;
669 pkt->target_id[1] = tq->d_id.b.area;
670 pkt->target_id[2] = tq->d_id.b.domain;
797 pkt->target_id[0] = tq->d_id.b.al_pa;
798 pkt->target_id[1] = tq->d_id.b.area;
799 pkt->target_id[2] = tq->d_id.b.domain;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h362 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 Dfc_fcaif.h140 uint32_t d_id; /* Remote port D_ID */ member in struct:fc_fca_p2p_info
200 opaque_t (*fca_get_device) (opaque_t fca_port, fc_portid_t d_id);
H A Dfcph.h152 uint32_t d_id : 24, member in struct:frame_header
167 d_id : 24;
H A Dfc_ulpif.h178 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);
H A Dfp.h328 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);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h224 uint32_t d_id; member in struct:ql_adapter_info
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1016 * Allocate the d_id and pwwn hash tables for all remote ports
2256 uint32_t *d_id; local
2410 d_id = (uint32_t *)job->job_private;
2411 pd = fctl_get_remote_port_by_did(port, *d_id);
2428 *d_id, KM_SLEEP);
2442 rval = fp_port_login(port, *d_id, job,
2980 p2p_info.d_id,
2984 port->fp_port_id.port_id, p2p_info.d_id);
3268 "Retrying ELS for %x", cmd->cmd_pkt.pkt_cmd_fhdr.d_id);
3753 uint32_t d_id; local
3824 uint32_t d_id; local
4048 fp_port_login(fc_local_port_t *port, uint32_t d_id, job_request_t *job, int cmd_flag, int sleep, fc_remote_port_t *pd, fc_packet_t *ulp_pkt) argument
4408 fp_els_init(fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id, void (*comp) (), job_request_t *job) argument
4437 fp_xlogi_init(fc_local_port_t *port, fp_cmd_t *cmd, uint32_t s_id, uint32_t d_id, void (*intr) (), job_request_t *job, uchar_t ls_code) argument
4660 fc_portid_t d_id; local
4812 fc_portid_t d_id; local
4880 uint32_t d_id; local
5853 uint32_t d_id; local
5935 "pd %x", port->fp_port_id.port_id, d_id); local
6015 uint32_t d_id; local
6034 " jcount=%d pkt=%p, state=%x", port, cmd->cmd_job, d_id, local
6165 port->fp_port_id.port_id, d_id); local
7322 uint32_t d_id; local
10127 uint32_t d_id; local
10530 uint32_t d_id; local
11447 uint32_t d_id; local
11607 uint32_t d_id; local
12607 fp_fillout_new_nsmap(fc_local_port_t *port, ddi_acc_handle_t *handle, fc_portmap_t *port_map, ns_resp_gan_t *gan_resp, uint32_t d_id) argument
12653 uint32_t d_id; local
13103 uint32_t d_id; local
13140 fc_portid_t d_id; local
13672 fp_create_remote_port_by_ns(fc_local_port_t *port, uint32_t d_id, int sleep) argument
14039 uint32_t d_id; local
14682 uint32_t d_id = page->aff_d_id; local
15040 uint32_t d_id; local
[all...]
H A Dfctl.c1178 uint32_t d_id; local
1214 d_id = ((ns_resp_gid_pn_t *)ns_cmd->ns_data_buf)->pid.port_id;
1225 ((ns_req_gan_t *)(ns_cmd->ns_cmd_buf))->pid.port_id = d_id - 1;
1471 } else if (FC_IS_REAL_DEVICE(pkt->pkt_cmd_fhdr.d_id)) {
1784 fc_ulp_get_pwwn_by_did(opaque_t port_handle, fc_portid_t d_id, la_wwn_t *pwwn) argument
1790 pd = fctl_get_remote_port_by_did(port, d_id.port_id);
1844 fc_ulp_get_fca_device(opaque_t port_handle, fc_portid_t d_id) argument
1852 return (port->fp_fca_tran->fca_get_device(port->fp_fca_handle, d_id));
3049 fc_portid_t d_id; local
3055 d_id
3454 fctl_alloc_remote_port(fc_local_port_t *port, la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep) argument
3685 uint32_t d_id; local
3856 fctl_get_remote_port_by_did(fc_local_port_t *port, uint32_t d_id) argument
3909 fctl_hold_remote_port_by_did(fc_local_port_t *port, uint32_t d_id) argument
4518 fctl_create_remote_port(fc_local_port_t *port, la_wwn_t *node_wwn, la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep) argument
5980 fctl_lookup_pd_by_did(fc_local_port_t *port, uint32_t d_id) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c134 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
177 pkt->pkt_resp_fhdr.d_id = pkt->pkt_cmd_fhdr.s_id;
178 pkt->pkt_resp_fhdr.s_id = pkt->pkt_cmd_fhdr.d_id;
576 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
601 pkt->pkt_resp_fhdr.d_id = LE_SWAP24_LO(port->did);
767 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
777 pkt->pkt_resp_fhdr.d_id = LE_SWAP24_LO(port->did);
837 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
915 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
962 did = LE_SWAP24_LO(pkt->pkt_cmd_fhdr.d_id);
2759 emlxs_generate_rscn(emlxs_port_t *port, uint32_t d_id) argument
3469 emlxs_send_logo(emlxs_port_t *port, uint32_t d_id) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c851 drmachid_t d_id; local
853 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
857 err = drmach_status(d_id, &d_stat);
864 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
1287 drmachid_t d_id; local
1302 rv = drmach_array_first(brd->devices, &d_idx, &d_id);
1311 ASSERT(DRMACH_IS_DEVICE_ID(d_id));
1313 if (!DRMACH_IS_CPU_ID(d_id))
1316 device = d_id;
1338 } while (drmach_array_next(brd->devices, &d_idx, &d_id)
2103 drmachid_t d_id; /* device ID */ local
3312 drmachid_t d_id; local
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c76 static char d_id[MAXID+1], local
135 (void)strncpy(d_id,getword(ptr,&size,0),MAXID);
136 gptr->g_id = d_id;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h274 (x_fhdr)->d_id = FRM_D_ID(x_frm); \
289 FFM_D_ID((x_fhdr)->d_id, x_frm); \
H A Dfcoei_lv.c613 * Get fcoei remote port with FCID of d_id
617 * d_id = 24-bit FCID of remote port
626 fcoei_get_device(void *fca_handle, fc_portid_t d_id) argument
628 FCOEI_EXT_LOG(__FUNCTION__, "not supported: %p-%x", fca_handle, d_id);
866 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1119 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1227 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1281 FFM_D_ID(fpkt->pkt_cmd_fhdr.d_id, frm);
1297 FRM2SS(frm)->ss_p2p_info.d_id = FRM_D_ID(frm);
1846 fpkt->pkt_cmd_fhdr.d_id
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h128 door_id_t d_id; /* unique id */ member in struct:door_desc::__anon7236::__anon7237
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal.h51 uint_t r_ctl:8, d_id:24; member in struct:FC2_FRAME_HDR
H A Dfc.h51 uint_t r_ctl:8, d_id:24; member in struct:FC2_FRAME_HDR
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp_util.h82 uint32_t d_id; member in struct:fc_hba_mapping_entry
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1302 drmachid_t d_id; local
1304 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
1308 err = drmach_i_status(d_id, &d_stat);
1315 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
3239 drmachid_t d_id; local
3241 rv = drmach_array_first(bp->devices, &d_idx, &d_id);
3243 if (DRMACH_IS_CPU_ID(d_id)) {
3244 drmach_cpu_t *cp = d_id;
3252 rv = drmach_array_next(bp->devices, &d_idx, &d_id);
6735 drmachid_t d_id; local
7672 drmachid_t d_id; local
8858 drmachid_t d_id; local
[all...]

Completed in 2645 milliseconds

123