Searched refs:psetstakey_rsp (Results 1 – 3 of 3) sorted by relevance
545 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local553 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_KERNEL); in rtw_setstakey_cmd()555 if (!ph2c || !psetstakey_para || !psetstakey_rsp) { in rtw_setstakey_cmd()558 kfree(psetstakey_rsp); in rtw_setstakey_cmd()563 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_setstakey_cmd()589 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local609 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in rtw_clearstakey_cmd()610 if (!psetstakey_rsp) { in rtw_clearstakey_cmd()618 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_clearstakey_cmd()1241 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *)(pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local[all …]
522 struct set_stakey_rsp *psetstakey_rsp = NULL; in r8712_setstakey_cmd() local535 psetstakey_rsp = kmalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in r8712_setstakey_cmd()536 if (!psetstakey_rsp) { in r8712_setstakey_cmd()542 ph2c->rsp = (u8 *) psetstakey_rsp; in r8712_setstakey_cmd()738 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *) in r8712_setstaKey_cmdrsp_callback() local741 psetstakey_rsp->addr); in r8712_setstaKey_cmdrsp_callback()745 psta->aid = psta->mac_id = psetstakey_rsp->keyid; /*CAM_ID(CAM_ENTRY)*/ in r8712_setstaKey_cmdrsp_callback()
976 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local1013 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_setstakey_cmd()1014 if (psetstakey_rsp == NULL) { in rtw_setstakey_cmd()1022 ph2c->rsp = (u8 *) psetstakey_rsp; in rtw_setstakey_cmd()1038 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local1062 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_clearstakey_cmd()1063 if (psetstakey_rsp == NULL) { in rtw_clearstakey_cmd()1071 ph2c->rsp = (u8 *) psetstakey_rsp; in rtw_clearstakey_cmd()2127 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *) (pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local2128 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()