Searched refs:psetstakey_rsp (Results 1 – 3 of 3) sorted by relevance
563 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local571 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_KERNEL); in rtw_setstakey_cmd()573 if (!ph2c || !psetstakey_para || !psetstakey_rsp) { in rtw_setstakey_cmd()576 kfree(psetstakey_rsp); in rtw_setstakey_cmd()581 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_setstakey_cmd()608 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local628 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in rtw_clearstakey_cmd()629 if (!psetstakey_rsp) { in rtw_clearstakey_cmd()637 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_clearstakey_cmd()1267 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *)(pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local[all …]
517 struct set_stakey_rsp *psetstakey_rsp = NULL; in r8712_setstakey_cmd() local530 psetstakey_rsp = kmalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in r8712_setstakey_cmd()531 if (!psetstakey_rsp) { in r8712_setstakey_cmd()537 ph2c->rsp = (u8 *) psetstakey_rsp; in r8712_setstakey_cmd()733 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *) in r8712_setstaKey_cmdrsp_callback() local736 psetstakey_rsp->addr); in r8712_setstaKey_cmdrsp_callback()740 psta->aid = psta->mac_id = psetstakey_rsp->keyid; /*CAM_ID(CAM_ENTRY)*/ in r8712_setstaKey_cmdrsp_callback()
964 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local1001 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_setstakey_cmd()1002 if (psetstakey_rsp == NULL) { in rtw_setstakey_cmd()1010 ph2c->rsp = (u8 *) psetstakey_rsp; in rtw_setstakey_cmd()1026 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local1050 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_clearstakey_cmd()1051 if (psetstakey_rsp == NULL) { in rtw_clearstakey_cmd()1059 ph2c->rsp = (u8 *) psetstakey_rsp; in rtw_clearstakey_cmd()2114 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *) (pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local2115 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()