/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fcs.h | 259 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn) 330 struct bfa_fcs_lport_s *port, wwn_t nwwn); 434 wwn_t nwwn; /* node wwn of rport */ member 539 return itnim->rport->nwwn; in bfa_fcs_itnim_get_nwwn()
|
H A D | bfa_svc.h | 405 wwn_t nwwn; /* node wwn of lport */ member 462 wwn_t nwwn; /* node wwn of physical port */ member 666 u16 pdusz, wwn_t pwwn, wwn_t nwwn, 669 wwn_t pwwn, wwn_t nwwn);
|
H A D | bfad_attr.c | 45 * FC transport template entry, get SCSI target nwwn. 365 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 405 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 819 u64 nwwn; in bfad_im_node_name_show() local 821 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show() 822 return sysfs_emit(buf, "0x%llx\n", cpu_to_be64(nwwn)); in bfad_im_node_name_show()
|
H A D | bfi_ms.h | 182 wwn_t nwwn; /* Fabric acquired PWWN */ member 257 wwn_t nwwn; /* node wwn of physical port */ member 416 wwn_t nwwn; member
|
H A D | bfa_defs_fcs.h | 87 wwn_t nwwn; /* node wwn */ member 242 wwn_t fabric_name; /* attached switch's nwwn */ 390 wwn_t nwwn; /* node wwn */ member
|
H A D | bfa_fcs.c | 50 * FCS update cfg - reset the pwwn/nwwn of fabric base logical port 60 port_cfg->nwwn = ioc->attr->nwwn; in bfa_fcs_update_cfg() 747 port_cfg->nwwn = fabric->fcs->bfa->ioc.attr->nwwn; in bfa_fcs_fabric_init() 941 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd); in bfa_fcs_fabric_login() 1339 pcfg->nwwn, in bfa_fcs_fabric_send_flogi_acc()
|
H A D | bfad_im.h | 114 wwn_t nwwn; member
|
H A D | bfi.h | 269 wwn_t nwwn; member 1133 wwn_t nwwn; /* switch node wwn. 8 bytes */ member 1138 wwn_t nwwn; /* switch node wwn. 8 bytes */ member
|
H A D | bfa_svc.c | 1683 m->nwwn = lps->nwwn; in bfa_lps_send_login() 1881 wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en) in bfa_lps_flogi() 1887 lps->nwwn = nwwn; in bfa_lps_flogi() 1898 wwn_t nwwn) in bfa_lps_fdisc() 1904 lps->nwwn = nwwn; in bfa_lps_fdisc() 3171 m->nwwn = fcport->nwwn; in bfa_fcport_send_enable() 1880 bfa_lps_flogi(struct bfa_lps_s *lps, void *uarg, u8 alpa, u16 pdusz, wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en) bfa_lps_flogi() argument 1897 bfa_lps_fdisc(struct bfa_lps_s *lps, void *uarg, u16 pdusz, wwn_t pwwn, wwn_t nwwn) bfa_lps_fdisc() argument [all...] |
H A D | bfa_fcs_rport.c | 1714 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_rport_send_plogi() 1836 port->port_cfg.nwwn, in bfa_fcs_rport_send_plogiacc() 1868 port->port_cfg.pwwn, port->port_cfg.nwwn); in bfa_fcs_rport_send_adisc() 1895 rport->nwwn) == FC_PARSE_OK) { in bfa_fcs_rport_adisc_response() 2262 port->port_cfg.nwwn); in bfa_fcs_rport_process_adisc() 2525 rport->nwwn = plogi->node_name; in bfa_fcs_rport_update() 3023 rport_attr->nwwn = rport->nwwn; in bfa_fcs_rport_get_attr()
|
H A D | bfa_defs_svc.h | 970 wwn_t nwwn; /* node wwn */ member 1020 wwn_t nwwn; member 1216 wwn_t nwwn; /* node wwn */ member
|
H A D | bfa_core.c | 1310 bfa->ioc.attr->nwwn = bfa->iocfc.cfgrsp->pbc_cfg.pbc_nwwn; in bfa_iocfc_cfgrsp() 1338 cfgrsp->pbc_cfg.pbc_nwwn = msg->nwwn; in bfa_iocfc_process_faa_addr() 1341 bfa->ioc.attr->nwwn = msg->nwwn; in bfa_iocfc_process_faa_addr()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_svc.h | 405 wwn_t nwwn; /* node wwn of lport */ member 462 wwn_t nwwn; /* node wwn of physical port */ member 666 u16 pdusz, wwn_t pwwn, wwn_t nwwn, 669 wwn_t pwwn, wwn_t nwwn);
|
H A D | bfa_fcs.h | 256 #define bfa_fcs_lport_get_nwwn(_lport) ((_lport)->port_cfg.nwwn) 327 struct bfa_fcs_lport_s *port, wwn_t nwwn); 431 wwn_t nwwn; /* node wwn of rport */ member 536 return itnim->rport->nwwn; in bfa_fcs_itnim_get_nwwn()
|
H A D | bfad_attr.c | 45 * FC transport template entry, get SCSI target nwwn. 365 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 405 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 819 u64 nwwn; in bfad_im_node_name_show() local 821 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show() 822 return sysfs_emit(buf, "0x%llx\n", cpu_to_be64(nwwn)); in bfad_im_node_name_show()
|
H A D | bfi_ms.h | 182 wwn_t nwwn; /* Fabric acquired PWWN */ member 257 wwn_t nwwn; /* node wwn of physical port */ member 416 wwn_t nwwn; member
|
H A D | bfa_defs_fcs.h | 87 wwn_t nwwn; /* node wwn */ member 242 wwn_t fabric_name; /* attached switch's nwwn */ 390 wwn_t nwwn; /* node wwn */ member
|
H A D | bfa_fcs.c | 50 * FCS update cfg - reset the pwwn/nwwn of fabric base logical port 60 port_cfg->nwwn = ioc->attr->nwwn; in bfa_fcs_update_cfg() 747 port_cfg->nwwn = fabric->fcs->bfa->ioc.attr->nwwn; in bfa_fcs_fabric_init() 941 pcfg->pwwn, pcfg->nwwn, fabric->auth_reqd); in bfa_fcs_fabric_login() 1339 pcfg->nwwn, in bfa_fcs_fabric_send_flogi_acc()
|
H A D | bfad_im.h | 130 wwn_t nwwn; member
|
H A D | bfi.h | 269 wwn_t nwwn; member 1133 wwn_t nwwn; /* switch node wwn. 8 bytes */ member 1138 wwn_t nwwn; /* switch node wwn. 8 bytes */ member
|
H A D | bfa_svc.c | 1677 m->nwwn = lps->nwwn; in bfa_lps_send_login() 1875 wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en) in bfa_lps_flogi() 1881 lps->nwwn = nwwn; in bfa_lps_flogi() 1892 wwn_t nwwn) in bfa_lps_fdisc() 1898 lps->nwwn = nwwn; in bfa_lps_fdisc() 3165 m->nwwn = fcport->nwwn; in bfa_fcport_send_enable() 1874 bfa_lps_flogi(struct bfa_lps_s *lps, void *uarg, u8 alpa, u16 pdusz, wwn_t pwwn, wwn_t nwwn, bfa_boolean_t auth_en) bfa_lps_flogi() argument 1891 bfa_lps_fdisc(struct bfa_lps_s *lps, void *uarg, u16 pdusz, wwn_t pwwn, wwn_t nwwn) bfa_lps_fdisc() argument [all...] |
H A D | bfa_fcs_rport.c | 1714 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_rport_send_plogi() 1836 port->port_cfg.nwwn, in bfa_fcs_rport_send_plogiacc() 1868 port->port_cfg.pwwn, port->port_cfg.nwwn); in bfa_fcs_rport_send_adisc() 1895 rport->nwwn) == FC_PARSE_OK) { in bfa_fcs_rport_adisc_response() 2262 port->port_cfg.nwwn); in bfa_fcs_rport_process_adisc() 2525 rport->nwwn = plogi->node_name; in bfa_fcs_rport_update() 3023 rport_attr->nwwn = rport->nwwn; in bfa_fcs_rport_get_attr()
|
H A D | bfa_defs_svc.h | 970 wwn_t nwwn; /* node wwn */ member 1020 wwn_t nwwn; member 1216 wwn_t nwwn; /* node wwn */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfi.h | 186 u64 nwwn; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfi.h | 186 u64 nwwn; member
|