Searched refs:fid (Results 101 - 125 of 267) sorted by relevance

1234567891011

/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dsbi.h124 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal1_vtu.c30 entry->fid = val & MV88E6352_G1_VTU_FID_MASK;
38 u16 val = entry->fid & MV88E6352_G1_VTU_FID_MASK;
311 entry->fid = val & 0x000f;
312 entry->fid |= (val & 0x0f00) >> 4;
313 entry->fid &= mv88e6xxx_num_databases(chip) - 1;
396 * 9:8, but in those cases bits 7:6 of entry->fid are
399 op |= entry->fid & 0x000f;
400 op |= (entry->fid & 0x00f0) << 4;
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);
/linux-master/fs/nfsd/
H A Dnfsfh.c157 struct fid *fid = NULL; local
199 fid = (struct fid *)(fh->fh_fsid + len);
249 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid,
415 struct fid *fid = (struct fid *) local
421 exportfs_encode_fh(dentry, fid, &maxsize, fh_flags);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c296 void qed_fid_pretend(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 fid) argument
310 if (!GET_FIELD(fid, PXP_CONCRETE_FID_VFVALID))
311 fid = GET_FIELD(fid, PXP_CONCRETE_FID_PFID);
314 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid);
356 struct qed_ptt *p_ptt, u8 port_id, u16 fid)
365 if (!GET_FIELD(fid, PXP_CONCRETE_FID_VFVALID))
366 fid
355 qed_port_fid_pretend(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u8 port_id, u16 fid) argument
[all...]
/linux-master/include/uapi/linux/
H A Dcoda.h193 #define coda_f2i(fid)\
194 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
665 * Occasionally, we don't cache the fid returned by CODA_LOOKUP.
666 * For instance, if the fid is inconsistent.
/linux-master/drivers/net/ethernet/micrel/
H A Dks8851_spi.c258 unsigned int fid = 0; local
264 fid = ks->fid++;
265 fid &= TXFR_TXFID_MASK;
268 fid |= TXFR_TXIC; /* irq on completion */
272 ks->txh.txw[1] = cpu_to_le16(fid);
/linux-master/drivers/net/dsa/microchip/
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/s390/include/asm/
H A Dpci_clp.h22 u32 fid; /* PCI function id */ member in struct:clp_fh_list_entry
120 u32 fid; /* pci function id */ member in struct:clp_rsp_query_pci
/linux-master/fs/ceph/
H A Dexport.c297 struct fid *fid,
301 struct ceph_nfs_fh *fh = (void *)fid->raw;
304 struct ceph_nfs_snapfh *sfh = (void *)fid->raw;
416 struct fid *fid,
420 struct ceph_nfs_confh *cfh = (void *)fid->raw;
424 struct ceph_nfs_snapfh *sfh = (void *)fid->raw;
296 ceph_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
415 ceph_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/drivers/pinctrl/
H A Dpinctrl-zynqmp.c499 static int zynqmp_pinctrl_get_function_groups(u32 fid, u32 index, u16 *groups) argument
506 qdata.arg1 = fid;
518 static int zynqmp_pinctrl_get_func_num_groups(u32 fid, unsigned int *ngroups) argument
525 qdata.arg1 = fid;
539 * @fid: Function ID.
557 static int zynqmp_pinctrl_prepare_func_groups(struct device *dev, u32 fid, argument
570 ret = zynqmp_pinctrl_get_function_groups(fid, index, resp);
602 static void zynqmp_pinctrl_get_function_name(u32 fid, char *name) argument
608 qdata.arg1 = fid;
/linux-master/fs/smb/server/
H A Doplock.h70 u64 fid; member in struct:oplock_info
95 int fid; member in struct:oplock_break_info
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_config.h229 * @fid: FDB index for this VID (there is 1-1 mapping b/w VID and FID)
233 u8 fid; member in struct:prueth_vlan_tbl
239 * @fid: fid to be associated with MAC
244 u8 fid; member in struct:prueth_fdb_slot
/linux-master/fs/coda/
H A Dinode.c187 struct CodaFid fid; local
225 /* get root fid from Venus: this needs the root inode */
226 error = venus_rootfid(sb, &fid);
232 pr_info("%s: rootfid is %s\n", __func__, coda_f2s(&fid));
235 root = coda_cnode_make(&fid, sb);
/linux-master/drivers/nvme/target/
H A Dtrace.c26 u8 fid = cdw10[0]; local
30 trace_seq_printf(p, "fid=0x%x, sel=0x%x, cdw11=0x%x", fid, sel, cdw11);
56 u8 fid = cdw10[0]; local
60 trace_seq_printf(p, "fid=0x%x, sv=0x%x, cdw11=0x%x", fid, sv, cdw11);
/linux-master/fs/afs/
H A Dvalidation.c360 _enter("{%llx:%llu}", vnode->fid.vid, vnode->fid.vnode);
391 vnode->fid.vid, vnode->fid.vnode, vnode->flags,
H A Dcmservice.c283 cb->fid.vid = ntohl(*bp++);
284 cb->fid.vnode = ntohl(*bp++);
285 cb->fid.unique = ntohl(*bp++);
653 cb->fid.vid = xdr_to_u64(bp->volume);
654 cb->fid.vnode = xdr_to_u64(bp->vnode.lo);
655 cb->fid.vnode_hi = ntohl(bp->vnode.hi);
656 cb->fid.unique = ntohl(bp->vnode.unique);
H A Dfile.c132 _enter("{%llx:%llu},", vnode->fid.vid, vnode->fid.vnode);
186 _enter("{%llx:%llu},", vnode->fid.vid, vnode->fid.vnode);
288 vnode->fid.vid,
289 vnode->fid.vnode,
290 vnode->fid.unique,
/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 Dfile.c533 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf)
595 .fid = fid,
610 /* TODO: Add support for calling posix query info but with passing in fid */
616 xid, fid);
619 server->ops->close(xid, tcon, fid);
654 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, argument
720 if (fid->pending_open->oplock != CIFS_OPLOCK_NO_CHANGE && oplock)
721 oplock = fid->pending_open->oplock;
722 list_del(&fid
531 cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) argument
862 struct cifs_fid fid = {}; local
959 struct cifs_fid fid = {}; local
[all...]
H A Dcifsproto.h194 struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, struct file *file,
214 const struct cifs_fid *fid);
277 extern void cifs_add_pending_open(struct cifs_fid *fid,
280 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
401 const FILE_BASIC_INFO *data, __u16 fid,
405 bool delete_file, __u16 fid,
428 u16 fid, u32 pid_of_opener);
481 __u16 fid, char **symlinkinfo,
484 struct cifs_tcon *tcon, __u16 fid);
573 __u16 fid, struc
[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/9p/
H A Dv9fs.c394 struct p9_fid *fid; local
459 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID,
461 if (IS_ERR(fid)) {
462 rc = PTR_ERR(fid);
468 fid->uid = v9ses->uid;
470 fid->uid = INVALID_UID;
484 return fid;
/linux-master/fs/befs/
H A Dlinuxvfs.c62 struct fid *fid, int fh_len, int fh_type);
64 struct fid *fid, int fh_len, int fh_type);
650 struct fid *fid, int fh_len, int fh_type)
652 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
660 struct fid *fid, int fh_len, int fh_type)
662 return generic_fh_to_parent(sb, fid, fh_le
649 befs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
659 befs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
[all...]
/linux-master/fs/affs/
H A Dnamei.c553 static struct dentry *affs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
556 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
560 static struct dentry *affs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
563 return generic_fh_to_parent(sb, fid, fh_len, fh_type,

Completed in 445 milliseconds

1234567891011