| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 269 u32 nextlen = 0; in ctrlreq_in_data_phase() local 277 nextlen = ((len-rxlen) > maxpktsize) ? maxpktsize : (len-rxlen); in ctrlreq_in_data_phase() 298 if (rxedlength != nextlen) { in ctrlreq_in_data_phase() 302 rxlen += nextlen; in ctrlreq_in_data_phase() 315 u32 nextlen = 0; in ctrlreq_out_data_phase() local 322 nextlen = ((len-txlen) > maxpktsize) ? maxpktsize : (len-txlen); in ctrlreq_out_data_phase() 339 txlen += nextlen; in ctrlreq_out_data_phase() 863 u32 nextlen = 0; in submit_bulk_msg() local 913 nextlen = ((len-txlen) < dev->epmaxpacketout[ep]) ? in submit_bulk_msg() 917 write_fifo(MUSB_BULK_EP, nextlen, in submit_bulk_msg() [all …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deftree.c | 581 int nextlen = tree[0].Len; /* length of next code */ in scan_tree() local 586 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree() 590 curlen = nextlen; nextlen = tree[n+1].Len; in scan_tree() 591 if (++count < max_count && curlen == nextlen) { in scan_tree() 604 if (nextlen == 0) { in scan_tree() 606 } else if (curlen == nextlen) { in scan_tree() 627 int nextlen = tree[0].Len; /* length of next code */ in send_tree() local 633 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree() 636 curlen = nextlen; nextlen = tree[n+1].Len; in send_tree() 637 if (++count < max_count && curlen == nextlen) { in send_tree() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | trees.c | 719 int nextlen = tree[0].Len; /* length of next code */ local 724 if (nextlen == 0) max_count = 138, min_count = 3; 728 curlen = nextlen; nextlen = tree[n+1].Len; 729 if (++count < max_count && curlen == nextlen) { 742 if (nextlen == 0) { 744 } else if (curlen == nextlen) { 764 int nextlen = tree[0].Len; /* length of next code */ local 770 if (nextlen == 0) max_count = 138, min_count = 3; 773 curlen = nextlen; nextlen = tree[n+1].Len; 774 if (++count < max_count && curlen == nextlen) { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 308 uint16 nextlen; /* Next Read Len from last header */ member 699 bus->nextlen = 0; \ 4308 bus->nextlen = 0; in dhdsdio_doiovar() 5857 bus->nextlen = 0; in dhdsdio_rxfail() 6058 if (DHD_GLOM_ON() && bus->nextlen) { in dhdsdio_rxglom() 6059 if (totlen != bus->nextlen) { in dhdsdio_rxglom() 6061 "rxseq %d\n", __FUNCTION__, bus->nextlen, in dhdsdio_rxglom() 6077 bus->nextlen = 0; in dhdsdio_rxglom() 6159 bus->nextlen = dptr[SDPCM_FRAMETAG_LEN + SDPCM_NEXTLEN_OFFSET]; in dhdsdio_rxglom() 6160 if ((bus->nextlen << 4) > MAX_RX_DATASZ) { in dhdsdio_rxglom() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 323 uint16 nextlen; /* Next Read Len from last header */ member 713 bus->nextlen = 0; \ 4395 bus->nextlen = 0; in dhdsdio_doiovar() 5919 bus->nextlen = 0; in dhdsdio_rxfail() 6120 if (DHD_GLOM_ON() && bus->nextlen) { in dhdsdio_rxglom() 6121 if (totlen != bus->nextlen) { in dhdsdio_rxglom() 6123 "rxseq %d\n", __FUNCTION__, bus->nextlen, in dhdsdio_rxglom() 6139 bus->nextlen = 0; in dhdsdio_rxglom() 6221 bus->nextlen = dptr[SDPCM_FRAMETAG_LEN + SDPCM_NEXTLEN_OFFSET]; in dhdsdio_rxglom() 6222 if ((bus->nextlen << 4) > MAX_RX_DATASZ) { in dhdsdio_rxglom() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 308 uint16 nextlen; /* Next Read Len from last header */ member 695 bus->nextlen = 0; \ 4304 bus->nextlen = 0; in dhdsdio_doiovar() 5853 bus->nextlen = 0; in dhdsdio_rxfail() 6054 if (DHD_GLOM_ON() && bus->nextlen) { in dhdsdio_rxglom() 6055 if (totlen != bus->nextlen) { in dhdsdio_rxglom() 6057 "rxseq %d\n", __FUNCTION__, bus->nextlen, in dhdsdio_rxglom() 6073 bus->nextlen = 0; in dhdsdio_rxglom() 6155 bus->nextlen = dptr[SDPCM_FRAMETAG_LEN + SDPCM_NEXTLEN_OFFSET]; in dhdsdio_rxglom() 6156 if ((bus->nextlen << 4) > MAX_RX_DATASZ) { in dhdsdio_rxglom() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 321 uint16 nextlen; /* Next Read Len from last header */ member 768 bus->nextlen = 0; \ 4724 bus->nextlen = 0; in dhdsdio_doiovar() 6223 bus->nextlen = 0; in dhdsdio_rxfail() 6426 if (DHD_GLOM_ON() && bus->nextlen) { in dhdsdio_rxglom() 6427 if (totlen != bus->nextlen) { in dhdsdio_rxglom() 6429 "rxseq %d\n", __FUNCTION__, bus->nextlen, in dhdsdio_rxglom() 6445 bus->nextlen = 0; in dhdsdio_rxglom() 6527 bus->nextlen = dptr[SDPCM_FRAMETAG_LEN + SDPCM_NEXTLEN_OFFSET]; in dhdsdio_rxglom() 6528 if ((bus->nextlen << 4) > MAX_RX_DATASZ) { in dhdsdio_rxglom() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 320 uint16 nextlen; /* Next Read Len from last header */ member 767 bus->nextlen = 0; \ 4713 bus->nextlen = 0; in dhdsdio_doiovar() 6212 bus->nextlen = 0; in dhdsdio_rxfail() 6415 if (DHD_GLOM_ON() && bus->nextlen) { in dhdsdio_rxglom() 6416 if (totlen != bus->nextlen) { in dhdsdio_rxglom() 6418 "rxseq %d\n", __FUNCTION__, bus->nextlen, in dhdsdio_rxglom() 6434 bus->nextlen = 0; in dhdsdio_rxglom() 6516 bus->nextlen = dptr[SDPCM_FRAMETAG_LEN + SDPCM_NEXTLEN_OFFSET]; in dhdsdio_rxglom() 6517 if ((bus->nextlen << 4) > MAX_RX_DATASZ) { in dhdsdio_rxglom() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 300 uint16 nextlen; /* Next Read Len from last header */ member 4504 bus->nextlen = 0; in dhdsdio_doiovar() 5650 bus->nextlen = 0; in dhdsdio_rxfail() 5850 if (DHD_GLOM_ON() && bus->nextlen) { in dhdsdio_rxglom() 5851 if (totlen != bus->nextlen) { in dhdsdio_rxglom() 5853 "rxseq %d\n", __FUNCTION__, bus->nextlen, in dhdsdio_rxglom() 5869 bus->nextlen = 0; in dhdsdio_rxglom() 5952 bus->nextlen = dptr[SDPCM_FRAMETAG_LEN + SDPCM_NEXTLEN_OFFSET]; in dhdsdio_rxglom() 5953 if ((bus->nextlen << 4) > MAX_RX_DATASZ) { in dhdsdio_rxglom() 5955 __FUNCTION__, bus->nextlen, seq)); in dhdsdio_rxglom() [all …]
|