Searched refs:fids (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
H A Dpowernow-k8.h99 /* fids (frequency identifiers) are arranged in 2 tables - lo and hi */
106 #define MIN_FREQ_RESOLUTION 200 /* fids jump by 2 matching freq jumps by 200 */
H A Dpowernow-k8.c81 * Each "low" fid has corresponding "high" fid, and you can get to "low" fids
82 * only from corresponding high fids. This returns "high" fid corresponding to
532 pr_err(FW_BUG "two low fids - %d : 0x%x\n", j, check_pst_table()
/linux-4.1.27/drivers/net/wireless/
H A Dairo.c1164 u32 fids[MAX_FIDS]; member in struct:airo_info
2055 if (bap_setup(ai, ai->fids[fid] & 0xffff, 4, BAP0) != SUCCESS) get_tx_error()
2105 u32 *fids = priv->fids; airo_end_xmit() local
2109 status = transmit_802_3_packet (priv, fids[fid], skb->data); airo_end_xmit()
2115 for (; i < MAX_FIDS / 2 && (priv->fids[i] & 0xffff0000); i++); airo_end_xmit()
2117 priv->fids[fid] &= 0xffff; airo_end_xmit()
2131 u32 *fids = priv->fids; airo_start_xmit() local
2139 for( i = 0; i < MAX_FIDS / 2 && (fids[i] & 0xffff0000); i++ ); airo_start_xmit()
2140 for( j = i + 1; j < MAX_FIDS / 2 && (fids[j] & 0xffff0000); j++ ); airo_start_xmit()
2153 fids[i] |= (len << 16); airo_start_xmit()
2172 u32 *fids = priv->fids; airo_end_xmit11() local
2176 status = transmit_802_11_packet (priv, fids[fid], skb->data); airo_end_xmit11()
2182 for (; i < MAX_FIDS && (priv->fids[i] & 0xffff0000); i++); airo_end_xmit11()
2184 priv->fids[fid] &= 0xffff; airo_end_xmit11()
2198 u32 *fids = priv->fids; airo_start_xmit11() local
2213 for( i = MAX_FIDS / 2; i < MAX_FIDS && (fids[i] & 0xffff0000); i++ ); airo_start_xmit11()
2214 for( j = i + 1; j < MAX_FIDS && (fids[j] & 0xffff0000); j++ ); airo_start_xmit11()
2227 fids[i] |= (len << 16); airo_start_xmit11()
2911 ai->fids[i] = transmit_allocate(ai,AIRO_DEF_MTU,i>=MAX_FIDS/2); _init_airo_card()
2975 ai->fids[i] = transmit_allocate (ai,AIRO_DEF_MTU,i>=MAX_FIDS/2); reset_airo_card()
3450 if ((ai->fids[i] & 0xffff) == fid) { airo_handle_tx()
3451 len = ai->fids[i] >> 16; airo_handle_tx()
3463 ai->fids[index] &= 0xffff; airo_handle_tx()
8176 ai->fids[i] = transmit_allocate flashrestart()
/linux-4.1.27/include/net/9p/
H A Dclient.h196 struct hlist_node dlist; /* list of all fids attached to a dentry */
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c82 * till we have full fids-on-OST implemented anonymous objects lu_object_put()
2069 * till we have fully-functional OST fids
2101 * till we have fully-functional OST fids
/linux-4.1.27/fs/coda/
H A Dupcall.c802 * The last allows Venus to replace local fids with global ones
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Ddt_object.h212 * names to fids).
695 /* data used to generate new fids */
H A Dobd.h1032 struct lu_fid op_fid3; /* 2 extra fids to find conflicting */
1139 /* Initialize/finalize fids infrastructure. */
H A Dlu_object.h78 * by their fids (hash table is used for index).
/linux-4.1.27/fs/9p/
H A Dvfs_inode.c403 eprintk(KERN_WARNING, "no free fids available\n");
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c636 CERROR("Can't finalize fids factory\n"); lmv_disconnect_mdc()
1080 /* build a request with fids for this MDS */ lmv_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
H A Dmdc_locks.c990 /* sever can return one of two fids: mdc_finish_intent_lock()
H A Dmdc_request.c1788 * So the client must cancel its layout locks on the 2 fids mdc_ioc_swap_layouts()
/linux-4.1.27/net/9p/
H A Dclient.c1177 p9_debug(P9_DEBUG_9P, ">>> TWALK fids %d,%d nwname %ud wname[0] %s\n", p9_client_walk()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h397 * clients sides, it needs to make sure all of fids under one
2604 /* TODO: lmv_stripe_md should contain mds capabilities for all slave fids */

Completed in 412 milliseconds