Searched refs:pstChangeIndication (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/bcm/
H A DCmHost.c1827 struct bcm_change_indication *pstChangeIndication = NULL; local
1959 pstChangeIndication = (struct bcm_change_indication *)pstAddIndication;
1962 *((struct bcm_change_indication *)&(Adapter->caDsxReqResp[LEADER_SIZE])) = *pstChangeIndication;
1970 pstChangeIndication = (struct bcm_change_indication *)pstAddIndication;
1972 *((struct bcm_change_indication *)&(Adapter->caDsxReqResp[LEADER_SIZE])) = *pstChangeIndication;
1976 pstChangeIndication = (struct bcm_change_indication *)pstAddIndication;
1977 uiSearchRuleIndex = SearchSfid(Adapter, ntohl(pstChangeIndication->sfActiveSet.u32SFID));
1982 Adapter->PackInfo[uiSearchRuleIndex].ucDirection = pstChangeIndication->u8Direction;
1983 if (pstChangeIndication->sfActiveSet.bValid == TRUE)
1986 if (pstChangeIndication
[all...]

Completed in 51 milliseconds