Searched refs:dcnt (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ds3cmci.h70 unsigned int ccnt, dcnt; member in struct:s3cmci_host
H A Ds3cmci.c121 host->dcnt, cmd->data->blksz,
391 "pio_read(): fifo:[%02i] buffer:[%03i] dcnt:[%08X]\n",
741 "csta:0x%08x dsta:0x%08x fsta:0x%08x dcnt:0x%08x status:%s.\n",
785 "fsta=0x%08x dcnt:0x%08x result:0x%08x toGo:%u\n",
1143 host->dcnt++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dipc.c602 unsigned int pcnt,poff,dcnt,doff,pdisp,ddisp; local
634 dcnt = SVAL(inbuf, smb_sdscnt);
639 state->received_data += dcnt;
662 if (dcnt) {
663 if (ddisp+dcnt > state->total_data)
665 if ((ddisp+dcnt < ddisp) || (ddisp+dcnt < dcnt))
669 if ((smb_base(inbuf) + doff + dcnt > inbuf + size) ||
670 (smb_base(inbuf) + doff + dcnt < smb_bas
[all...]
H A Dnttrans.c3186 unsigned int pcnt,poff,dcnt,doff,pdisp,ddisp; local
3218 dcnt = IVAL(inbuf, smb_nts_DataCount);
3223 state->received_data += dcnt;
3246 if (dcnt) {
3247 if (ddisp+dcnt > state->total_data)
3249 if ((ddisp+dcnt < ddisp) || (ddisp+dcnt < dcnt))
3253 if ((smb_base(inbuf) + doff + dcnt > inbuf + size) ||
3254 (smb_base(inbuf) + doff + dcnt < smb_bas
[all...]
H A Dtrans2.c6775 unsigned int pcnt,poff,dcnt,doff,pdisp,ddisp; local
6806 dcnt = SVAL(inbuf, smb_sdscnt);
6811 state->received_data += dcnt;
6834 if (dcnt) {
6835 if (ddisp+dcnt > state->total_data)
6837 if ((ddisp+dcnt < ddisp) || (ddisp+dcnt < dcnt))
6841 if ((smb_base(inbuf) + doff + dcnt > inbuf + size) ||
6842 (smb_base(inbuf) + doff + dcnt < smb_bas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-smb.c93 trans2_findfirst(const u_char *param, const u_char *data, int pcnt, int dcnt) argument
103 if (dcnt) {
105 print_data(data, dcnt);
110 trans2_qfsinfo(const u_char *param, const u_char *data, int pcnt, int dcnt) argument
135 smb_fdata(data, fmt, data + dcnt, unicodestr);
137 if (dcnt) {
139 print_data(data, dcnt);
180 int pcnt, dcnt; local
187 dcnt = EXTRACT_LE_16BITS(w + 11 * 2);
199 dcnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c3385 u32 dcnt, u32 *data)
3394 pbc = 7 + dcnt + 1; /* 7 dword header, dword data, icrc */
3405 qib_pio_copy(piobuf + 9, data, dcnt);
3423 u32 dw, i, hcnt, dcnt, *data; local
3436 dcnt = ARRAY_SIZE(madpayload_start);
3444 for (i = 0; i < dcnt; i++) {
3455 autoneg_7220_sendpkt(ppd, hdr, dcnt, data);
3458 autoneg_7220_sendpkt(ppd, hdr, dcnt, data);
3384 autoneg_7220_sendpkt(struct qib_pportdata *ppd, u32 *hdr, u32 dcnt, u32 *data) argument
H A Dqib_iba7322.c4791 u32 dcnt, u32 *data)
4800 len = 7 + dcnt + 1; /* 7 dword header, dword data, icrc */
4813 qib_pio_copy(piobuf + 9, data, dcnt);
4833 u32 dw, i, hcnt, dcnt, *data; local
4846 dcnt = ARRAY_SIZE(madpayload_start);
4854 for (i = 0; i < dcnt; i++) {
4865 autoneg_7322_sendpkt(ppd, hdr, dcnt, data);
4868 autoneg_7322_sendpkt(ppd, hdr, dcnt, data);
4790 autoneg_7322_sendpkt(struct qib_pportdata *ppd, u32 *hdr, u32 dcnt, u32 *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/bridges/
H A Dvme_tsi148.h67 u32 dcnt; /* Byte count */ member in struct:tsi148_dma_descriptor
H A Dvme_tsi148.c1710 entry->descriptor.dcnt = (u32)count;

Completed in 113 milliseconds