Home
last modified time | relevance | path

Searched refs:bMoreData (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dwcmd.c807 pDevice->bMoreData = false; in vCommandTimer()
810 pDevice->bMoreData = true; in vCommandTimer()
830 pDevice->bMoreData = false; in vCommandTimer()
833 pDevice->bMoreData = true; in vCommandTimer()
Dwmgr.h304 bool bMoreData; member
Ddevice.h645 bool bMoreData; member
/linux-2.6.39/drivers/staging/vt6656/
Dwcmd.c818 pDevice->bMoreData = FALSE; in vRunCommand()
821 pDevice->bMoreData = TRUE; in vRunCommand()
843 pDevice->bMoreData = FALSE; in vRunCommand()
846 pDevice->bMoreData = TRUE; in vRunCommand()
Dwmgr.h306 BOOL bMoreData; member
Ddevice.h748 BOOL bMoreData; member
/linux-2.6.39/drivers/staging/ath6kl/include/
Dwmi_api.h74 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/
Dar6000_drv.c2968 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/
Dwmi.c498 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()