/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 139 u32 s_id, u16 ox_id, wwn_t port_name, wwn_t node_name, 144 u16 ox_id, wwn_t port_name, wwn_t node_name, 149 wwn_t port_name, wwn_t node_name, 154 u32 s_id, u16 ox_id, wwn_t port_name, 184 u16 ox_id, wwn_t port_name); 198 wwn_t port_name, wwn_t node_name, 202 u32 d_id, u32 s_id, __be16 ox_id, wwn_t port_name, 206 u32 host_dap, wwn_t node_name, wwn_t port_name); 209 wwn_t port_name, wwn_t node_name); 213 wwn_t port_name, wwn_t node_name); [all …]
|
D | bfa_fcbuild.c | 225 __be16 ox_id, wwn_t port_name, wwn_t node_name, in fc_plogi_x_build() argument 245 memcpy(&plogi->port_name, &port_name, sizeof(wwn_t)); in fc_plogi_x_build() 253 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size, in fc_flogi_build() argument 265 flogi->port_name = port_name; in fc_flogi_build() 291 __be16 ox_id, wwn_t port_name, wwn_t node_name, in fc_flogi_acc_build() argument 303 flogi->port_name = port_name; in fc_flogi_acc_build() 313 u16 ox_id, wwn_t port_name, wwn_t node_name, u16 pdu_size) in fc_fdisc_build() argument 323 flogi->port_name = port_name; in fc_fdisc_build() 331 u16 ox_id, wwn_t port_name, wwn_t node_name, in fc_plogi_build() argument 334 return fc_plogi_x_build(fchs, pld, d_id, s_id, ox_id, port_name, in fc_plogi_build() [all …]
|
D | bfa_fc.h | 371 wwn_t port_name; member 871 wwn_t port_name; member 1306 wwn_t port_name; /* port wwn */ member 1381 wwn_t port_name; member 1426 wwn_t port_name; /* Port Name */ member 1615 wwn_t port_name; /* Port wwn */ member 1623 wwn_t port_name; /* port wwn */ member
|
/Linux-v4.19/drivers/usb/core/ |
D | ledtrig-usbport.c | 27 char *port_name; member 210 port->port_name = kzalloc(len, GFP_KERNEL); in usbport_trig_add_port() 211 if (!port->port_name) { in usbport_trig_add_port() 215 snprintf(port->port_name, len, "%s-port%d", hub_name, portnum); in usbport_trig_add_port() 218 port->attr.attr.name = port->port_name; in usbport_trig_add_port() 233 kfree(port->port_name); in usbport_trig_add_port() 261 kfree(port->port_name); in usbport_trig_remove_port()
|
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_disc.c | 444 ids.port_name = ntohll(np->fp_wwpn); in fc_disc_gpn_ft_parse() 447 ids.port_name != lport->wwpn) { in fc_disc_gpn_ft_parse() 450 rdata->ids.port_name = ids.port_name; in fc_disc_gpn_ft_parse() 589 u64 port_name; in fc_disc_gpn_id_resp() local 607 port_name = get_unaligned_be64(&pn->fn_wwpn); in fc_disc_gpn_id_resp() 609 if (rdata->ids.port_name == -1) in fc_disc_gpn_id_resp() 610 rdata->ids.port_name = port_name; in fc_disc_gpn_id_resp() 611 else if (rdata->ids.port_name != port_name) { in fc_disc_gpn_id_resp() 614 rdata->ids.port_id, port_name); in fc_disc_gpn_id_resp()
|
/Linux-v4.19/include/linux/ |
D | nvme-fc-driver.h | 52 u64 port_name; member 222 u64 port_name; member 265 u64 port_name; member 481 u64 port_name; member 699 u64 port_name; member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_gs.c | 255 memcpy(fcport->port_name, ct_rsp->rsp.ga_nxt.port_name, in qla2x00_ga_nxt() 268 fcport->node_name, fcport->port_name, in qla2x00_ga_nxt() 428 memcpy(list[i].port_name, in qla2x00_gpn_id() 429 ct_rsp->rsp.gpn_id.port_name, WWN_SIZE); in qla2x00_gpn_id() 503 list[i].node_name, list[i].port_name, in qla2x00_gnn_id() 1058 memcpy(fcport->port_name, &sns_cmd->p.gan_data[20], WWN_SIZE); in qla2x00_sns_ga_nxt() 1067 fcport->node_name, fcport->port_name, in qla2x00_sns_ga_nxt() 1192 memcpy(list[i].port_name, &sns_cmd->p.gpn_data[16], in qla2x00_sns_gpn_id() 1254 list[i].node_name, list[i].port_name, in qla2x00_sns_gnn_id() 1555 memcpy(ct_req->req.rhba.hba_identifier, vha->port_name, WWN_SIZE); in qla2x00_fdmi_rhba() [all …]
|
D | qla_init.c | 108 sp->name, sp->handle, fcport->d_id.b24, fcport->port_name); in qla2x00_async_iocb_timeout() 174 "%s %8phC res %d \n", __func__, sp->fcport->port_name, res); in qla2x00_async_login_sp_done() 196 if (wwn_to_u64(fcport->port_name) < in fcport_is_smaller() 197 wwn_to_u64(fcport->vha->port_name)) in fcport_is_smaller() 257 "retries=%d.\n", fcport->port_name, sp->handle, fcport->loop_id, in qla2x00_async_login() 312 fcport->port_name); in qla2x00_async_logout() 391 __func__, fcport->port_name, fcport->disc_state, in qla24xx_handle_adisc_event() 398 __func__, ea->fcport->port_name); in qla24xx_handle_adisc_event() 410 __func__, ea->fcport->port_name); in qla24xx_handle_adisc_event() 414 __func__, __LINE__, ea->fcport->port_name); in qla24xx_handle_adisc_event() [all …]
|
D | qla_mid.c | 99 qla24xx_find_vhost_by_name(struct qla_hw_data *ha, uint8_t *port_name) in qla24xx_find_vhost_by_name() argument 108 if (!memcmp(port_name, vha->port_name, WWN_SIZE)) { in qla24xx_find_vhost_by_name() 433 uint8_t port_name[WWN_SIZE]; in qla24xx_vport_create_req_sanity_check() local 447 u64_to_wwn(fc_vport->port_name, port_name); in qla24xx_vport_create_req_sanity_check() 448 if (!memcmp(port_name, base_vha->port_name, WWN_SIZE)) in qla24xx_vport_create_req_sanity_check() 450 vha = qla24xx_find_vhost_by_name(ha, port_name); in qla24xx_vport_create_req_sanity_check() 485 u64_to_wwn(fc_vport->port_name, vha->port_name); in qla24xx_create_vhost()
|
D | qla_fw.h | 78 uint8_t port_name[WWN_SIZE]; member 108 u8 port_name[WWN_SIZE]; member 123 uint8_t port_name[WWN_SIZE]; member 143 uint8_t port_name[WWN_SIZE]; member 325 uint8_t port_name[WWN_SIZE]; /* Big endian. */ member 1212 uint8_t port_name[WWN_SIZE]; member 1235 uint8_t port_name[WWN_SIZE]; member 1382 uint8_t port_name[8]; member 1398 uint8_t port_name[8]; member 1541 uint8_t port_name[WWN_SIZE]; member [all …]
|
D | qla_def.h | 1222 uint8_t port_name[WWN_SIZE]; member 1314 uint8_t port_name[WWN_SIZE]; /* Big endian. */ member 1485 uint8_t port_name[WWN_SIZE]; /* Big endian. */ member 2122 uint8_t port_name[WWN_SIZE]; member 2190 uint8_t port_name[8]; member 2217 uint8_t port_name[WWN_SIZE]; member 2337 uint8_t port_name[WWN_SIZE]; member 2440 u8 port_name[WWN_SIZE]; member 2680 uint8_t port_name[WWN_SIZE]; member 2813 uint8_t port_name[8]; member [all …]
|
D | qla_target.c | 578 sp->name, res, sp->fcport->port_name, sp->type); in qla2x00_async_nack_sp_done() 607 sp->fcport->port_name, in qla2x00_async_nack_sp_done() 673 sp->name, fcport->port_name, sp->handle, c); in qla24xx_async_notify_ack() 766 __func__, sess->port_name); in qlt_fc_port_added() 774 sess->local ? "local " : "", sess->port_name, sess->loop_id); in qlt_fc_port_added() 788 fcport->port_name, sess->loop_id); in qlt_fc_port_added() 811 pla->iocb.u.isp24.port_name); in qlt_plogi_ack_find_add() 849 " exch %#x ox_id %#x\n", iocb->u.isp24.port_name, in qlt_plogi_ack_unref() 891 sess, link, sess->port_name, in qlt_plogi_ack_link() 892 iocb->u.isp24.port_name, iocb->u.isp24.port_id[2], in qlt_plogi_ack_link() [all …]
|
D | qla_nvme.c | 45 req.port_name = wwn_to_u64(fcport->port_name); in qla_nvme_register_remote() 63 __func__, req.node_name, req.port_name, in qla_nvme_register_remote() 703 pinfo.port_name = wwn_to_u64(vha->port_name); in qla_nvme_register_hba() 709 pinfo.node_name, pinfo.port_name, pinfo.port_id); in qla_nvme_register_hba()
|
/Linux-v4.19/include/scsi/ |
D | scsi_transport_fc.h | 195 u64 port_name; member 240 u64 port_name; member 296 u64 port_name; member 345 u64 port_name; member 397 u64 port_name; member 404 (((struct fc_starget_attrs *)&(x)->starget_data)->port_name) 505 u64 port_name; member 560 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_bios.c | 1203 port_name(p), i->alternate_ddc_pin, in sanitize_ddc_pin() 1204 port_name(port), port_name(p)); in sanitize_ddc_pin() 1239 port_name(p), i->alternate_aux_channel, in sanitize_aux_ch() 1240 port_name(port), port_name(p)); in sanitize_aux_ch() 1330 port_name(port)); in parse_ddi_port() 1359 port_name(port), is_dp, is_hdmi, is_dvi, is_edp, is_crt); in parse_ddi_port() 1363 port_name(port)); in parse_ddi_port() 1365 DRM_DEBUG_KMS("Port %c is analog\n", port_name(port)); in parse_ddi_port() 1368 port_name(port)); in parse_ddi_port() 1370 DRM_DEBUG_KMS("Port %c is TMDS compatible\n", port_name(port)); in parse_ddi_port() [all …]
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_vport.h | 53 uint8_t port_name[8]; /* WWPN */ member 73 uint8_t port_name[8]; /* WWPN */ member
|
/Linux-v4.19/drivers/nvme/target/ |
D | fcloop.c | 232 u64 port_name; member 894 pinfo.port_name = opts->wwpn; in fcloop_create_local_port() 963 tlport->localport->port_name == portname) { in fcloop_delete_local_port() 1009 newnport->port_name = opts->wwpn; in fcloop_alloc_nport() 1020 tmplport->localport->port_name == opts->wwpn) in fcloop_alloc_nport() 1024 tmplport->localport->port_name == opts->lpwwpn) in fcloop_alloc_nport() 1036 nport->port_name == opts->wwpn) { in fcloop_alloc_nport() 1089 pinfo.port_name = nport->port_name; in fcloop_create_remote_port() 1155 tmpport->port_name == portname && tmpport->rport) { in fcloop_delete_remote_port() 1187 tinfo.port_name = nport->port_name; in fcloop_create_target_port() [all …]
|
/Linux-v4.19/net/dsa/ |
D | legacy.c | 361 const char *port_name) in dsa_of_probe_links() argument 372 if (!strcmp(port_name, "dsa") && pd->nr_chips > 1) { in dsa_of_probe_links() 409 const char *port_name; in dsa_of_probe() local 506 port_name = of_get_property(port, "label", NULL); in dsa_of_probe() 507 if (!port_name) in dsa_of_probe() 512 cd->port_names[port_index] = kstrdup(port_name, in dsa_of_probe() 520 port_index, port, port_name); in dsa_of_probe()
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tcm_fc.h | 44 u64 port_name; /* port name for transport ID */ member 78 u64 port_name; member
|
D | tfc_conf.c | 138 return ft_wwn_show(&acl->node_auth.port_name, page); in ft_nacl_port_name_show() 148 return ft_wwn_store(&acl->node_auth.port_name, page, count); in ft_nacl_port_name_store() 172 CONFIGFS_ATTR(ft_nacl_, port_name); 219 acl->node_auth.port_name = wwpn; in ft_init_nodeacl()
|
D | tfc_sess.c | 227 ft_format_wwn(&initiatorname[0], TRANSPORT_IQN_LEN, rdata->ids.port_name); in ft_sess_create() 352 return ft_format_wwn(buf, len, sess->port_name); in ft_sess_get_port_name() 402 sess->port_name = rdata->ids.port_name; in ft_prli_locked()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_fc.c | 371 fc_starget_port_name(starget) = rport->port_name; in fc_target_setup() 400 fc_host->port_name = -1; in fc_host_setup() 920 fc_private_rport_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); 1065 fc_starget_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); 1260 fc_private_vport_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); 1528 fc_private_host_rd_attr_cast(port_name, "0x%llx\n", 20, unsigned long long); 1876 stat = fc_parse_wwn(&buf[0], &vid.port_name); in store_fc_host_vport_create() 1936 (vport->port_name == wwpn) && (vport->node_name == wwnn)) { in store_fc_host_vport_delete() 2212 SETUP_STARGET_ATTRIBUTE_RD(port_name); in fc_attach_transport() 2225 SETUP_HOST_ATTRIBUTE_RD(port_name); in fc_attach_transport() [all …]
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | os_bri.c | 156 sprintf(&a->port_name[0], "BRI %02x:%02x", in diva_bri_init_card() 160 bri_bar_length[1], &a->port_name[0], 1)) { in diva_bri_init_card() 169 bar2_length, &a->port_name[0], 2)) { in diva_bri_init_card() 297 &a->port_name[0], i); in diva_bri_cleanup_adapter() 372 &a->port_name[0], i); in diva_bri_reregister_io() 376 sprintf(a->port_name, "DIVA BRI %ld", in diva_bri_reregister_io() 382 &a->port_name[0], i)) { in diva_bri_reregister_io()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_attr.c | 68 ids.port_name = wwn_to_u64(csio_rn_wwpn(rn)); in csio_reg_rnode() 579 if (fc_vport->port_name != 0) { in csio_vport_create() 580 u64_to_wwn(fc_vport->port_name, wwn); in csio_vport_create() 605 if (!fc_vport->port_name) in csio_vport_create() 606 fc_vport->port_name = wwn_to_u64(csio_ln_wwpn(ln)); in csio_vport_create()
|
/Linux-v4.19/drivers/tty/serial/ |
D | sirfsoc_uart.h | 12 const char *port_name; member 185 .port_name = "sirfsoc-uart", 256 .port_name = "sirfsoc_uart",
|