Home
last modified time | relevance | path

Searched refs:pstrStatistics (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h1128 s32 host_int_get_statistics(struct host_if_drv *hWFIDrv, struct rf_info *pstrStatistics);
Dhost_interface.c2126 s32 Handle_GetStatistics(struct host_if_drv *hif_drv, struct rf_info *pstrStatistics) in Handle_GetStatistics() argument
2134 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u8LinkSpeed; in Handle_GetStatistics()
2140 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->s8RSSI; in Handle_GetStatistics()
2146 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u32TxCount; in Handle_GetStatistics()
2152 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u32RxCount; in Handle_GetStatistics()
2158 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u32TxFailureCount; in Handle_GetStatistics()
3853 s32 host_int_get_statistics(struct host_if_drv *hif_drv, struct rf_info *pstrStatistics) in host_int_get_statistics() argument
3860 msg.body.data = (char *)pstrStatistics; in host_int_get_statistics()