Searched refs:fid (Results 151 - 175 of 267) sorted by relevance

1234567891011

/linux-master/arch/s390/include/uapi/asm/
H A Dipl.h81 __u32 fid; member in struct:ipl_pb0_nvme
/linux-master/drivers/acpi/
H A Dprocessor_perflib.c277 u32 hi, lo, fid, did; local
293 fid = lo & 0x3f;
296 px->core_frequency = (100 * (fid + 0x10)) >> did;
298 px->core_frequency = (100 * (fid + 8)) >> did;
/linux-master/drivers/w1/slaves/
H A Dw1_ds2781.c149 .fid = W1_FAMILY_DS2781,
H A Dw1_ds2780.c152 .fid = W1_FAMILY_DS2780,
H A Dw1_ds2413.c153 .fid = W1_FAMILY_DS2413,
H A Dw1_ds2406.c148 .fid = W1_FAMILY_DS2406,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.h90 int mlxsw_afa_block_append_fid_set(struct mlxsw_afa_block *block, u16 fid,
/linux-master/include/linux/net/intel/
H A Di40e_client.h80 u8 fid; /* function id, PF id or VF id */ member in struct:i40e_info
/linux-master/drivers/usb/gadget/function/
H A Duvc.h129 unsigned int fid; member in struct:uvc_video
H A Duvc_video.c36 data[1] = UVC_STREAM_EOH | video->fid;
120 video->fid ^= UVC_STREAM_FID;
194 video->fid ^= UVC_STREAM_FID;
224 video->fid ^= UVC_STREAM_FID;
/linux-master/fs/afs/
H A Dsuper.c692 memset(&vnode->fid, 0, sizeof(vnode->fid));
722 _enter("%p{%llx:%llu}", inode, vnode->fid.vid, vnode->fid.vnode);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddbg-tlv.h83 * @fid: fifos ids array. Used to determine what fifos to collect
88 __le32 fid[2]; member in struct:iwl_fw_ini_region_fifos
/linux-master/fs/orangefs/
H A Dsuper.c327 struct fid *fid,
336 ORANGEFS_khandle_from(&(refn.khandle), fid->raw, 16);
337 refn.fs_id = (u32) fid->raw[4];
326 orangefs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/notify/
H A Dfdinfo.c49 ret = exportfs_encode_fid(inode, (struct fid *)f->f_handle, &size);
/linux-master/fs/smb/client/
H A Dcifsacl.c1422 struct cifs_fid fid; local
1438 .fid = &fid,
1443 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen);
1444 CIFSSMBClose(xid, tcon, fid.netfid);
1469 pntsd = get_cifs_acl_by_fid(cifs_sb, &open_file->fid, pacllen, info);
1484 struct cifs_fid fid; local
1505 .fid = &fid,
1514 rc = CIFSSMBSetCIFSACL(xid, tcon, fid
[all...]
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.h197 #define FILL_WR_RX_Q_ID(cid, qid, lcb, fid) \
203 FW_CRYPTO_LOOKASIDE_WR_FQIDX_V(fid))
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.c1031 int mv88e6xxx_port_get_fid(struct mv88e6xxx_chip *chip, int port, u16 *fid) argument
1042 *fid = (reg & 0xf000) >> 12;
1051 *fid |= (reg & upper_mask) << 4;
1057 int mv88e6xxx_port_set_fid(struct mv88e6xxx_chip *chip, int port, u16 fid) argument
1063 if (fid >= mv88e6xxx_num_databases(chip))
1072 reg |= (fid & 0x000f) << 12;
1086 reg |= (fid >> 4) & upper_mask;
1094 dev_dbg(chip->dev, "p%d: FID set to %u\n", port, fid);
/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/drivers/net/can/
H A Dbxcan.c212 unsigned int fid = BXCAN_FILTER_ID(cfg); local
213 u32 fmask = BIT(fid);
220 unsigned int fid = BXCAN_FILTER_ID(cfg); local
221 u32 fmask = BIT(fid);
251 regmap_write(priv->gcan, BXCAN_FiR1_REG(fid), 0);
252 regmap_write(priv->gcan, BXCAN_FiR2_REG(fid), 0);
/linux-master/fs/erofs/
H A Dsuper.c547 struct fid *fid, int fh_len, int fh_type)
549 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
554 struct fid *fid, int fh_len, int fh_type)
556 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
546 erofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
553 erofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c442 u32 fid; local
450 fid = 1;
452 fid = 0;
457 if (fid != vout->field_id) {
458 if (fid == 0)
459 vout->field_id = fid;
460 } else if (0 == fid) {
481 int ret, fid, mgr_id; local
519 fid = omapvid_handle_interlace_display(vout, irqstatus,
521 if (!fid)
[all...]
/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...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c350 static int brcms_c_ffpld_check_txfunfl(struct brcms_c_info *wlc, int fid) argument
359 struct brcms_fifo_info *fifo = (ampdu->fifo_tb + fid);
366 offsetof(struct macstat, txfunfl[fid]));
379 if (brcms_b_xmtfifo_sz_get(wlc->hw, fid, &xmtfifo_sz))
461 brcms_c_ffpld_calc_mcs2ampdu_table(ampdu, fid);
/linux-master/fs/coda/
H A Ddir.c60 struct CodaFid fid = { { 0, } }; local
62 &type, &fid);
63 inode = !error ? coda_cnode_make(&fid, sb) : ERR_PTR(error);
543 pr_warn("inode %ld, fid %s changed type!\n",
547 /* the following can happen when a local fid is replaced
/linux-master/drivers/nvme/target/
H A Dpassthru.c442 switch (le32_to_cpu(req->cmd->features.fid)) {
510 switch (le32_to_cpu(req->cmd->features.fid)) {
525 switch (le32_to_cpu(req->cmd->features.fid)) {

Completed in 507 milliseconds

1234567891011