Searched refs:TF_CIT_SETUP (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/target/ |
D | target_core_fabric_configfs.c | 36 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ macro 227 TF_CIT_SETUP(tpg_mappedlun, &target_fabric_mappedlun_item_ops, NULL, 253 TF_CIT_SETUP(tpg_mappedlun_stat, NULL, &target_fabric_mappedlun_stat_group_ops, 366 TF_CIT_SETUP(tpg_nacl_stat, NULL, NULL, NULL); 440 TF_CIT_SETUP(tpg_nacl, NULL, &target_fabric_nacl_group_ops, NULL); 506 TF_CIT_SETUP(tpg_np, NULL, &target_fabric_np_group_ops, NULL); 708 TF_CIT_SETUP(tpg_port, &target_fabric_port_item_ops, NULL, target_fabric_port_attrs); 733 TF_CIT_SETUP(tpg_port_stat, NULL, &target_fabric_port_stat_group_ops, NULL); 794 TF_CIT_SETUP(tpg_lun, NULL, &target_fabric_lun_group_ops, NULL); 976 TF_CIT_SETUP(tpg, &target_fabric_tpg_item_ops, &target_fabric_tpg_group_ops, [all …]
|