Searched refs:location (Results 1 - 25 of 284) sorted by last modified time

1234567891011>>

/linux-master/fs/nfsd/
H A Dnfs4xdr.c158 * The location of the decoded data item is stable,
2662 struct nfsd4_fs_location *location)
2666 status = nfsd4_encode_components_esc(xdr, ':', location->hosts,
2670 status = nfsd4_encode_components(xdr, '/', location->path);
2661 nfsd4_encode_fs_location4(struct xdr_stream *xdr, struct nfsd4_fs_location *location) argument
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c1628 /* record the location of the first descriptor for this packet */
3002 /* clear last DMA location and unmap remaining buffers */
3751 * @location: Rule location
3755 * Return: Pointer to NFC rule at @location. If not found, NULL.
3758 u32 location)
3763 if (rule->location == location)
3765 if (rule->location > location)
3757 igc_get_nfc_rule(struct igc_adapter *adapter, u32 location) argument
[all...]
H A Digc.h608 u32 location; member in struct:igc_nfc_rule
711 u32 location);
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c281 static int b44_mdio_read_mii(struct net_device *dev, int phy_id, int location) argument
285 int rc = __b44_readphy(bp, phy_id, location, &val);
291 static void b44_mdio_write_mii(struct net_device *dev, int phy_id, int location, argument
295 __b44_writephy(bp, phy_id, location, val);
298 static int b44_mdio_read_phylib(struct mii_bus *bus, int phy_id, int location) argument
302 int rc = __b44_readphy(bp, phy_id, location, &val);
308 static int b44_mdio_write_phylib(struct mii_bus *bus, int phy_id, int location, argument
312 return __b44_writephy(bp, phy_id, location, val);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2352 if (fs->location != RX_CLS_LOC_ANY)
2396 fs->location = 0;
2397 err = idr_alloc_u32(&chip->policies, policy, &fs->location, 0xffffffff,
2413 idr_remove(&chip->policies, fs->location);
2444 policy = idr_find(&chip->policies, fs->location);
2484 policy = idr_remove(&chip->policies, fs->location);
3132 * from the wrong location resulting in the switch booting
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c312 svm_range_set_default_attributes(int32_t *location, int32_t *prefetch_loc, argument
315 *location = KFD_IOCTL_SVM_LOCATION_UNDEFINED;
845 * debug output svm range start, end, prefetch location from svms
2583 /* svm_range_best_restore_location - decide the best fault restore location
2587 * This is only called when xnack is on, to decide the best location to restore
2588 * the range mapping after GPU vm fault. Caller uses the best location to do
2589 * migration if actual loc is not best location, then update GPU page table
2590 * mapping to the best location.
3293 * svm_range_best_prefetch_location - decide the best prefetch location
3297 * If range map to single GPU, the best prefetch location i
3663 uint32_t location = KFD_IOCTL_SVM_LOCATION_UNDEFINED; local
[all...]
/linux-master/fs/btrfs/
H A Dinode.c3771 struct btrfs_key location; local
3789 memcpy(&location, &BTRFS_I(inode)->location, sizeof(location));
3791 ret = btrfs_lookup_inode(NULL, root, path, &location, 0);
3895 btrfs_item_key_to_cpu(leaf, &location, path->slots[0]);
3896 if (location.objectid != btrfs_ino(BTRFS_I(inode)))
3900 if (location.type == BTRFS_INODE_REF_KEY) {
3905 } else if (location.type == BTRFS_INODE_EXTREF_KEY) {
4023 ret = btrfs_lookup_inode(trans, inode->root, path, &inode->location,
5392 btrfs_inode_by_name(struct btrfs_inode *dir, struct dentry *dentry, struct btrfs_key *location, u8 *type) argument
5445 fixup_tree_root_location(struct btrfs_fs_info *fs_info, struct btrfs_inode *dir, struct dentry *dentry, struct btrfs_key *location, struct btrfs_root **sub_root) argument
5711 struct btrfs_key location; local
5955 struct btrfs_key location; local
6249 struct btrfs_key *location; local
[all...]
H A Dioctl.c1921 struct btrfs_key upper_limit = BTRFS_I(inode)->location;
2143 BTRFS_I(inode)->location.objectid != BTRFS_FIRST_FREE_OBJECTID) {
H A Ddelayed-inode.c1501 dir_item->location = *disk_key;
1785 struct btrfs_key location; local
1812 btrfs_disk_key_to_cpu(&location, &di->location);
1815 location.objectid, d_type);
/linux-master/drivers/usb/core/
H A Dport.c165 return sprintf(buf, "0x%08x\n", port_dev->location);
167 static DEVICE_ATTR_RO(location);
490 if (left->location && left->location == right->location)
491 method = "location";
599 * has a port that matches the given port by location
621 peer->location == port_dev->location) {
631 * Find the peer port either via explicit platform firmware "location"
[all...]
H A Dhub.h91 * @location: opaque representation of platform connector location
110 usb_port_location_t location; member in struct:usb_port
H A Dusb-acpi.c147 * port_dev->location is non-zero when it has been set by the firmware.
171 port_dev->location = USB_ACPI_LOCATION_VALID |
/linux-master/lib/
H A Dubsan.c124 static bool was_reported(struct source_location *location) argument
126 return test_and_set_bit(REPORTED_BIT, &location->reported);
247 if (suppress_report(&data->location))
250 ubsan_prologue(&data->location, type_is_signed(type) ?
292 if (suppress_report(&data->location))
295 ubsan_prologue(&data->location, "negation-overflow");
312 if (suppress_report(&data->location))
315 ubsan_prologue(&data->location, "division-overflow");
331 if (suppress_report(data->location))
334 ubsan_prologue(data->location, "nul
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c179 ssize_t location; \
185 location = size - spill + diff_offs - 1; \
186 return round_down(location, granularity); \
199 location = size - to_copy + diff_offs - sizeof(_type); \
200 if (location < 0 || granularity == sizeof(_type)) \
201 return location; \
304 * location of last difference, and then copy.
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c650 dcbent->location != DCB_LOC_ON_CHIP)
1396 entry->location = !DCB_LOC_ON_CHIP; /* ie OFF CHIP */
1412 entry->location = (conn >> 20) & 0x3;
1541 entry->hasht = (entry->extdev << 8) | (entry->location << 4) |
1578 entry->location = (conn & 0x01e00000) >> 21;
1626 jent->location == ient->location &&
1817 entry->location == DCB_LOC_ON_CHIP)
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c1197 static void rtl_writephy(struct rtl8169_private *tp, int location, int val) argument
1202 r8168dp_2_mdio_write(tp, location, val);
1205 r8168g_mdio_write(tp, location, val);
1208 r8169_mdio_write(tp, location, val);
1213 static int rtl_readphy(struct rtl8169_private *tp, int location) argument
1218 return r8168dp_2_mdio_read(tp, location);
1220 return r8168g_mdio_read(tp, location);
1222 return r8169_mdio_read(tp, location);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c892 A7XX_SP_READ_SEL_LOCATION(block->location) |
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c588 f = fs->location;
1367 if (cmd->fs.location >= MAX_NUM_OF_FS_RULES &&
1368 cmd->fs.location != RX_CLS_LOC_ANY) {
1369 netdev_err(dev, "rxnfc: Invalid location (%d)\n",
1370 cmd->fs.location);
1451 if (cmd->fs.location == RX_CLS_LOC_ANY) {
1453 cmd->fs.location = loc_rule->fs.location;
1457 /* rule exists so return current location */
1463 cmd->fs.location
[all...]
/linux-master/scripts/
H A Dkernel-doc454 my $location = shift;
456 print STDERR "$location: warning: $msg";
/linux-master/scripts/mod/
H A Dmodpost.c1175 static Elf_Addr addend_386_rel(uint32_t *location, unsigned int r_type) argument
1179 return TO_NATIVE(*location);
1181 return TO_NATIVE(*location) + 4;
1312 static Elf_Addr addend_mips_rel(uint32_t *location, unsigned int r_type) argument
1316 inst = TO_NATIVE(*location);
/linux-master/scripts/kconfig/
H A Dmenu.c360 * and so isn't location-specific,
365 * is from some other location. It
701 struct menu *submenu[8], *menu, *location = NULL; local
721 if (location == NULL && menu_is_visible(menu))
722 location = menu;
724 if (head && location) {
726 jump->target = location;
736 if (jump && menu == location) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c587 static void populate_dml_timing_cfg_from_stream_state(struct dml_timing_cfg_st *out, unsigned int location, const struct dc_stream_state *in) argument
591 out->HActive[location] = in->timing.h_addressable + in->timing.h_border_left + in->timing.h_border_right;
592 out->VActive[location] = in->timing.v_addressable + in->timing.v_border_bottom + in->timing.v_border_top;
593 out->RefreshRate[location] = ((in->timing.pix_clk_100hz * 100) / in->timing.h_total) / in->timing.v_total;
594 out->VFrontPorch[location] = in->timing.v_front_porch;
595 out->PixelClock[location] = in->timing.pix_clk_100hz / 10000.00;
597 out->PixelClock[location] *= 2;
598 out->HTotal[location] = in->timing.h_total;
599 out->VTotal[location] = in->timing.v_total;
600 out->Interlace[location]
614 populate_dml_output_cfg_from_stream_state(struct dml_output_cfg_st *out, unsigned int location, const struct dc_stream_state *in, const struct pipe_ctx *pipe) argument
726 populate_dummy_dml_surface_cfg(struct dml_surface_cfg_st *out, unsigned int location, const struct dc_stream_state *in) argument
745 populate_dml_surface_cfg_from_plane_state(enum dml_project_id dml2_project, struct dml_surface_cfg_st *out, unsigned int location, const struct dc_plane_state *in) argument
821 populate_dummy_dml_plane_cfg(struct dml_plane_cfg_st *out, unsigned int location, const struct dc_stream_state *in) argument
875 populate_dml_plane_cfg_from_plane_state(struct dml_plane_cfg_st *out, unsigned int location, const struct dc_plane_state *in, struct dc_state *context) argument
948 int location = -1; local
989 int location = -1; local
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5107 static void hclge_fd_inc_rule_cnt(struct hclge_dev *hdev, u16 location) argument
5109 if (!test_bit(location, hdev->fd_bmap)) {
5110 set_bit(location, hdev->fd_bmap);
5115 static void hclge_fd_dec_rule_cnt(struct hclge_dev *hdev, u16 location) argument
5117 if (test_bit(location, hdev->fd_bmap)) {
5118 clear_bit(location, hdev->fd_bmap);
5140 * with the same location, no matter its state, because the
5144 * the old rule node with the same location.
5154 hclge_fd_dec_rule_cnt(hdev, old_rule->location);
5160 * because we delete rule by location, othe
5179 hclge_find_fd_rule(struct hlist_head *hlist, u16 location, struct hclge_fd_rule **parent) argument
5340 hclge_update_fd_list(struct hclge_dev *hdev, enum HCLGE_FD_NODE_STATE state, u16 location, struct hclge_fd_rule *new_rule) argument
6564 u16 location; local
6811 hclge_get_fd_rule(struct hclge_dev *hdev, u16 location) argument
[all...]
/linux-master/drivers/video/console/
H A Dmdacon.c149 static inline void mda_set_cursor(unsigned int location) argument
151 if (mda_cursor_loc == location)
154 write_mda_w(location >> 1, 0x0e);
156 mda_cursor_loc = location;
248 * memory location, so now we do an I/O port test.
313 write_mda_w(0x0000, 0x0e); /* cursor location */
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2914 (fsp->location > 1))
2917 mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst);
2918 hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location;
2922 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]);
2936 if (fsp->location > 1)
2939 mac->hwlro_ip[fsp->location] = 0;
2940 hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location;
2972 if (fsp->location >= ARRAY_SIZE(mac->hwlro_ip))
2977 fsp->h_u.tcp_ip4_spec.ip4dst = ntohl(mac->hwlro_ip[fsp->location]);

Completed in 392 milliseconds

1234567891011>>