Home
last modified time | relevance | path

Searched refs:send_config_pkt (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c340 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_SetChannel()
362 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_SetWfiDrvHandler()
387 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_SetOperationMode()
419 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_set_IPAddress()
444 result = send_config_pkt(GET_CFG, &wid, 1, in Handle_get_IPAddress()
487 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_SetMacAddress()
509 result = send_config_pkt(GET_CFG, &wid, 1, in Handle_GetMacAddress()
793 result = send_config_pkt(SET_CFG, strWIDList, u8WidCnt, in Handle_CfgParam()
912 result = send_config_pkt(SET_CFG, strWIDList, u32WidsCount, in Handle_Scan()
956 result = send_config_pkt(SET_CFG, &wid, 1, in Handle_ScanDone()
[all …]
Dcoreconfigurator.h130 s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv);
Dcoreconfigurator.c591 s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv) in send_config_pkt() function