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

/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1902 struct bss_info_inband_discovery *discov; local
1941 len = sizeof(*discov) + MT_TXD_SIZE + skb->len;
1953 discov = (struct bss_info_inband_discovery *)sub_tlv;
1954 discov->tx_mode = OFFLOAD_TX_MODE_SU;
1956 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY);
1957 discov->tx_interval = interval;
1958 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len);
1959 discov->enable = !!interval;
1961 buf = (u8 *)sub_tlv + sizeof(*discov);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c2573 struct bss_inband_discovery_tlv *discov; local
2615 len = ALIGN(sizeof(*discov) + MT_TXD_SIZE + skb->len, 4);
2618 discov = (struct bss_inband_discovery_tlv *)tlv;
2619 discov->tx_mode = OFFLOAD_TX_MODE_SU;
2621 discov->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY);
2622 discov->tx_interval = interval;
2623 discov->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len);
2624 discov->enable = true;
2625 discov->wcid = cpu_to_le16(MT7996_WTBL_RESERVED);
2627 buf = (u8 *)tlv + sizeof(*discov);
[all...]
/linux-master/net/bluetooth/
H A Dhci_event.c2427 struct discovery_state *discov = &hdev->discovery; local
2430 if (list_empty(&discov->resolve))
2434 if (time_after(jiffies, discov->name_resolve_timeout)) {
2454 struct discovery_state *discov = &hdev->discovery; local
2465 if (discov->state == DISCOVERY_STOPPED)
2468 if (discov->state == DISCOVERY_STOPPING)
2471 if (discov->state != DISCOVERY_RESOLVING)
2968 struct discovery_state *discov = &hdev->discovery; local
2984 if (discov->state != DISCOVERY_FINDING)
2987 if (list_empty(&discov
[all...]
H A Dhci_core.c136 struct discovery_state *discov = &hdev->discovery; local
138 switch (discov->state) {

Completed in 242 milliseconds