Home
last modified time | relevance | path

Searched refs:TX_CMD_FLG_SEQ_CTL_MSK (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c100 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
104 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
106 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
Dscan.c752 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_request_scan()
Dcommands.h1186 #define TX_CMD_FLG_SEQ_CTL_MSK cpu_to_le32(1 << 13) macro
Dmain.c239 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK | in iwlagn_send_beacon_cmd()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c421 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
427 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
437 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
439 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
2604 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il3945_request_scan()
D4965-mac.c944 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il4965_request_scan()
1510 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1516 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1529 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1531 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
3833 TX_CMD_FLG_SEQ_CTL_MSK | TX_CMD_FLG_TSF_MSK | in il4965_hw_get_beacon_cmd()
Dcommands.h1314 #define TX_CMD_FLG_SEQ_CTL_MSK cpu_to_le32(1 << 13) macro
D3945.c2450 (TX_CMD_FLG_SEQ_CTL_MSK | TX_CMD_FLG_TSF_MSK); in il3945_hw_get_beacon_cmd()