Searched refs:nport_id (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fc4/ |
H A D | fcal_linkapp.h | 161 uint_t nport_id : 12; member 201 uchar_t nport_id[3]; member 221 uchar_t nport_id[3]; member 272 uint_t nport_id; member
|
H A D | linkapp.h | 125 uint_t nport_id : 12; member 156 uchar_t nport_id[3]; member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_linkapp.h | 117 fc_portid_t nport_id; member 127 fc_portid_t nport_id; member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/ |
H A D | fc_appif.h | 122 nport_id : 12, member 130 nport_id : 12, member
|
/titanic_41/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 487 uint_t nport_id : 12; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 1544 FCOE_V2B_3(els_adisc->nport_id.port_id, FPLD + offset); in fcoei_fill_els_adisc_cmd() 1592 FCOE_V2B_3(els_logo->nport_id.port_id, FPLD + offset); in fcoei_fill_els_logo_cmd() 1719 FCOE_V2B_3(els_adisc->nport_id.port_id, FPLD + offset); in fcoei_fill_els_adisc_resp() 1862 els_logo->nport_id.port_id = ss->ss_p2p_info.fca_d_id; in fcoei_logo_peer()
|
H A D | fcoei_eth.c | 1021 els_adisc->nport_id.port_id = FCOE_B2V_3(src + offset); in fcoei_fill_els_fpkt_resp()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | socal.c | 613 socalp->socal_n_wwn.w.nport_id = 0; in socal_attach() 634 porta->sp_p_wwn.w.nport_id = instance*2; in socal_attach() 635 portb->sp_p_wwn.w.nport_id = instance*2+1; in socal_attach() 1548 adisc_pl->nport_id, in socal_ioctl() 4295 buf->nport_id = fcalpkt->fcal_socal_request.sr_fc_frame_hdr.s_id; in socal_issue_adisc() 4389 buf->nport_id[0] = (arg >> 16) & 0xff; in socal_issue_rls() 4390 buf->nport_id[1] = (arg >> 8) & 0xff; in socal_issue_rls() 4391 buf->nport_id[2] = arg & 0xff; in socal_issue_rls()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 796 tnf_opaque, nport_id, ww_pn->w.nport_id)); in fcip_port_attach() 798 "port id bits: 0x%x", ww_pn->w.nport_id)); in fcip_port_attach() 6019 twwn.w.nport_id = QLC_PORT_1_ID_BITS; in fcip_get_dest() 6029 twwn.w.nport_id = QLC_PORT_2_ID_BITS; in fcip_get_dest()
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 2622 ((struct la_els_logo *)logi)->nport_id[0] = 0; in sf_login() 2623 ((struct la_els_logo *)logi)->nport_id[1] = 0; in sf_login() 2624 ((struct la_els_logo *)logi)->nport_id[2] = arg1; in sf_login() 2995 adisc->nport_id = sf->sf_al_pa; in sf_do_adisc()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 4485 payload.nport_id = port->fp_port_id; in fp_logo_init() 4585 payload.nport_id = port->fp_port_id; in fp_adisc_init() 5320 payload.nport_id = port->fp_port_id; in fp_ns_fini() 12291 port->fp_service_params.nport_ww_name.w.nport_id, in fp_login_acc_init() 12295 ((la_els_logi_t *)buf->ub_buffer)->nport_ww_name.w.nport_id, in fp_login_acc_init() 13454 payload.nport_id = port->fp_port_id; in fp_adisc_acc_init()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 5636 acc.nport_id.port_id = tq->d_id.b24; in ql_els_adisc() 8706 payload->nport_id.port_id = tq->d_id.b24; in ql_send_logo()
|