Home
last modified time | relevance | path

Searched refs:discov (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmcu.c2084 struct bss_inband_discovery_tlv *discov; in mt7996_mcu_beacon_inband_discov() local
2119 tlv = mt7996_mcu_add_uni_tlv(rskb, UNI_BSS_INFO_OFFLOAD, sizeof(*discov)); in mt7996_mcu_beacon_inband_discov()
2121 discov = (struct bss_inband_discovery_tlv *)tlv; in mt7996_mcu_beacon_inband_discov()
2122 discov->tx_mode = OFFLOAD_TX_MODE_SU; in mt7996_mcu_beacon_inband_discov()
2124 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY); in mt7996_mcu_beacon_inband_discov()
2125 discov->tx_interval = interval; in mt7996_mcu_beacon_inband_discov()
2126 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7996_mcu_beacon_inband_discov()
2127 discov->enable = true; in mt7996_mcu_beacon_inband_discov()
2128 discov->wcid = cpu_to_le16(MT7996_WTBL_RESERVED); in mt7996_mcu_beacon_inband_discov()
2130 buf = (u8 *)tlv + sizeof(*discov) - MAX_INBAND_FRAME_SIZE; in mt7996_mcu_beacon_inband_discov()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c1898 struct bss_info_inband_discovery *discov; in mt7915_mcu_beacon_inband_discov() local
1925 len = sizeof(*discov) + MT_TXD_SIZE + skb->len; in mt7915_mcu_beacon_inband_discov()
1936 discov = (struct bss_info_inband_discovery *)tlv; in mt7915_mcu_beacon_inband_discov()
1937 discov->tx_mode = OFFLOAD_TX_MODE_SU; in mt7915_mcu_beacon_inband_discov()
1939 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY); in mt7915_mcu_beacon_inband_discov()
1940 discov->tx_interval = interval; in mt7915_mcu_beacon_inband_discov()
1941 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7915_mcu_beacon_inband_discov()
1942 discov->enable = true; in mt7915_mcu_beacon_inband_discov()
1944 buf = (u8 *)tlv + sizeof(*discov); in mt7915_mcu_beacon_inband_discov()
/Linux-v6.6/net/bluetooth/
Dhci_event.c2478 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
2481 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
2485 if (time_after(jiffies, discov->name_resolve_timeout)) { in hci_resolve_next_name()
2505 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
2518 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
2521 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
2524 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
3021 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
3039 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
3042 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
[all …]
Dhci_core.c136 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
138 switch (discov->state) { in hci_discovery_active()