• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/

Lines Matching defs:Buffer

786 static void mgsl_load_tx_dma_buffer( struct mgsl_struct *info, const char *Buffer, unsigned int BufferSize);
803 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferSize);
1610 * BIT2 EOB End of Buffer. This interrupt occurs when a receive
1650 * BIT2 EOB End of Buffer. This interrupt occurs when a
4108 * Buffer pointer to buffer containing frame to load
4109 * BufferSize size in bytes of frame in Buffer
4113 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferSize)
4123 memcpy( ptx->buffer, Buffer, BufferSize);
5143 * <15..14> 11 DMA mode = Linked List Buffer mode
5147 * <9> 1 Terminate Buffer on RxBound
5159 * <15..14> 11 DMA mode = Linked List Buffer mode
5163 * <9> 1 Terminate Buffer on end of frame
5486 /* 1. Arm End of Buffer (EOB) Receive DMA Interrupt (BIT2 of RDIAR) */
5575 /* 1. Arm End of Buffer (EOB) Receive DMA Interrupt (BIT2 of RDIAR) */
5666 /* Program the address of the 1st DMA Buffer Entry in linked list */
5681 /* 1. Arm End of Buffer (EOB) Transmit DMA Interrupt (BIT2 of TDIAR) */
6390 * Buffer Structures:
6522 /* field and set the count field to DMA Buffer Size. */
6748 * If DCD goes inactive, the last Rx DMA Buffer will have a non-zero
6822 * If the DMA Buffer Entry's Status field is non-zero, the
6832 * simply return the entire RxDMA Buffer
6836 * In the event that the final RxDMA Buffer is
6858 * End Of Buffer events terminates all buffers at 4K.
6917 * Buffer pointer to buffer containing frame to load
6918 * BufferSize size in bytes of frame in Buffer
6923 const char *Buffer, unsigned int BufferSize)
6930 mgsl_trace_block(info,Buffer, min_t(int, BufferSize, DMABUFFERSIZE), 1);
6973 mgsl_load_pci_memory(pBufEntry->virt_addr, Buffer,Copycount);
6975 memcpy(pBufEntry->virt_addr, Buffer, Copycount);
6980 Buffer += Copycount;
7147 * <15..14> 11 DMA mode = Linked List Buffer mode
7151 * <9> 1 Terminate Buffer on RxBound
7259 /* Program the address of the 1st DMA Buffer Entry in linked list */