Searched refs:is_probe (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c55 static u8 mt7601u_tx_pktid_enc(struct mt7601u_dev *dev, u8 rate, bool is_probe) argument
57 u8 encoded = (rate + 1) + is_probe * 8;
60 * available but 16 are needed (8 MCS * 2 for encoding is_probe)
61 * - we need to cram together two rates. MCS0 and MCS7 with is_probe
64 if (is_probe && rate == 7)
79 stat->is_probe = true;
138 bool is_probe; local
182 is_probe = !!(info->flags & IEEE80211_TX_CTL_RATE_CTRL_PROBE);
183 pkt_id = mt7601u_tx_pktid_enc(dev, rate_ctl & 0x7, is_probe);
H A Dmac.h15 u8 is_probe:1; member in struct:mt76_tx_status
H A Dmac.c91 if (st->is_probe)
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1022 u32 is_probe; member in struct:htt_rc_tx_done_params
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c4989 * @is_probe: Driver probe check
4995 bool is_probe)
5021 dcmd->mbox.b[0] = is_probe ? 0 : 1;
5701 * @is_probe: Driver probe check
5708 megasas_setup_irqs_msix(struct megasas_instance *instance, u8 is_probe) argument
5736 if (is_probe) {
4994 megasas_host_device_list_query(struct megasas_instance *instance, bool is_probe) argument

Completed in 142 milliseconds