Searched refs:target (Results 51 - 75 of 1558) sorted by path

1234567891011>>

/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h97 } target[16]; member in struct:Symbios_nvram
141 } target[16]; member in struct:Tekram_nvram
184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
/linux-master/drivers/target/iscsi/cxgbit/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/target/iscsi
/linux-master/drivers/target/sbp/
H A Dsbp_target.h9 #include <target/target_core_base.h>
/linux-master/drivers/target/
H A Dtarget_core_alua.h5 #include <target/target_core_base.h>
59 * This can also be changed via configfs on a per target port group basis..
H A Dtarget_core_file.h5 #include <target/target_core_base.h>
H A Dtarget_core_hba.c23 #include <target/target_core_base.h>
24 #include <target/target_core_backend.h>
25 #include <target/target_core_fabric.h>
H A Dtarget_core_ua.h5 #include <target/target_core_base.h>
/linux-master/drivers/usb/gadget/function/
H A Dtcm.h10 #include <target/target_core_base.h>
11 #include <target/target_core_fabric.h>
35 /* SAS port target portal group tag for TCM */
/linux-master/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c4 * UAS protocol handling, target callbacks, configfs handling,
20 #include <target/target_core_base.h>
21 #include <target/target_core_fabric.h>
/linux-master/fs/orangefs/
H A Dupcall.h44 char target[ORANGEFS_NAME_MAX]; member in struct:orangefs_symlink_request_s
/linux-master/include/linux/
H A Dbtree-128.h77 static inline int btree_merge128(struct btree_head128 *target, argument
81 return btree_merge(&target->h, &victim->h, &btree_geo128, gfp);
H A Dbtree-type.h30 static inline int BTREE_FN(merge)(BTREE_TYPE_HEAD *target, argument
34 return btree_merge(&target->h, &victim->h, BTREE_TYPE_GEO, gfp);
H A Dmbus.h21 * The 4-bit MBUS target ID of the DRAM controller.
60 int mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target,
72 u8 *target, u8 *attr)
89 int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, u8 *attr);
90 int mvebu_mbus_add_window_remap_by_id(unsigned int target,
94 int mvebu_mbus_add_window_by_id(unsigned int target, unsigned int attribute,
102 static inline int mvebu_mbus_get_dram_win_info(phys_addr_t phyaddr, u8 *target, argument
71 mvebu_mbus_get_io_win_info(phys_addr_t phyaddr, u32 *size, u8 *target, u8 *attr) argument
/linux-master/include/trace/events/
H A Dcpuhp.h13 int target,
17 TP_ARGS(cpu, target, idx, fun),
21 __field( int, target )
28 __entry->target = target;
33 TP_printk("cpu: %04u target: %3d step: %3d (%ps)",
34 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
40 int target,
45 TP_ARGS(cpu, target, idx, fun, node),
49 __field( int, target )
[all...]
/linux-master/include/uapi/linux/
H A Dfsl_hypervisor.h114 * @target: the partition ID of the target partition, or -1 for this
128 * the 'source' paritition' to the 'target' partition.
135 * 'target' (but not both) must be -1. In other words, either
137 * source == local and target == remote
139 * source == remote and target == local
144 __u32 target; member in struct:fsl_hv_ioctl_memcpy
/linux-master/include/uapi/linux/netfilter_arp/
H A Darpt_mangle.h18 int target; member in struct:arpt_mangle
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_arpreply.h9 int target; member in struct:ebt_arpreply_info
H A Debt_mark_t.h5 /* The target member is reused for adding new actions, the
6 * value of the real target is -1 to -NUM_STANDARD_TARGETS.
8 * but let's play it safe) are kept to designate this target.
20 int target; member in struct:ebt_mark_t_info
H A Debt_nat.h11 int target; member in struct:ebt_nat_info
H A Debt_redirect.h7 int target; member in struct:ebt_redirect_info
/linux-master/net/bridge/netfilter/
H A Debt_arpreply.c59 return info->target;
67 if (BASE_CHAIN && info->target == EBT_RETURN)
72 if (ebt_invalid_target(info->target))
84 .target = ebt_arpreply_tg,
102 MODULE_DESCRIPTION("Ebtables: ARP reply target");
H A Debt_log.c207 .target = ebt_log_tg,
H A Debt_nflog.c55 .target = ebt_nflog_tg,
/linux-master/net/ipv4/netfilter/
H A Darpt_mangle.c10 MODULE_DESCRIPTION("arptables arp payload mangle target");
13 target(struct sk_buff *skb, const struct xt_action_param *par) function
55 return mangle->target;
66 if (mangle->target != NF_DROP && mangle->target != NF_ACCEPT &&
67 mangle->target != XT_CONTINUE)
75 .target = target,
H A Dipt_ECN.c115 .target = ecn_tg,

Completed in 256 milliseconds

1234567891011>>