Home
last modified time | relevance | path

Searched defs:wwn (Results 1 – 25 of 30) sorted by relevance

12

/linux-3.3/drivers/target/tcm_fc/
Dtfc_conf.c66 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn()
106 ssize_t ft_format_wwn(char *buf, size_t len, u64 wwn) in ft_format_wwn()
118 u64 *wwn = arg; in ft_wwn_show() local
129 u64 wwn; in ft_wwn_store() local
297 struct se_wwn *wwn, in ft_add_tpg()
430 static void ft_del_lport(struct se_wwn *wwn) in ft_del_lport()
/linux-3.3/drivers/target/
Dtarget_core_fabric_configfs.c979 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in target_fabric_tpg_release() local
1001 struct se_wwn *wwn = container_of(group, struct se_wwn, wwn_group); in target_fabric_make_tpg() local
1064 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_release_wwn() local
1102 struct se_wwn *wwn; in target_fabric_make_wwn() local
1133 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_drop_wwn() local
Dtarget_core_pscsi.c176 pscsi_set_inquiry_info(struct scsi_device *sdev, struct t10_wwn *wwn) in pscsi_set_inquiry_info()
195 pscsi_get_inquiry_vpd_serial(struct scsi_device *sdev, struct t10_wwn *wwn) in pscsi_get_inquiry_vpd_serial()
230 struct t10_wwn *wwn) in pscsi_get_inquiry_vpd_device_ident()
Dtarget_core_alua.c733 struct t10_wwn *wwn = &su_dev->t10_wwn; in core_alua_update_tpg_primary_metadata() local
997 char path[ALUA_METADATA_PATH_LEN], wwn[ALUA_SECONDARY_METADATA_WWN_LEN]; in core_alua_update_tpg_secondary_metadata() local
Dtarget_core_stat.c1163 struct t10_wwn *wwn; in target_stat_scsi_transport_show_attr_dev_name() local
Dtarget_core_transport.c1257 struct t10_wwn *wwn = &dev->se_sub_dev->t10_wwn; in scsi_dump_inquiry() local
Dtarget_core_pr.c2017 struct t10_wwn *wwn = &dev->se_sub_dev->t10_wwn; in __core_scsi3_write_aptpl_to_file() local
/linux-3.3/drivers/scsi/fcoe/
Dfcoe_transport.c115 void fcoe_wwn_to_str(u64 wwn, char *buf, int len) in fcoe_wwn_to_str()
177 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn()
Dfcoe_ctlr.c778 struct fip_wwn_desc *wwn; in fcoe_ctlr_parse_adv() local
1787 u64 wwn; in fcoe_wwn_from_mac() local
2078 struct fip_wwn_desc *wwn = NULL; in fcoe_ctlr_vn_parse() local
/linux-3.3/drivers/target/loopback/
Dtcm_loop.c1181 struct se_wwn *wwn, in tcm_loop_make_naa_tpg()
1228 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_loop_drop_naa_tpg() local
1328 struct se_wwn *wwn) in tcm_loop_drop_scsi_hba()
/linux-3.3/drivers/scsi/bfa/
Dbfa_cs.h328 wwn2str(char *wwn_str, u64 wwn) in wwn2str()
331 u64 wwn; in wwn2str() member
Dbfa_fcbuild.c1404 fc_gmal_req_build(struct fchs_s *fchs, void *pyld, u32 s_id, wwn_t wwn) in fc_gmal_req_build()
1424 fc_gfn_req_build(struct fchs_s *fchs, void *pyld, u32 s_id, wwn_t wwn) in fc_gfn_req_build()
Dbfad_drv.h180 wwn_t wwn[BFA_FCS_MAX_LPORTS]; member
Dbfi_ms.h79 wwn_t wwn[BFA_BOOT_BOOTLUN_MAX]; member
Dbfa_fcs_lport.c4847 bfa_fcs_lport_get_rport(struct bfa_fcs_lport_s *port, wwn_t wwn, int index, in bfa_fcs_lport_get_rport()
/linux-3.3/drivers/scsi/lpfc/
Dlpfc_vport.c179 lpfc_valid_wwn_format(struct lpfc_hba *phba, struct lpfc_name *wwn, in lpfc_valid_wwn_format()
Dlpfc_ct.c1055 uint8_t *wwn = vport->phba->wwpn; in lpfc_vport_symbolic_port_name() local
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c827 int ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in ixgbe_fcoe_get_wwn()
/linux-3.3/drivers/target/iscsi/
Discsi_target_configfs.c1194 struct se_wwn *wwn, in lio_target_tiqn_addtpg()
1324 struct se_wwn *wwn) in lio_target_call_coredeltiqn()
Discsi_target_stat.c727 struct se_wwn *wwn = acl->se_node_acl.se_tpg->se_tpg_wwn; in iscsi_stat_sess_show_attr_inst() local
/linux-3.3/net/8021q/
Dvlan_dev.c447 static int vlan_dev_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type) in vlan_dev_fcoe_get_wwn()
/linux-3.3/include/scsi/
Dscsi_transport_fc.h752 static inline u64 wwn_to_u64(u8 *wwn) in wwn_to_u64()
760 static inline void u64_to_wwn(u64 inm, u8 *wwn) in u64_to_wwn()
/linux-3.3/drivers/infiniband/ulp/srpt/
Dib_srpt.c3857 static struct se_portal_group *srpt_make_tpg(struct se_wwn *wwn, in srpt_make_tpg()
3913 static void srpt_drop_tport(struct se_wwn *wwn) in srpt_drop_tport()
/linux-3.3/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3389 int bnx2x_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type) in bnx2x_fcoe_get_wwn()
/linux-3.3/drivers/scsi/
Dscsi_transport_fc.c1782 u8 wwn[8]; in fc_parse_wwn() local

12