Home
last modified time | relevance | path

Searched refs:eoc (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c246 unsigned char **eoc, in asn1_header_decode() argument
265 *eoc = ctx->pointer + len; in asn1_header_decode()
267 *eoc = NULL; in asn1_header_decode()
271 static unsigned char asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_eoc_decode() argument
275 if (eoc == NULL) { in asn1_eoc_decode()
293 if (ctx->pointer != eoc) { in asn1_eoc_decode()
301 static unsigned char asn1_null_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_null_decode() argument
303 ctx->pointer = eoc; in asn1_null_decode()
308 unsigned char *eoc, in asn1_long_decode() argument
320 while (ctx->pointer < eoc) { in asn1_long_decode()
[all …]
/linux-2.6.39/fs/cifs/
Dasn1.c224 unsigned char **eoc, in asn1_header_decode() argument
241 *eoc = ctx->pointer + len; in asn1_header_decode()
243 *eoc = NULL; in asn1_header_decode()
248 asn1_eoc_decode(struct asn1_ctx *ctx, unsigned char *eoc) in asn1_eoc_decode() argument
252 if (eoc == NULL) { in asn1_eoc_decode()
270 if (ctx->pointer != eoc) { in asn1_eoc_decode()
419 unsigned char *eoc, unsigned long **oid, unsigned int *len) in asn1_oid_decode() argument
425 size = eoc - ctx->pointer + 1; in asn1_oid_decode()
457 while (ctx->pointer < eoc) { in asn1_oid_decode()
/linux-2.6.39/drivers/staging/comedi/drivers/
Dii_pci20kc.c445 unsigned char eoc; /* end of conversion */ in pci20341_insn_read() local
471 eoc = readb(sdp->iobase + PCI20341_STATUS_REG); in pci20341_insn_read()
473 while ((eoc < 0x80) && j < 100) { in pci20341_insn_read()
475 eoc = readb(sdp->iobase + PCI20341_STATUS_REG); in pci20341_insn_read()
/linux-2.6.39/drivers/net/
Dtlan.c1332 int eoc = 0; in tlan_handle_tx_eof() local
1357 eoc = 1; in tlan_handle_tx_eof()
1371 if (eoc) { in tlan_handle_tx_eof()
1466 int eoc = 0; in tlan_handle_rx_eof() local
1487 eoc = 1; in tlan_handle_rx_eof()
1527 if (eoc) { in tlan_handle_rx_eof()
/linux-2.6.39/drivers/scsi/
Deata.c729 unchar eoc : 1, member
733 eoc : 1; /* End Of Command (1 = command completed) */
2354 if (spp->eoc == 0 && ha->iocount > 1) in ihdlr()
2362 if (spp->eoc == 0 || spp->cpp_index < 0 in ihdlr()
/linux-2.6.39/drivers/block/
Dfloppy.c2301 int eoc; in rw_interrupt() local
2320 eoc = 1; in rw_interrupt()
2322 eoc = 0; in rw_interrupt()
2331 R_SECTOR - SECTOR + eoc) << SIZECODE >> 2; in rw_interrupt()
2340 pr_info("heads=%d eoc=%d\n", heads, eoc); in rw_interrupt()
/linux-2.6.39/drivers/net/wireless/
Dairo.c985 unsigned int eoc: 1; member
1989 ai->txfids[0].tx_desc.eoc = 1; in mpi_send_packet()
2503 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_init_descriptors()
2618 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */ in mpi_map_card()