Searched refs:is_probe (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | tx.c | 55 static u8 mt7601u_tx_pktid_enc(struct mt7601u_dev *dev, u8 rate, bool is_probe) in mt7601u_tx_pktid_enc() argument 57 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() local 182 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()
|
H A D | mac.h | 15 u8 is_probe:1; member
|
H A D | mac.c | 91 if (st->is_probe) in mt76_mac_fill_tx_status()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 888 bool is_debug, bool is_probe) in get_physical_address() 1127 rwx = is_sstack_idx ? (PTE_R | PTE_W) : (is_probe ? 0 : PTE_R); in get_physical_address() 887 get_physical_address(CPURISCVState * env,hwaddr * physical,int * ret_prot,vaddr addr,target_ulong * fault_pte_addr,int access_type,int mmu_idx,bool first_stage,bool two_stage,bool is_debug,bool is_probe) get_physical_address() argument
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 1023 u32 is_probe; member
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 4990 bool is_probe) in megasas_host_device_list_query() argument 5016 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() argument 5731 if (is_probe) { in megasas_setup_irqs_msix()
|