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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dmain.c172 priv->dnld_sent = DNLD_RES_RECEIVED;
352 lbs_deb_thread("1: currenttxskb %p, dnld_sent %d\n",
353 priv->currenttxskb, priv->dnld_sent);
369 else if (priv->dnld_sent)
396 priv->currenttxskb, priv->dnld_sent);
401 lbs_deb_thread("3: currenttxskb %p, dnld_sent %d\n",
402 priv->currenttxskb, priv->dnld_sent);
414 lbs_deb_thread("4: currenttxskb %p, dnld_sent %d\n",
415 priv->currenttxskb, priv->dnld_sent);
470 !priv->dnld_sent
[all...]
H A Ddev.h105 u8 dnld_sent; member in struct:lbs_private
H A Dif_usb.c130 if (priv && priv->dnld_sent != DNLD_BOOTCMD_SENT)
800 priv->dnld_sent = DNLD_CMD_SENT;
803 priv->dnld_sent = DNLD_DATA_SENT;
904 while (priv->cur_cmd != NULL || priv->dnld_sent != DNLD_RES_RECEIVED) {
908 priv->dnld_sent == DNLD_RES_RECEIVED))) {
913 priv->dnld_sent = DNLD_BOOTCMD_SENT;
919 priv->dnld_sent = DNLD_RES_RECEIVED;
H A Dif_cs.c435 priv->dnld_sent = DNLD_RES_RECEIVED;
745 priv->dnld_sent = DNLD_DATA_SENT;
750 priv->dnld_sent = DNLD_CMD_SENT;
H A Dcmd.c1002 priv->dnld_sent = 0;
1427 priv->dnld_sent = DNLD_RES_RECEIVED;
1460 if (priv->dnld_sent) {
1462 lbs_deb_host("dnld_sent was set\n");
H A Dif_sdio.c777 priv->dnld_sent = DNLD_CMD_SENT;
780 priv->dnld_sent = DNLD_DATA_SENT;

Completed in 164 milliseconds