Searched refs:port_stat_grps (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_stat.c | 545 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_inst() 567 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_dev() 587 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_indx() 606 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_role() 629 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_port_show_attr_busy_count() 688 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_tgt_port_show_attr_inst() 710 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_tgt_port_show_attr_dev() 730 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_tgt_port_show_attr_indx() 749 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_tgt_port_show_attr_name() 772 struct se_lun *lun = container_of(pgrps, struct se_lun, port_stat_grps); in target_stat_scsi_tgt_port_show_attr_port_index() [all …]
|
D | target_core_fabric_configfs.c | 918 config_group_init_type_name(&lun->port_stat_grps.stat_group, in target_fabric_make_lun() 920 lun_cg->default_groups[0] = &lun->port_stat_grps.stat_group; in target_fabric_make_lun() 923 port_stat_grp = &lun->port_stat_grps.stat_group; in target_fabric_make_lun() 946 port_stat_grp = &lun->port_stat_grps.stat_group; in target_fabric_drop_lun()
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 734 struct se_port_stat_grps port_stat_grps; member
|