Home
last modified time | relevance | path

Searched refs:next_af_subtype (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1465 (p2p->next_af_subtype == action)) {
1639 p2p->next_af_subtype = act_frm->subtype + 1;
1645 p2p->next_af_subtype = act_frm->subtype + 1;
1661 p2p->next_af_subtype = act_frm->subtype + 1;
1672 p2p->next_af_subtype = act_frm->subtype + 1;
1689 p2p->next_af_subtype = act_frm->subtype + 1;
1695 p2p->next_af_subtype = P2P_PAF_GON_REQ;
1759 p2p->next_af_subtype = P2P_PAF_SUBTYPE_INVALID;
1784 p2p->next_af_subtype = action + 1;
1829 if (p2p->next_af_subtype != P2P_PAF_SUBTYPE_INVALID) {
H A Dp2p.h131 u8 next_af_subtype; member