Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c83 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
87 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
89 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
Dscan.c735 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_request_scan()
Dcommands.h1181 #define TX_CMD_FLG_SEQ_CTL_MSK cpu_to_le32(1 << 13) macro
Dmain.c225 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK | in iwlagn_send_beacon_cmd()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c405 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
411 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
421 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
423 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
2588 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il3945_request_scan()
D4965-mac.c928 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il4965_request_scan()
1494 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1500 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1513 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1515 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
3817 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.c2435 (TX_CMD_FLG_SEQ_CTL_MSK | TX_CMD_FLG_TSF_MSK); in il3945_hw_get_beacon_cmd()