Searched refs:renew (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/ |
A D | data_tx.c | 101 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-6.3-rc2/include/linux/ |
A D | nfs_xdr.h | 1240 unsigned char migration:1, renew:1; member 1246 unsigned char migration:1, renew:1; member 1274 unsigned char renew:1; member 1280 unsigned char renew:1; member
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
A D | txrx.c | 298 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-6.3-rc2/drivers/staging/rtl8192u/ieee80211/ |
A D | ieee80211_rx.c | 2251 short renew; in ieee80211_process_probe_response() local 2414 renew = !time_after(target->last_scanned + ieee->scan_age, jiffies); in ieee80211_process_probe_response() 2423 renew = 1; in ieee80211_process_probe_response() 2427 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in ieee80211_process_probe_response()
|
/linux-6.3-rc2/drivers/staging/rtl8192e/ |
A D | rtllib_rx.c | 2547 short renew; in rtllib_process_probe_response() local 2673 renew = !time_after(target->last_scanned + ieee->scan_age, in rtllib_process_probe_response() 2681 renew = 1; in rtllib_process_probe_response() 2683 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in rtllib_process_probe_response()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | xdr4.h | 662 clientid_t renew; member
|
A D | trace.h | 724 DEFINE_CLIENTID_EVENT(renew);
|
A D | nfs4xdr.c | 1321 clientid_t *clientid = &u->renew; in nfsd4_decode_renew()
|
A D | nfs4state.c | 5799 clientid_t *clid = &u->renew; in nfsd4_renew()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4xdr.c | 2831 if (args->renew) in nfs4_xdr_enc_fs_locations() 2880 if (args->renew) in nfs4_xdr_enc_fsid_present() 7084 if (res->renew) in nfs4_xdr_dec_fs_locations() 7148 if (res->renew) in nfs4_xdr_dec_fsid_present()
|
A D | nfs4proc.c | 8045 .renew = 1, /* append RENEW */ in _nfs40_proc_get_locations() 8050 .renew = 1, in _nfs40_proc_get_locations() 8202 .renew = 1, /* append RENEW */ in _nfs40_proc_fsid_present() 8205 .renew = 1, in _nfs40_proc_fsid_present()
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | cros_ec_commands.h | 5277 uint8_t renew; /* Force renewal */ member
|
Completed in 111 milliseconds