Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h77 enum i40e_switch_element_types parent_type; member
Di40e_virtchnl_pf.c945 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
/linux-4.1.27/include/scsi/
Dscsi_transport_iscsi.h457 extern char *iscsi_get_discovery_parent_name(int parent_type);
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c7828 int parent_type; in qla4xxx_sysfs_ddb_get_param() local
7998 parent_type = ISCSI_DISC_PARENT_ISNS; in qla4xxx_sysfs_ddb_get_param()
8000 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8002 parent_type = ISCSI_DISC_PARENT_SENDTGT; in qla4xxx_sysfs_ddb_get_param()
8004 parent_type = ISCSI_DISC_PARENT_UNKNOWN; in qla4xxx_sysfs_ddb_get_param()
8007 iscsi_get_discovery_parent_name(parent_type)); in qla4xxx_sysfs_ddb_get_param()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_iscsi.c3133 char *iscsi_get_discovery_parent_name(int parent_type) in iscsi_get_discovery_parent_name() argument
3139 if (iscsi_discovery_parent_names[i].value & parent_type) { in iscsi_get_discovery_parent_name()