Lines Matching refs:sd_act_frm
281 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_is_gas_action() local
286 sd_act_frm = (struct brcmf_p2psd_gas_pub_act_frame *)frame; in brcmf_p2p_is_gas_action()
290 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in brcmf_p2p_is_gas_action()
293 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_is_gas_action()
294 sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_is_gas_action()
295 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ || in brcmf_p2p_is_gas_action()
296 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in brcmf_p2p_is_gas_action()
318 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_print_actframe() local
392 sd_act_frm = (struct brcmf_p2psd_gas_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
393 switch (sd_act_frm->action) { in brcmf_p2p_print_actframe()
1362 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_notify_action_frame_rx() local
1404 sd_act_frm = (struct brcmf_p2psd_gas_pub_act_frame *)frame; in brcmf_p2p_notify_action_frame_rx()
1405 action = sd_act_frm->action; in brcmf_p2p_notify_action_frame_rx()