Home
last modified time | relevance | path

Searched refs:FID (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst42 [ FID record (Mandatory) ]
71 FID record
74 The FID record can be used to uniquely identify the inode that triggered
/linux/Documentation/arch/s390/
H A Dpci.rst55 The slot entries are set up using the function identifier (FID) of the PCI
61 In addition to using the FID as the name of the slot, the slot directory
75 The zPCI function identifier (FID) is a 32-bit hexadecimal value that
77 a virtual FID e.g. on KVM this identifier is unique across the machine even
134 Independent of this guarantee and unlike the function ID (FID) the UID may
/linux/Documentation/networking/devlink/
H A Dnetdevsim.rst98 identifier (FID) based on the ingress port and VLAN. This trap is used
99 to trap packets for which a FID could not be found
/linux/drivers/cpufreq/
H A Dpowernow-k7.h10 unsigned FID:5, // 4:0 member
H A Dpowernow-k7.c223 if (fidvidctl.bits.FID != fid) { in change_FID()
225 fidvidctl.bits.FID = fid; in change_FID()
/linux/drivers/net/dsa/
H A Dmt7530.h221 #define FID(x) (((x) & 0x7) << 1) macro
H A Dmt7530.c1911 val = IVL_MAC | VTAG_EN | PORT_MEM(new_members) | FID(FID_BRIDGED) | in mt7530_hw_vlan_add()
1988 val = IVL_MAC | EG_CON | PORT_MEM(MT7530_ALL_MEMBERS) | FID(FID_BRIDGED) | in mt7530_setup_vlan0()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1358 if (!MLXSW_CORE_RES_VALID(mlxsw_sp->core, FID)) in mlxsw_sp2_ptp_init()
H A Dspectrum.c184 u16 max_fid = MLXSW_CORE_RES_GET(mlxsw_core, FID); in mlxsw_sp_txhdr_info_data_init()