Searched refs:wwpn (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_frontend.h84 uint64_t wwpn; member in struct:ctl_wwpn_iid
204 * wwpn World Wide Port Name to be used by the FETD.
239 uint64_t wwpn; /* set by CTL before online */ member in struct:ctl_port
292 uint64_t wwnn, int wwpn_valid, uint64_t wwpn);
328 int ctl_add_initiator(struct ctl_port *port, int iid, uint64_t wwpn, char *name);
H A Dctl_frontend.c261 int wwpn_valid, uint64_t wwpn)
291 port->wwpn = wwpn;
304 scsi_u64to8b(port->wwpn, desc->identifier);
260 ctl_port_set_wwns(struct ctl_port *port, int wwnn_valid, uint64_t wwnn, int wwpn_valid, uint64_t wwpn) argument
H A Dctl_frontend_cam_sim.c83 uint64_t wwpn; member in struct:cfcs_softc
177 softc->wwpn = softc->wwnn + port->targ_port + 1;
178 ctl_port_set_wwns(port, true, softc->wwnn, true, softc->wwpn);
181 softc->wwpn = port->wwpn;
697 fc->wwpn = softc->wwpn;
790 cpi->xport_specific.fc.wwpn = softc->wwpn;
H A Dscsi_ctl.c461 __func__, dev_chg->wwpn, dev_chg->port,
473 dev_chg->target, dev_chg->wwpn, NULL);
485 (uintmax_t)dev_chg->wwpn);
1618 ccb->knob.xport_specific.fc.wwpn);
1640 ccb->knob.xport_specific.fc.wwpn =
1656 true, ccb->knob.xport_specific.fc.wwpn);
1674 if (bus_softc->port.wwpn != 0 && bus_softc->port.wwpn
1675 != ccb->knob.xport_specific.fc.wwpn) {
1676 ccb->knob.xport_specific.fc.wwpn
[all...]
H A Dctl.h70 uint64_t wwpn; member in struct:ctl_port_entry
H A Dctl_io.h534 uint64_t wwpn; member in struct:ctl_ha_msg_iid
H A Dctl.c907 msg->iid.wwpn = port->wwpn_iid[iid].wwpn;
1246 port->wwpn_iid[iid].wwpn = msg->iid.wwpn;
2024 ctl_add_initiator(struct ctl_port *port, int iid, uint64_t wwpn, char *name) argument
2034 __func__, wwpn, iid, CTL_MAX_INIT_PER_PORT);
2041 if (iid < 0 && (wwpn != 0 || name != NULL)) {
2043 if (wwpn != 0 && wwpn == port->wwpn_iid[i].wwpn) {
[all...]
/freebsd-10.3-release/sys/dev/isp/
H A Disp_ioctl.h187 uint64_t wwpn; member in struct:__anon9140::wwnpair
H A Disp_library.c1352 for (j = 0; j < ASIZE(src->vp_mod_ports[i].wwpn); j++) {
1353 ISP_IOXPUT_8(isp, src->vp_mod_ports[i].wwpn[j], &dst->vp_mod_ports[i].wwpn[j]);
1380 for (j = 0; j < ASIZE(src->vp_mod_ports[i].wwpn); j++) {
1381 ISP_IOXGET_8(isp, &src->vp_mod_ports[i].wwpn[j], dst->vp_mod_ports[i].wwpn[j]);
2239 isp_find_pdb_by_wwpn(ispsoftc_t *isp, int chan, uint64_t wwpn, fcportdb_t **lptr) argument
2249 if (lp->port_wwn == wwpn) {
2321 isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint64_t wwnn, argument
2333 chan, (unsigned long long) wwpn, s_i
2477 isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id) argument
[all...]
H A Disp_freebsd.c191 "wwpn", CTLFLAG_RD, &fcp->isp_wwpn,
1935 uint64_t wwpn = local
1940 isp_add_wwn_entry(isp, 0, wwpn, INI_NONE,
2636 uint64_t wwpn = INI_NONE, wwnn = INI_NONE; local
2659 wwpn = be64dec(&ptr[IN24XX_PLOGI_WWPN_OFF]);
2660 isp_del_wwn_entry(isp, chan, wwpn, nphdl, portid);
2668 wwpn = be64dec(&ptr[IN24XX_PLOGI_WWPN_OFF]);
2669 isp_add_wwn_entry(isp, chan, wwpn, wwnn,
2677 wwpn = be64dec(&ptr[IN24XX_PRLI_WWPN_OFF]);
2678 isp_add_wwn_entry(isp, chan, wwpn, wwn
[all...]
H A Disp.c2375 MAKE_NODE_NAME_FROM_WWN(vp.vp_mod_ports[0].wwpn, fcp->isp_wwpn);
3218 uint64_t wwnn, wwpn; local
3221 MAKE_WWN_FROM_NODE_NAME(wwpn, pdb->portname);
3224 if (isp_find_pdb_by_wwpn(isp, chan, wwpn, &lp)) {
3272 lp->port_wwn = wwpn;
3288 uint64_t wwpn; local
3310 MAKE_WWN_FROM_NODE_NAME(wwpn, pdb.portname);
3311 if (lp->port_wwn != wwpn)
H A Dispmbox.h1250 uint8_t wwpn[8]; member in struct:__anon9187::__anon9188
/freebsd-10.3-release/sys/cam/
H A Dcam_ccb.h602 u_int64_t wwpn; /* world wide port name */ member in struct:ccb_pathinq_settings_fc
811 u_int64_t wwpn; member in struct:ac_device_changed
899 u_int64_t wwpn; /* world wide port name */ member in struct:ccb_trans_settings_fc
1010 u_int64_t wwpn; /* world wide port name */ member in struct:ccb_sim_knob_settings_fc
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_da.c232 uint64_t wwpn; member in struct:da_softc
1851 softc->wwpn = fc->wwpn;
1854 OID_AUTO, "wwpn", CTLFLAG_RD,
1855 &softc->wwpn, "World Wide Port Name");
H A Dscsi_xpt.c3089 printf(" WWPN 0x%llx", (long long) fc->wwpn);
/freebsd-10.3-release/sys/dev/mpt/
H A Dmpt.h616 char wwpn[19]; member in struct:mpt_softc::__anon9662::__anon9664
H A Dmpt_cam.c478 snprintf(mpt->scinfo.fc.wwpn, sizeof (mpt->scinfo.fc.wwpn),
487 "wwpn", CTLFLAG_RD, mpt->scinfo.fc.wwpn, 0,
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c392 uint64_t wwnn = 0, wwpn = 0; local
468 wwpn = strtoull(optarg, NULL, 0);
531 entry.wwpn = wwpn;
3857 " ctladm port <-o <on|off> | [-w wwnn][-W wwpn]>\n"
3940 "-W wwpn : set WWPN for one frontend\n"
/freebsd-10.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2085 __u8 wwpn[8]; member in struct:fw_rdev_wr::rdev_entry::fcoe_rdev_entry
/freebsd-10.3-release/sbin/camcontrol/
H A Dcamcontrol.c4787 (long long) fc->wwpn);

Completed in 391 milliseconds