Searched refs:fid (Results 51 - 75 of 267) sorted by last modified time

1234567891011

/linux-master/drivers/net/dsa/realtek/
H A Drealtek.h40 u8 fid; member in struct:rtl8366_vlan_mc
48 u8 fid; member in struct:rtl8366_vlan_4k
131 u32 untag, u32 fid);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal1.h327 int mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid,
329 int mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid,
331 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all);
332 int mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port,
366 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid);
H A Dchip.c1839 u16 fid)
1848 return mv88e6xxx_g1_atu_remove(chip, fid, port, false);
1938 set_bit(entry->fid, fid_bitmap);
1952 static int mv88e6xxx_atu_new(struct mv88e6xxx_chip *chip, u16 *fid) argument
1961 *fid = find_first_zero_bit(fid_bitmap, MV88E6XXX_N_FID);
1962 if (unlikely(*fid >= mv88e6xxx_num_databases(chip)))
1966 return mv88e6xxx_g1_atu_flush(chip, *fid, true);
2270 u16 fid; local
2281 fid = MV88E6XXX_FID_BRIDGED;
2291 fid
1838 mv88e6xxx_port_fast_age_fid(struct mv88e6xxx_chip *chip, int port, u16 fid) argument
2915 mv88e6xxx_port_db_dump_fid(struct mv88e6xxx_chip *chip, u16 fid, u16 vid, int port, dsa_fdb_dump_cb_t *cb, void *data) argument
2974 u16 fid; local
[all...]
H A Dchip.h189 u16 fid; member in struct:mv88e6xxx_vtu_entry
H A Dport.h393 int mv88e6xxx_port_get_fid(struct mv88e6xxx_chip *chip, int port, u16 *fid);
394 int mv88e6xxx_port_set_fid(struct mv88e6xxx_chip *chip, int port, u16 fid);
/linux-master/drivers/net/dsa/
H A Dmt7530.h247 #define FID_PST(fid, state) (((state) & 0x3) << ((fid) * 2))
248 #define FID_PST_MASK(fid) FID_PST(fid, 0x3)
H A Dlantiq_gswip.c273 u8 fid; member in struct:gswip_vlan
667 vlan_active.val[0] = port + 1 /* fid */;
917 int fid, u16 vid)
936 if (fid == -1)
937 fid = idx;
942 vlan_active.val[0] = fid;
953 priv->vlans[idx].fid = fid;
1044 int fid = -1; local
1051 if (fid !
915 gswip_vlan_active_create(struct gswip_priv *priv, struct net_device *bridge, int fid, u16 vid) argument
1371 int fid = -1; local
[all...]
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.h308 u8 fid:7; member in struct:alu_struct
H A Dksz9477.c784 alu->fid = (alu_table[2] >> ALU_V_FID_S) & ALU_V_FID_M;
832 ret = cb(alu.mac, alu.fid, alu.is_static, data);
H A Dksz8795.c444 u8 *fid, u8 *src_port, u16 *entries)
490 *fid = (data_hi & masks[DYNAMIC_MAC_TABLE_FID]) >>
553 alu->fid = (data_hi & masks[STATIC_MAC_TABLE_FID]) >>
582 data_hi |= (u32)alu->fid << shifts[STATIC_MAC_FID];
594 static void ksz8_from_vlan(struct ksz_device *dev, u32 vlan, u8 *fid, argument
603 *fid = vlan & masks[VLAN_TABLE_FID];
609 static void ksz8_to_vlan(struct ksz_device *dev, u8 fid, u8 member, u8 valid, argument
618 *vlan = fid;
1232 u8 src_port, fid; local
1237 ret = ksz8_r_dyn_mac_table(dev, i, mac, &fid,
443 ksz8_r_dyn_mac_table(struct ksz_device *dev, u16 addr, u8 *mac_addr, u8 *fid, u8 *src_port, u16 *entries) argument
1391 u8 fid, member, valid; local
1460 u8 fid, member, valid; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dacpi.c475 static bool acpi_ffh_smccc_owner_allowed(u32 fid) argument
477 int owner = ARM_SMCCC_OWNER_NUM(fid);
/linux-master/arch/s390/pci/
H A Dpci_sysfs.c30 zpci_attr(function_id, "0x%08x\n", fid);
162 ret = sclp_pci_report(report, zdev->fh, zdev->fid);
/linux-master/arch/s390/kernel/
H A Dipl.c368 return sprintf(page, "%08ux\n", ipl_block.nvme.fid);
457 DEFINE_IPL_ATTR_RO(ipl_nvme, fid, "0x%08llx\n",
458 (unsigned long long)ipl_block.nvme.fid);
982 DEFINE_IPL_ATTR_RW(reipl_nvme, fid, "0x%08llx\n", "%llx\n",
983 reipl_block_nvme->nvme.fid);
1667 DEFINE_IPL_ATTR_RW(dump_nvme, fid, "0x%08llx\n", "%llx\n",
1668 dump_block_nvme->nvme.fid);
2368 ipl_info.data.nvme.fid = ipl_block.nvme.fid;
/linux-master/drivers/nvme/host/
H A Dpci.c1899 c.features.fid = cpu_to_le32(NVME_FEAT_HOST_MEM_BUF);
H A Dnvme.h889 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid,
892 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid,
/linux-master/fs/smb/server/
H A Doplock.c25 * @id: fid of open file
46 opinfo->fid = id;
651 fp = ksmbd_lookup_global_fd(br_info->fid);
728 br_info->fid = opinfo->fid;
1765 * Find lease object(opinfo) for given lease key/fid from lease
H A Dvfs.c569 * @fid: file id of open file
574 int ksmbd_vfs_fsync(struct ksmbd_work *work, u64 fid, u64 p_id) argument
579 fp = ksmbd_lookup_fd_slow(work, fid, p_id);
581 pr_err("failed to get filp for fid %llu\n", fid);
/linux-master/drivers/power/supply/
H A Drt9455_charger.c165 #define GET_MASK(fid) (BIT(rt9455_reg_fields[fid].msb + 1) - \
166 BIT(rt9455_reg_fields[fid].lsb))
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c26 #include "fid.h"
58 v9fs_fid_iget_dotl(struct super_block *sb, struct p9_fid *fid, bool new) argument
65 inode = iget_locked(sb, QID2INO(&fid->qid));
76 inode = iget_locked(sb, QID2INO(&fid->qid));
86 st = p9_client_getattr_dotl(fid, P9_STATS_BASIC | P9_STATS_GEN);
92 retval = v9fs_init_inode(v9ses, inode, &fid->qid,
101 retval = v9fs_get_acl(inode, fid);
191 struct p9_fid *fid = NULL; local
219 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err);
223 /* clone a fid t
312 struct p9_fid *fid = NULL, *dfid = NULL; local
382 struct p9_fid *fid; local
476 struct p9_fid *fid = NULL; local
648 struct p9_fid *fid = NULL; local
720 struct p9_fid *fid; local
752 struct p9_fid *fid = NULL, *dfid = NULL; local
822 struct p9_fid *fid; local
842 v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode) argument
[all...]
H A Dvfs_super.c27 #include "fid.h"
113 struct p9_fid *fid; local
122 fid = v9fs_session_init(v9ses, dev_name, data);
123 if (IS_ERR(fid)) {
124 retval = PTR_ERR(fid);
142 inode = v9fs_get_inode_from_fid(v9ses, fid, sb, true);
154 retval = v9fs_get_acl(inode, fid);
157 v9fs_fid_add(root, &fid);
163 p9_fid_put(fid);
172 * in the below call. But we need to clunk fid, becaus
214 struct p9_fid *fid; local
[all...]
H A Dvfs_inode.c28 #include "fid.h"
368 v9fs_fid_iget(struct super_block *sb, struct p9_fid *fid, bool new) argument
377 inode = iget_locked(sb, QID2INO(&fid->qid));
388 inode = iget_locked(sb, QID2INO(&fid->qid));
398 st = p9_client_stat(fid);
405 retval = v9fs_init_inode(v9ses, inode, &fid->qid, umode, rdev);
485 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", retval);
539 struct p9_fid *dfid, *ofid = NULL, *fid = NULL; local
548 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err);
552 /* clone a fid t
616 struct p9_fid *fid; local
643 struct p9_fid *fid; local
678 struct p9_fid *dfid, *fid; local
735 struct p9_fid *fid; local
945 struct p9_fid *fid; local
993 struct p9_fid *fid = NULL; local
1139 struct p9_fid *fid; local
1189 struct p9_fid *fid; local
1301 v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode) argument
[all...]
H A Dv9fs.h182 extern struct inode *v9fs_fid_iget(struct super_block *sb, struct p9_fid *fid,
189 struct p9_fid *fid, bool new);
222 * @fid: fid to issue attribute request for
227 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, argument
231 return v9fs_fid_iget_dotl(sb, fid, new);
233 return v9fs_fid_iget(sb, fid, new);
/linux-master/fs/smb/client/
H A Dmisc.c501 if (pSMB->Fid != netfile->fid.netfid)
671 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, argument
674 memcpy(open->lease_key, fid->lease_key, SMB2_LEASE_KEY_SIZE);
677 fid->pending_open = open;
682 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, argument
686 cifs_add_pending_open_locked(fid, tlink, open);
701 if ((dclose->netfid == cfile->fid.netfid) &&
702 (dclose->persistent_fid == cfile->fid.persistent_fid) &&
703 (dclose->volatile_fid == cfile->fid.volatile_fid)) {
727 dclose->netfid = cfile->fid
[all...]
H A Dsmb2misc.c709 cfile->fid.persistent_fid ||
711 cfile->fid.volatile_fid)
765 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid,
766 cancelled->fid.volatile_fid);
792 cancelled->fid.persistent_fid = persistent_fid;
793 cancelled->fid.volatile_fid = volatile_fid;
822 cifs_server_dbg(FYI, "tid=0x%x: tcon is closing, skipping async close retry of fid %llu %llu\n",
/linux-master/fs/fuse/
H A Dinode.c1080 struct fid *fid, int fh_len, int fh_type)
1088 handle.nodeid = (u64) fid->raw[0] << 32;
1089 handle.nodeid |= (u64) fid->raw[1];
1090 handle.generation = fid->raw[2];
1095 struct fid *fid, int fh_len, int fh_type)
1102 parent.nodeid = (u64) fid->raw[3] << 32;
1103 parent.nodeid |= (u64) fid->raw[4];
1104 parent.generation = fid
1079 fuse_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
1094 fuse_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
[all...]

Completed in 310 milliseconds

1234567891011