Searched refs:transfer (Results 1 - 25 of 36) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dmicrotek.c77 * 20000515 Put transfer context and URB in mts_desc (john)
196 MTS_DEBUG("transfer = 0x%x context = 0x%x\n",(int)transfer,(int)context ); \
197 MTS_DEBUG("status = 0x%x data-length = 0x%x sent = 0x%x\n",(int)transfer->status,(int)context->data_length, (int)transfer->actual_length ); \
213 struct mts_transfer_context* context = (struct mts_transfer_context*)transfer->context; \
486 static void mts_transfer_cleanup( struct urb *transfer );
487 static void mts_do_sg(struct urb * transfer);
491 void mts_int_submit_urb (struct urb* transfer, argument
498 /* Holding transfer
610 mts_do_sg(struct urb* transfer) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dloop.h35 int (*transfer)(struct loop_device *, int cmd, member in struct:loop_device
68 if (!lo->transfer)
71 return lo->transfer(lo, cmd, rbuf, lbuf, size, rblock);
128 /* Support for loadable transfer modules */
131 int (*transfer)(struct loop_device *lo, int cmd, char *raw_buf, member in struct:loop_func_table
H A Dquotaops.h153 if (inode->i_sb->dq_op->transfer(inode, iattr) == NO_QUOTA) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dloop.h35 int (*transfer)(struct loop_device *, int cmd, member in struct:loop_device
68 if (!lo->transfer)
71 return lo->transfer(lo, cmd, rbuf, lbuf, size, rblock);
128 /* Support for loadable transfer modules */
131 int (*transfer)(struct loop_device *lo, int cmd, char *raw_buf, member in struct:loop_func_table
H A Dquotaops.h153 if (inode->i_sb->dq_op->transfer(inode, iattr) == NO_QUOTA) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_dce.h268 RPC_IFACE transfer; /* num and vers. of interface to use for replies */ member in struct:rpc_bind_req_info
300 RPC_IFACE transfer; /* the transfer syntax from the request */ member in struct:rpc_hdr_ba_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/resources/
H A Drsio.c430 * Check for transfer preference (Bits[1:0])
432 output_struct->data.dma.transfer = temp8 & 0x03;
434 if (0x03 == output_struct->data.dma.transfer) {
518 temp8 |= (linked_list->data.dma.transfer & 0x03);
H A Drsdump.c132 switch (dma_data->transfer) {
134 acpi_os_printf (" 8-bit only transfer\n");
138 acpi_os_printf (" 8 and 16-bit transfer\n");
142 acpi_os_printf (" 16 bit only transfer\n");
146 acpi_os_printf (" Invalid transfer preference\n");
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dohci.c149 * Macros to convert from "hardware" endpoint and transfer
164 #define ohci_td_from_transfer(softc,transfer) \
165 ((softc)->ohci_hwtdpool + ((transfer) - (softc)->ohci_transfer_pool))
369 * Allocate a transfer descriptor. It is prepared for use
376 * transfer descriptor, or NULL
395 printf("No more transfer descriptors!\n");
445 * Free a transfer descriptor, returning it to the pool.
449 * t - transfer descriptor to return
481 * Do the transfer descriptor pool
498 printf("Could not allocate transfer descriptor
865 ohci_transfer_t *transfer; local
1341 ohci_transfer_t *transfer; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_client/
H A Dcli_pipe.c638 RPC_IFACE *abstract, RPC_IFACE *transfer,
739 0x1, 0x0, 0x1, abstract, transfer);
1195 static BOOL valid_pipe_name(const int pipe_idx, RPC_IFACE *abstract, RPC_IFACE *transfer) argument
1212 *transfer = pipe_names[pipe_idx].trans_syntax;
1222 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, const int pipe_idx, RPC_IFACE *transfer) argument
1244 /* check the transfer syntax */
1245 if ((hdr_ba->transfer.version != transfer->version) ||
1246 (memcmp(&hdr_ba->transfer.uuid, &transfer
636 create_rpc_bind_req(struct cli_state *cli, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, const char *my_name, const char *domain) argument
1296 RPC_IFACE transfer; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dst.c488 int offset, transfer, blks;
512 transfer = ((offset + STp->block_size - 1) /
515 TAPE_NR(STp->devt), transfer));
517 memset((STp->buffer)->b_data + offset, 0, transfer - offset);
522 blks = transfer / STp->block_size;
527 SRpnt = st_do_scsi(NULL, STp, cmd, transfer, SCSI_DATA_WRITE,
1203 ssize_t i, do_count, blks, transfer;
1402 blks = transfer = do_count;
1406 transfer = blks * STp->block_size;
1412 SRpnt = st_do_scsi(SRpnt, STp, cmd, transfer, SCSI_DATA_WRIT
486 int offset, transfer, blks; local
1196 ssize_t i, do_count, blks, transfer; local
1545 int transfer, blks, bytes; local
1718 ssize_t i, transfer; local
[all...]
H A Dosst.c2510 * Configure default auto columns mode, 32.5KB transfer mode
2797 int offset, transfer, blks = 0;
2837 transfer = OS_FRAME_SIZE;
2879 dev, offset, transfer, blks);
2882 SRpnt = osst_do_scsi(*aSRpnt, STp, cmd, transfer, SCSI_DATA_WRITE,
3077 ssize_t i, do_count, blks, transfer;
3301 transfer = STp->buffer->writing;
3302 if (transfer <= do_count) {
3303 filp->f_pos += do_count - transfer;
3304 count -= do_count - transfer;
2794 int offset, transfer, blks = 0; local
3073 ssize_t i, do_count, blks, transfer; local
3402 ssize_t i, transfer; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfm.S26 @ Number of bytes left to transfer
43 @ test number of remaining bytes to transfer
112 @ test number of remaining bytes to transfer
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Darxescsi.c71 * min_type - minimum DMA support that we must have for this transfer
72 * Returns : 0 if we should not set CMD_WITHDMA for transfer info command
86 /* Faster transfer routines, written by SH to speed up the loops */
150 * Function: int arxescsi_dma_pseudo(host, SCpnt, direction, transfer)
155 * transfer - minimum number of bytes we expect to transfer
158 fasdmadir_t direction, int transfer)
201 if (transfer && (transfer & 255)) {
157 arxescsi_dma_pseudo(struct Scsi_Host *host, Scsi_Pointer *SCp, fasdmadir_t direction, int transfer) argument
H A Dacornscsi-io.S26 @ Purpose: transfer a block of data from the acorn scsi card to memory
81 @ Purpose: transfer a block of data from memory to the acorn scsi card
H A Dcumana_2.c16 * 18-08-1998 RMK 0.0.3 Fixed synchronous transfer depth.
177 * min_type - minimum DMA support that we must have for this transfer
178 * Returns : type of transfer to be performed
230 * Prototype: void cumanascsi_2_dma_pseudo(host, SCpnt, direction, transfer)
235 * transfer - minimum number of bytes we expect to transfer
239 fasdmadir_t direction, int transfer)
251 if (transfer && (transfer & 255)) {
238 cumanascsi_2_dma_pseudo(struct Scsi_Host *host, Scsi_Pointer *SCp, fasdmadir_t direction, int transfer) argument
H A Dfas216.h24 /* transfer count low */
28 /* transfer count medium */
164 /* High transfer count (read/write) */
241 unsigned int async_stp; /* Async transfer STP value */
269 unsigned char wide_max_size; /* Maximum wide transfer size */
271 unsigned int asyncperiod; /* Async transfer period (ns) */
285 unsigned char stp; /* synchronous transfer period */
287 unsigned char wide_xfer; /* currently negociated wide transfer */
288 neg_t sync_state; /* synchronous transfer mode */
289 neg_t wide_state; /* wide transfer mod
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/thoralf/
H A Dsmb.conf88 [transfer]
95 path = /samba/transfer
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dloop.c85 transfer: transfer_none,
91 transfer: transfer_xor,
155 * The transfer failed, but we still write the data to
158 printk(KERN_ERR "loop: transfer error block %ld\n", index);
204 printk(KERN_ERR "loop: transfer error block %ld\n",page->index);
328 * and lo->transfer stuff has already been done. if not, it was a READ
329 * so queue it for the loop thread and let it do the transfer out of
625 lo->transfer = NULL;
706 lo->transfer = NULL;
753 lo->transfer
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_rpc.c166 /* client pipe , abstract syntax , server pipe , transfer syntax */
374 RPC_IFACE *abstract, RPC_IFACE *transfer)
386 rpc->transfer = *transfer;
413 if(!smb_io_rpc_iface("", &rpc->transfer, ps, depth))
474 RPC_IFACE *transfer)
480 /* the transfer syntax from the request */
481 memcpy(&rpc->transfer, transfer, sizeof(rpc->transfer));
371 init_rpc_hdr_rb(RPC_HDR_RB *rpc, uint16 max_tsize, uint16 max_rsize, uint32 assoc_gid, uint32 num_elements, uint16 context_id, uint8 num_syntaxes, RPC_IFACE *abstract, RPC_IFACE *transfer) argument
470 init_rpc_hdr_ba(RPC_HDR_BA *rpc, uint16 max_tsize, uint16 max_rsize, uint32 assoc_gid, const char *pipe_addr, uint8 num_results, uint16 result, uint16 reason, RPC_IFACE *transfer) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_pipe.c48 We need to transfer the session key from one rpc bind to the
717 Ensure a bind request has the correct abstract & transfer interface.
722 RPC_IFACE* transfer, uint32 context_id)
741 && (transfer->version == pipe_names[i].trans_syntax.version)
742 && (memcmp(&transfer->uuid, &pipe_names[i].trans_syntax.uuid, sizeof(RPC_UUID)) == 0) )
1029 reject the bind_ack & set the transfer interface synt to all 0's,
1034 if(check_bind_req(p, &hdr_rb.abstract, &hdr_rb.transfer, hdr_rb.context_id ))
1042 &hdr_rb.transfer);
721 check_bind_req(struct pipes_struct *p, RPC_IFACE* abstract, RPC_IFACE* transfer, uint32 context_id) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dambassador.h354 transfer_block transfer; member in union:__anon902::__anon903
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dproc-arm720.S137 and r7, r0, #15 @ r7 = no. of registers to transfer.
310 and r0, r0, #15 @ number of regs to transfer
328 and r0, r0, #15 @ number of regs to transfer
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_ti.c932 int transfer; local
938 transfer = image_length - pos;
939 if (transfer > EDGE_FW_BULK_MAX_PACKET_SIZE)
940 transfer = EDGE_FW_BULK_MAX_PACKET_SIZE;
943 status = TISendBulkTransferSync (serial->serial, &image[pos], transfer, &done);
1870 /* milliseconds to timeout for DMA transfer */
1875 // milliseconds to timeout for DMA transfer
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Doptcd.c1016 static void transfer(void)
1019 printk(KERN_DEBUG "optcd: executing transfer\n");
1256 "transfer active: %x\n",
1289 transfer();
1389 transfer(); /* First try to transfer block from buffers */
1005 static void transfer(void) function

Completed in 258 milliseconds

12