Searched refs:bMoreData (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/staging/vt6655/ |
D | wcmd.c | 807 pDevice->bMoreData = false; in vCommandTimer() 810 pDevice->bMoreData = true; in vCommandTimer() 830 pDevice->bMoreData = false; in vCommandTimer() 833 pDevice->bMoreData = true; in vCommandTimer()
|
D | wmgr.h | 304 bool bMoreData; member
|
D | device.h | 645 bool bMoreData; member
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | wcmd.c | 818 pDevice->bMoreData = FALSE; in vRunCommand() 821 pDevice->bMoreData = TRUE; in vRunCommand() 843 pDevice->bMoreData = FALSE; in vRunCommand() 846 pDevice->bMoreData = TRUE; in vRunCommand()
|
D | wmgr.h | 306 BOOL bMoreData; member
|
D | device.h | 748 BOOL bMoreData; member
|
/linux-2.6.39/drivers/staging/ath6kl/include/ |
D | wmi_api.h | 74 int wmi_data_hdr_add(struct wmi_t *wmip, void *osbuf, u8 msgType, bool bMoreData, WMI_DATA_HDR_DATA…
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ar6000_drv.c | 2968 bool checkAdHocPsMapping = false,bMoreData = false; in ar6000_data_tx() local 3051 bMoreData = true; in ar6000_data_tx() 3083 bMoreData = true; in ar6000_data_tx() 3144 if (wmi_data_hdr_add(ar->arWmi, skb, DATA_MSGTYPE, bMoreData, dot11Hdr, in ar6000_data_tx() 3154 … if (wmi_data_hdr_add(ar->arWmi, skb, DATA_MSGTYPE, bMoreData, dot11Hdr,0,NULL) != 0) { in ar6000_data_tx()
|
/linux-2.6.39/drivers/staging/ath6kl/wmi/ |
D | wmi.c | 498 wmi_data_hdr_add(struct wmi_t *wmip, void *osbuf, u8 msgType, bool bMoreData, in wmi_data_hdr_add() argument 523 if (bMoreData) { in wmi_data_hdr_add()
|