Home
last modified time | relevance | path

Searched refs:renew (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c101 static int wfx_tx_policy_get(struct wfx_vif *wvif, struct ieee80211_tx_rate *rates, bool *renew) in wfx_tx_policy_get() argument
118 *renew = false; in wfx_tx_policy_get()
121 *renew = true; in wfx_tx_policy_get()
/linux/include/linux/
H A Dnfs_xdr.h1273 unsigned char migration:1, renew:1; member
1279 unsigned char migration:1, renew:1; member
1307 unsigned char renew:1; member
1313 unsigned char renew:1; member
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c298 size_t count, bool *renew) in tx_policy_get() argument
314 *renew = false; in tx_policy_get()
317 *renew = true; in tx_policy_get()
/linux/fs/nfs/
H A Dnfs4xdr.c2867 if (args->renew) in nfs4_xdr_enc_fs_locations()
2916 if (args->renew) in nfs4_xdr_enc_fsid_present()
7150 if (res->renew) in nfs4_xdr_dec_fs_locations()
7214 if (res->renew) in nfs4_xdr_dec_fsid_present()
H A Dnfs4proc.c8256 .renew = 1, /* append RENEW */ in _nfs40_proc_get_locations()
8261 .renew = 1, in _nfs40_proc_get_locations()
8413 .renew = 1, /* append RENEW */ in _nfs40_proc_fsid_present()
8416 .renew = 1, in _nfs40_proc_fsid_present()
/linux/fs/nfsd/
H A Dnfs4state.c6412 clientid_t *clid = &u->renew; in nfsd4_renew()