Home
last modified time | relevance | path

Searched refs:discov (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c2099 struct bss_inband_discovery_tlv *discov; in mt7996_mcu_beacon_inband_discov() local
2141 len = sizeof(*discov) + MT_TXD_SIZE + skb->len; in mt7996_mcu_beacon_inband_discov()
2145 discov = (struct bss_inband_discovery_tlv *)tlv; in mt7996_mcu_beacon_inband_discov()
2146 discov->tx_mode = OFFLOAD_TX_MODE_SU; in mt7996_mcu_beacon_inband_discov()
2148 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY); in mt7996_mcu_beacon_inband_discov()
2149 discov->tx_interval = interval; in mt7996_mcu_beacon_inband_discov()
2150 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7996_mcu_beacon_inband_discov()
2151 discov->enable = true; in mt7996_mcu_beacon_inband_discov()
2152 discov->wcid = cpu_to_le16(MT7996_WTBL_RESERVED); in mt7996_mcu_beacon_inband_discov()
2154 buf = (u8 *)tlv + sizeof(*discov); in mt7996_mcu_beacon_inband_discov()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c2007 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
2010 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
2028 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
2041 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
2044 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
2047 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
2478 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
2496 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
2499 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
H A Dhci_core.c1067 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
1069 switch (discov->state) { in hci_discovery_active()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1898 struct bss_info_inband_discovery *discov; in mt7915_mcu_add_inband_discov() local
1938 len = sizeof(*discov) + MT_TXD_SIZE + skb->len; in mt7915_mcu_add_inband_discov()
1950 discov = (struct bss_info_inband_discovery *)sub_tlv; in mt7915_mcu_add_inband_discov()
1951 discov->tx_mode = OFFLOAD_TX_MODE_SU; in mt7915_mcu_add_inband_discov()
1953 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY); in mt7915_mcu_add_inband_discov()
1954 discov->tx_interval = interval; in mt7915_mcu_add_inband_discov()
1955 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len); in mt7915_mcu_add_inband_discov()
1956 discov->enable = true; in mt7915_mcu_add_inband_discov()
1958 buf = (u8 *)sub_tlv + sizeof(*discov); in mt7915_mcu_add_inband_discov()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c2492 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
2495 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
2499 if (time_after(jiffies, discov->name_resolve_timeout)) { in hci_resolve_next_name()
2519 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
2530 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
2533 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
2536 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
3033 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
3051 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
3054 if (list_empty(&discov in hci_inquiry_complete_evt()
[all...]
H A Dhci_core.c136 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
138 switch (discov->state) { in hci_discovery_active()

Completed in 37 milliseconds