Lines Matching refs:cit
40 struct config_item_type *cit = &tf->tf_##_name##_cit; \
42 cit->ct_item_ops = _item_ops; \
43 cit->ct_group_ops = _group_ops; \
44 cit->ct_attrs = _attrs; \
45 cit->ct_owner = tf->tf_ops->module; \
52 struct config_item_type *cit = &tf->tf_##_name##_cit; \
55 cit->ct_item_ops = _item_ops; \
56 cit->ct_group_ops = _group_ops; \
57 cit->ct_attrs = attrs; \
58 cit->ct_owner = tf->tf_ops->module; \
886 struct config_item_type *cit = &tf->tf_tpg_base_cit; in target_fabric_setup_tpg_base_cit() local
915 cit->ct_item_ops = &target_fabric_tpg_base_item_ops; in target_fabric_setup_tpg_base_cit()
916 cit->ct_attrs = attrs; in target_fabric_setup_tpg_base_cit()
917 cit->ct_owner = tf->tf_ops->module; in target_fabric_setup_tpg_base_cit()