Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c733 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.c224 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK | in iwlagn_send_beacon_cmd()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c403 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
409 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
419 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()
2585 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il3945_request_scan()
D4965-mac.c929 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il4965_request_scan()
1495 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1501 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1514 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()
3814 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()