Home
last modified time | relevance | path

Searched full:fids (Results 1 – 12 of 12) sorted by relevance

/linux/include/net/9p/
H A Dclient.h95 * @lock: protect @fids and @reqs
101 * @fids: All active FID handles
129 struct idr fids; member
255 struct hlist_node dlist; /* list of all fids attached to a dentry */
346 * - fids used for any length of time should always be referenced through
/linux/drivers/cpufreq/
H A Dpowernow-k8.h97 /* fids (frequency identifiers) are arranged in 2 tables - lo and hi */
104 #define MIN_FREQ_RESOLUTION 200 /* fids jump by 2 matching freq jumps by 200 */
150 * to tell the OS's power management driver which VIDs and FIDs are
H A Dpowernow-k8.c71 * Each "low" fid has corresponding "high" fid, and you can get to "low" fids
72 * only from corresponding high fids. This returns "high" fid corresponding to
520 pr_err(FW_BUG "two low fids - %d : 0x%x\n", j, in check_pst_table()
/linux/fs/9p/
H A Dfid.c55 * @want_writeable: only consider fids which are writeable
/linux/net/9p/
H A Dclient.c744 ret = idr_alloc_u32(&clnt->fids, fid, &fid->fid, P9_NOFID - 1, in p9_fid_create()
766 idr_remove(&clnt->fids, fid->fid); in p9_fid_destroy()
874 idr_init(&clnt->fids); in p9_client_create()
958 idr_for_each_entry(&clnt->fids, fid, id) { in p9_client_destroy()
1055 p9_debug(P9_DEBUG_9P, ">>> TWALK fids %d,%d nwname %ud wname[0] %s\n", in p9_client_walk()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c1842 /* There are 4K-2 802.1Q FIDs */
1847 /* There are 1K 802.1D FIDs */
2251 /* Track number of FIDs configured on the port with mapping type in mlxsw_sp_port_fids_init()
H A Dspectrum.c1625 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize FIDs\n", in mlxsw_sp_port_create()
3025 /* Initialize before FIDs so that the LAG table is at the start of PGT in mlxsw_sp_init()
3036 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize FIDs\n"); in mlxsw_sp_init()
H A Dcmd.h815 * Note: This flooding tables cover special FIDs only (vFIDs), starting at
H A Dspectrum_switchdev.c417 * have the given port-vlans join the corresponding FIDs. But the LAG in mlxsw_sp_bridge_port_replay_switchdev_objs()
/linux/fs/coda/
H A Dupcall.c850 * The last allows Venus to replace local fids with global ones
/linux/drivers/tty/serial/
H A Dicom.c502 /* FIDs */ in get_port_memory()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c825 * XXX what is the right thing to do for FIDs? in fc_lport_recv_flogi_req()