Searched refs:location (Results 101 - 125 of 284) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c567 rule_locs[j++] = priv->net_filters[i].fs.location;
676 /* If the filter location is busy (already claimed) and we are initializing
686 /* Initialize the loop index based on the desired location or from 0 */
/linux-master/drivers/block/
H A Dswim.c170 enum drive_location location; /* internal or external drive */ member in struct:floppy_state
309 enum drive_location location)
311 if (location == INTERNAL_DRIVE) {
314 } else if (location == EXTERNAL_DRIVE) {
447 swim_drive(base, fs->location);
504 swim_drive(base, fs->location);
625 swim_drive(base, fs->location);
748 static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) argument
753 fs->location = location;
308 swim_drive(struct swim __iomem *base, enum drive_location location) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dtraps.c155 __u16 __user *location; local
159 location = get_trap_ip(regs);
162 if (get_user(*((__u16 *) opcode), (__u16 __user *) location))
166 force_sig_fault(SIGTRAP, TRAP_BRKPT, location);
/linux-master/mm/kasan/
H A Dkasan.h244 struct kasan_source_location *location; member in struct:kasan_global
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c1226 aq_ptp->eth_type_filter.location =
1228 aq_ptp->udp_filter.location =
1259 aq_ptp->eth_type_filter.location);
1261 aq_ptp->udp_filter.location);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c750 ret = otx2_get_flow(pfvf, nfc, nfc->fs.location);
781 ret = otx2_remove_flow(pfvf, nfc->fs.location);
/linux-master/sound/pci/hda/
H A Dhda_generic.c1482 unsigned int location, hda_nid_t nid)
1489 if (location && get_defcfg_location(defcfg) != location)
1503 unsigned int location = get_defcfg_location(defcfg); local
1511 if (can_be_multiio_pin(codec, location,
1535 unsigned int location = get_defcfg_location(defcfg); local
1554 if (!can_be_multiio_pin(codec, location, nid))
1481 can_be_multiio_pin(struct hda_codec *codec, unsigned int location, hda_nid_t nid) argument
/linux-master/arch/riscv/kernel/
H A Dmodule.c27 void *location;
37 int (*reloc_handler)(struct module *me, void *location, Elf_Addr v);
38 int (*accumulate_handler)(struct module *me, void *location,
55 static int riscv_insn_rmw(void *location, u32 keep, u32 set)
57 __le16 *parcel = location;
68 static int riscv_insn_rvc_rmw(void *location, u16 keep, u16 set)
70 __le16 *parcel = location;
80 static int apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v)
87 *(u32 *)location = v;
91 static int apply_r_riscv_64_rela(struct module *me, void *location, Elf_Add
28 void *location; member in struct:relocation_head
56 riscv_insn_rmw(void *location, u32 keep, u32 set) argument
69 riscv_insn_rvc_rmw(void *location, u16 keep, u16 set) argument
81 apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v) argument
92 apply_r_riscv_64_rela(struct module *me, void *location, Elf_Addr v) argument
98 apply_r_riscv_branch_rela(struct module *me, void *location, Elf_Addr v) argument
110 apply_r_riscv_jal_rela(struct module *me, void *location, Elf_Addr v) argument
122 apply_r_riscv_rvc_branch_rela(struct module *me, void *location, Elf_Addr v) argument
136 apply_r_riscv_rvc_jump_rela(struct module *me, void *location, Elf_Addr v) argument
153 apply_r_riscv_pcrel_hi20_rela(struct module *me, void *location, Elf_Addr v) argument
168 apply_r_riscv_pcrel_lo12_i_rela(struct module *me, void *location, Elf_Addr v) argument
178 apply_r_riscv_pcrel_lo12_s_rela(struct module *me, void *location, Elf_Addr v) argument
191 apply_r_riscv_hi20_rela(struct module *me, void *location, Elf_Addr v) argument
204 apply_r_riscv_lo12_i_rela(struct module *me, void *location, Elf_Addr v) argument
214 apply_r_riscv_lo12_s_rela(struct module *me, void *location, Elf_Addr v) argument
226 apply_r_riscv_got_hi20_rela(struct module *me, void *location, Elf_Addr v) argument
244 apply_r_riscv_call_plt_rela(struct module *me, void *location, Elf_Addr v) argument
268 apply_r_riscv_call_rela(struct module *me, void *location, Elf_Addr v) argument
287 apply_r_riscv_relax_rela(struct module *me, void *location, Elf_Addr v) argument
293 apply_r_riscv_align_rela(struct module *me, void *location, Elf_Addr v) argument
302 apply_r_riscv_add8_rela(struct module *me, void *location, Elf_Addr v) argument
308 apply_r_riscv_add16_rela(struct module *me, void *location, Elf_Addr v) argument
315 apply_r_riscv_add32_rela(struct module *me, void *location, Elf_Addr v) argument
322 apply_r_riscv_add64_rela(struct module *me, void *location, Elf_Addr v) argument
329 apply_r_riscv_sub8_rela(struct module *me, void *location, Elf_Addr v) argument
335 apply_r_riscv_sub16_rela(struct module *me, void *location, Elf_Addr v) argument
342 apply_r_riscv_sub32_rela(struct module *me, void *location, Elf_Addr v) argument
349 apply_r_riscv_sub64_rela(struct module *me, void *location, Elf_Addr v) argument
356 dynamic_linking_not_supported(struct module *me, void *location, Elf_Addr v) argument
364 tls_not_supported(struct module *me, void *location, Elf_Addr v) argument
371 apply_r_riscv_sub6_rela(struct module *me, void *location, Elf_Addr v) argument
380 apply_r_riscv_set6_rela(struct module *me, void *location, Elf_Addr v) argument
389 apply_r_riscv_set8_rela(struct module *me, void *location, Elf_Addr v) argument
395 apply_r_riscv_set16_rela(struct module *me, void *location, Elf_Addr v) argument
402 apply_r_riscv_set32_rela(struct module *me, void *location, Elf_Addr v) argument
409 apply_r_riscv_32_pcrel_rela(struct module *me, void *location, Elf_Addr v) argument
416 apply_r_riscv_plt32_rela(struct module *me, void *location, Elf_Addr v) argument
436 apply_r_riscv_set_uleb128(struct module *me, void *location, Elf_Addr v) argument
442 apply_r_riscv_sub_uleb128(struct module *me, void *location, Elf_Addr v) argument
448 apply_6_bit_accumulation(struct module *me, void *location, long buffer) argument
463 apply_8_bit_accumulation(struct module *me, void *location, long buffer) argument
474 apply_16_bit_accumulation(struct module *me, void *location, long buffer) argument
485 apply_32_bit_accumulation(struct module *me, void *location, long buffer) argument
496 apply_64_bit_accumulation(struct module *me, void *location, long buffer) argument
502 apply_uleb128_accumulation(struct module *me, void *location, long buffer) argument
627 void *location; local
655 add_relocation_to_accumulate(struct module *me, int type, void *location, unsigned int hashtable_bits, Elf_Addr v, struct hlist_head *relocation_hashtable, struct list_head *used_buckets_list) argument
784 void *location; local
[all...]
/linux-master/usr/
H A Dgen_init_cpio.c323 static int cpio_mkfile(const char *name, const char *location, argument
340 file = open (location, O_RDONLY);
342 fprintf (stderr, "File %s could not be opened for reading\n", location);
348 fprintf(stderr, "File %s could not be stat()'ed\n", location);
358 location);
364 location);
371 location);
376 fprintf(stderr, "Failed to checksum file %s\n", location);
416 fprintf(stderr, "Can not read %s file\n", location);
461 char location[PATH_MA local
[all...]
/linux-master/include/linux/
H A Dedac.h50 /* Maximum size of the location string */
347 * be used when describing a memory stick location.
386 /* Memory location data */
387 unsigned int location[EDAC_MAX_LAYERS]; member in struct:dimm_info
413 * structure). The location of the rank is given by
473 * @location: location of the error
478 char location[LOCATION_SIZE]; member in struct:edac_raw_error_desc
/linux-master/drivers/misc/mei/
H A Dvsc-fw-loader.c200 u32 location; member in struct:vsc_img_frag
432 frag->location = le32_to_cpu(img->image_location[i]);
509 frag->location = le32_to_cpu(img->image_location[i]);
512 if (!frag->location) {
514 frag->location =
515 ALIGN(last_frag->location + last_frag->size, SZ_4K);
562 frag->location = VSC_SKU_CFG_LOCATION;
598 cmd->data.dl_start.img_loc = cpu_to_le32(frag->location);
646 cmd->data.dl_set.payload[index++] = cpu_to_le32(frag->location);
666 cmd->data.dl_start.img_loc = cpu_to_le32(frag->location);
[all...]
/linux-master/arch/mips/kernel/
H A Dvpe.c227 static int apply_r_mips_none(struct module *me, uint32_t *location, argument
233 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, argument
238 if (!(*location & 0xffff)) {
244 (int)(short)(*location & 0xffff) - gp_addr);
253 *location = (*location & 0xffff0000) | (rel & 0xffff);
258 static int apply_r_mips_pc16(struct module *me, uint32_t *location, argument
262 rel = (((unsigned int)v - (unsigned int)location));
272 *location = (*location
277 apply_r_mips_32(struct module *me, uint32_t *location, Elf32_Addr v) argument
285 apply_r_mips_26(struct module *me, uint32_t *location, Elf32_Addr v) argument
310 apply_r_mips_hi16(struct module *me, uint32_t *location, Elf32_Addr v) argument
332 apply_r_mips_lo16(struct module *me, uint32_t *location, Elf32_Addr v) argument
432 uint32_t *location; local
[all...]
/linux-master/scripts/
H A Dget_abi.pl1015 Changes the location of the ABI search. By default, it uses
/linux-master/net/ethtool/
H A Dcommon.c566 .fs.location = info->rule_locs[i],
/linux-master/include/uapi/linux/raid/
H A Dmd_p.h359 __le64 location; /* sector. For data, it's raid sector. For member in struct:r5l_payload_data_parity
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1270 const char *location; local
1288 location = of_get_property(of_node, "ibm,loc-code", NULL);
1289 location = location ? location : dev_name(hostdata->dev);
1290 strscpy(hostdata->caps.loc, location, sizeof(hostdata->caps.loc));
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c662 rule->location, &spec);
936 /* Check that user wants us to choose the location */
937 if (rule->location != RX_CLS_LOC_ANY)
1125 rule->location = rc;
1144 info->fs.location);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c809 rule->location, &spec);
1044 /* Check that user wants us to choose the location */
1045 if (rule->location != RX_CLS_LOC_ANY)
1226 rule->location = rc;
1244 info->fs.location);
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c662 rule->location, &spec);
935 /* Check that user wants us to choose the location */
936 if (rule->location != RX_CLS_LOC_ANY)
1124 rule->location = rc;
1143 info->fs.location);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1408 if (cmd->fs.location >= NFP_FS_MAX_ENTRY)
1412 if (entry->loc == cmd->fs.location)
1415 if (entry->loc > cmd->fs.location)
1591 entry->loc = fs->location;
1626 if (fs->location >= NFP_FS_MAX_ENTRY)
1687 /* Insert to list in ascending order of location. */
1689 if (entry->loc == fs->location) {
1706 if (entry->loc > fs->location)
1737 if (!nn->fs.count || cmd->fs.location >= NFP_FS_MAX_ENTRY)
1741 if (entry->loc == cmd->fs.location) {
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1353 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES)
1629 rule.priority = MLX4_DOMAIN_ETHTOOL | cmd->fs.location;
1655 loc_rule = &priv->ethtool_rules[cmd->fs.location];
1659 en_err(priv, "Fail to detach network rule at location %d. registration id = %llx\n",
1660 cmd->fs.location, loc_rule->id);
1670 en_err(priv, "Fail to attach network rule at location %d\n",
1671 cmd->fs.location);
1694 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES)
1697 rule = &priv->ethtool_rules[cmd->fs.location];
1705 en_err(priv, "Fail to detach network rule at location
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2826 * and save off the threshold and location values into mac.thermal_sensor_data
2846 data->sensor[0].location = 0x1;
2877 data->sensor[i].location = sensor_location;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c587 return enetc_set_fs_entry(si, &rfse, fs->location);
613 if (rxnfc->fs.location >= priv->si->num_fs_entries)
617 rxnfc->fs = priv->cls_rules[rxnfc->fs.location].fs;
648 if (rxnfc->fs.location >= priv->si->num_fs_entries)
658 priv->cls_rules[rxnfc->fs.location].fs = rxnfc->fs;
659 priv->cls_rules[rxnfc->fs.location].used = 1;
662 if (rxnfc->fs.location >= priv->si->num_fs_entries)
668 priv->cls_rules[rxnfc->fs.location].used = 0;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c418 n = htbl_fltr_search(enic, (u16)fsp->location);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1805 return cxgb4_ntuple_get_filter(dev, info, info->fs.location);
1836 if (cmd->fs.location >= adapter->ethtool_filters->nentries) {
1845 if (!test_bit(cmd->fs.location, filter_info->bmap))
1848 filter_id = filter_info->loc_array[cmd->fs.location];
1860 clear_bit(cmd->fs.location, filter_info->bmap);
1886 if (cmd->fs.location >= adapter->ethtool_filters->nentries) {
1893 if (test_bit(cmd->fs.location,
1908 ret = cxgb4_flow_rule_replace(netdev, flow->rule, cmd->fs.location,
1920 filter_info->loc_array[cmd->fs.location] = tid;
1921 set_bit(cmd->fs.location, filter_inf
[all...]

Completed in 436 milliseconds

1234567891011>>