Searched refs:psetop (Results 1 – 5 of 5) sorted by relevance
641 struct setopmode_parm *psetop; in r8712_setopmode_cmd() local648 psetop = kmalloc(sizeof(*psetop), GFP_ATOMIC); in r8712_setopmode_cmd()649 if (psetop == NULL) { in r8712_setopmode_cmd()653 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in r8712_setopmode_cmd()654 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
570 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local581 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd()583 if (psetop == NULL) { in rtw_setopmode_cmd()589 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()590 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
4936 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local4938 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()4941 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()4945 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()
636 struct setopmode_parm *psetop; in rtw_setopmode_cmd23a() local645 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd23a()647 if (!psetop) { in rtw_setopmode_cmd23a()653 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd23a()654 psetop->mode = ifmode; in rtw_setopmode_cmd23a()
5454 const struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl23a() local5456 switch (psetop->mode) { in setopmode_hdl23a()