Searched refs:tf_ops (Results 1 – 4 of 4) sorted by relevance
64 struct configfs_attribute **attrs = tf->tf_ops.tfc_##_name##_attrs; \464 tf->tf_ops.fabric_drop_nodeacl(se_nacl); in target_fabric_nacl_base_release()504 if (!tf->tf_ops.fabric_make_nodeacl) { in target_fabric_make_nodeacl()509 se_nacl = tf->tf_ops.fabric_make_nodeacl(se_tpg, group, name); in target_fabric_make_nodeacl()578 tf->tf_ops.fabric_drop_np(se_tpg_np); in target_fabric_np_base_release()602 if (!tf->tf_ops.fabric_make_np) { in target_fabric_make_np()607 se_tpg_np = tf->tf_ops.fabric_make_np(se_tpg, group, name); in target_fabric_make_np()807 if (tf->tf_ops.fabric_post_link) { in target_fabric_port_link()813 tf->tf_ops.fabric_post_link(se_tpg, lun); in target_fabric_port_link()830 if (tf->tf_ops.fabric_pre_unlink) { in target_fabric_port_unlink()[all …]
3109 const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local3128 tf_ops = se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move()3468 tf_ops->get_fabric_name(), pr_reg_nacl->initiatorname, in core_scsi3_emulate_pro_register_and_move()
475 tf->tf_ops = *fo; in target_register_template()
45 struct target_core_fabric_ops tf_ops; member