Searched refs:set_tx (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 26 int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx);
|
H A D | rtw_mlme.h | 279 … adapter *adapter, struct security_priv *psecuritypriv, signed int keyid, u8 set_tx, bool enqueue);
|
H A D | rtw_cmd.h | 278 u8 set_tx; /* 1: main tx key for wep. 0: other key. */ member
|
H A D | ieee80211.h | 183 u8 set_tx; member
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 1305 u8 set_tx in rtw_ap_set_key() argument 1332 psetkeyparm->set_tx = set_tx; in rtw_ap_set_key() 1375 u8 set_tx in rtw_ap_set_wep_key() argument 1391 return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); in rtw_ap_set_wep_key()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 665 bool set_tx = false, set_rx = false; in e1000_set_ringparam() local 696 set_tx = (new_tx_count != adapter->tx_ring_count); in e1000_set_ringparam() 700 if (set_tx) { in e1000_set_ringparam() 721 if (set_tx) { in e1000_set_ringparam() 737 if (set_tx) { in e1000_set_ringparam() 749 if (err && set_tx) in e1000_set_ringparam()
|