Searched refs:psetop (Results 1 – 5 of 5) sorted by relevance
631 struct setopmode_parm *psetop; in r8712_setopmode_cmd() local638 psetop = kmalloc(sizeof(*psetop), GFP_ATOMIC); in r8712_setopmode_cmd()639 if (psetop == NULL) { in r8712_setopmode_cmd()643 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in r8712_setopmode_cmd()644 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
637 struct setopmode_parm *psetop; in rtw_setopmode_cmd23a() local646 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd23a()648 if (!psetop) { in rtw_setopmode_cmd23a()654 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd23a()655 psetop->mode = ifmode; in rtw_setopmode_cmd23a()
5444 const struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl23a() local5446 switch (psetop->mode) { in setopmode_hdl23a()
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()
4980 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local4982 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()4985 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()4989 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()