Searched refs:is_probe (Results 1 – 5 of 5) sorted by relevance
55 static u8 mt7601u_tx_pktid_enc(struct mt7601u_dev *dev, u8 rate, bool is_probe) in mt7601u_tx_pktid_enc() argument57 u8 encoded = (rate + 1) + is_probe * 8; in mt7601u_tx_pktid_enc()64 if (is_probe && rate == 7) in mt7601u_tx_pktid_enc()79 stat->is_probe = true; in mt7601u_tx_pktid_dec()138 bool is_probe; in mt7601u_push_txwi() local182 is_probe = !!(info->flags & IEEE80211_TX_CTL_RATE_CTRL_PROBE); in mt7601u_push_txwi()183 pkt_id = mt7601u_tx_pktid_enc(dev, rate_ctl & 0x7, is_probe); in mt7601u_push_txwi()
15 u8 is_probe:1; member
91 if (st->is_probe) in mt76_mac_fill_tx_status()
1022 u32 is_probe; member
4990 bool is_probe) in megasas_host_device_list_query() argument5016 dcmd->mbox.b[0] = is_probe ? 0 : 1; in megasas_host_device_list_query()5703 megasas_setup_irqs_msix(struct megasas_instance *instance, u8 is_probe) in megasas_setup_irqs_msix() argument5731 if (is_probe) { in megasas_setup_irqs_msix()