Searched refs:tx_cmd (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c500 struct dcmd_txcmd tx_cmd; local
512 tx_cmd.op = TXCMD_SET_TX_PWR_TRACKING;
513 tx_cmd.length = 4;
514 tx_cmd.value = priv->pwr_track >> 24;
515 rtl92e_send_cmd_pkt(dev, DESC_PACKET_TYPE_NORMAL, (u8 *)&tx_cmd,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h1778 struct iwl_tx_cmd *tx_cmd,
1780 void iwl_mvm_set_tx_cmd_rate(struct iwl_mvm *mvm, struct iwl_tx_cmd *tx_cmd,
1811 struct iwl_tx_cmd *tx_cmd)
1815 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
1816 memcpy(tx_cmd->key, keyconf->key, keyconf->keylen);
1810 iwl_mvm_set_tx_cmd_ccmp(struct ieee80211_tx_info *info, struct iwl_tx_cmd *tx_cmd) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h350 * @tx_cmd: tx command for active scan; for 2GHz and for 5GHz
376 struct iwl_scan_req_tx_cmd tx_cmd[2]; member in struct:iwl_scan_req_lmac
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h2505 struct il3945_tx_cmd tx_cmd; member in struct:il3945_scan_cmd
2513 * Size of probe request frame is specified by byte count in tx_cmd.
2549 struct il_tx_cmd tx_cmd; member in struct:il_scan_cmd
2557 * Size of probe request frame is specified by byte count in tx_cmd.
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c2920 u32 tx_cmd; local
2935 tx_cmd = mvneta_skb_tx_csum(skb);
2952 tx_cmd |= MVNETA_TXD_FLZ_DESC;
2953 tx_desc->command = tx_cmd;
2958 tx_cmd |= MVNETA_TXD_F_DESC;
2961 tx_desc->command = tx_cmd;
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3686 u32 tx_cmd = MVPP2_TXD_L4_CSUM_NOT | MVPP2_TXD_IP_CSUM_DISABLE | local
3738 mvpp2_txdesc_cmd_set(port, tx_desc, tx_cmd);
4376 u32 tx_cmd; local
4419 tx_cmd = mvpp2_skb_tx_csum(port, skb);
4423 tx_cmd |= MVPP2_TXD_F_DESC | MVPP2_TXD_L_DESC;
4424 mvpp2_txdesc_cmd_set(port, tx_desc, tx_cmd);
4428 tx_cmd |= MVPP2_TXD_F_DESC | MVPP2_TXD_PADDING_DISABLE;
4429 mvpp2_txdesc_cmd_set(port, tx_desc, tx_cmd);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.c207 struct tx_cmd txdesc;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h2315 struct iwl_tx_cmd tx_cmd; member in struct:iwl_scan_cmd
2323 * Size of probe request frame is specified by byte count in tx_cmd.

Completed in 401 milliseconds

12