Lines Matching defs:Buffer

764 static void mgsl_load_tx_dma_buffer( struct mgsl_struct *info, const char *Buffer, unsigned int BufferSize);
781 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferSize);
1581 * BIT2 EOB End of Buffer. This interrupt occurs when a receive
1621 * BIT2 EOB End of Buffer. This interrupt occurs when a
3939 * Buffer pointer to buffer containing frame to load
3940 * BufferSize size in bytes of frame in Buffer
3944 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferSize)
3954 memcpy( ptx->buffer, Buffer, BufferSize);
4919 * <15..14> 11 DMA mode = Linked List Buffer mode
4923 * <9> 1 Terminate Buffer on RxBound
4935 * <15..14> 11 DMA mode = Linked List Buffer mode
4939 * <9> 1 Terminate Buffer on end of frame
5252 /* 1. Arm End of Buffer (EOB) Receive DMA Interrupt (BIT2 of RDIAR) */
5341 /* 1. Arm End of Buffer (EOB) Receive DMA Interrupt (BIT2 of RDIAR) */
5432 /* Program the address of the 1st DMA Buffer Entry in linked list */
5447 /* 1. Arm End of Buffer (EOB) Transmit DMA Interrupt (BIT2 of TDIAR) */
6134 * Buffer Structures:
6266 /* field and set the count field to DMA Buffer Size. */
6491 * If DCD goes inactive, the last Rx DMA Buffer will have a non-zero
6565 * If the DMA Buffer Entry's Status field is non-zero, the
6575 * simply return the entire RxDMA Buffer
6579 * In the event that the final RxDMA Buffer is
6601 * End Of Buffer events terminates all buffers at 4K.
6660 * Buffer pointer to buffer containing frame to load
6661 * BufferSize size in bytes of frame in Buffer
6666 const char *Buffer, unsigned int BufferSize)
6673 mgsl_trace_block(info,Buffer, min_t(int, BufferSize, DMABUFFERSIZE), 1);
6715 mgsl_load_pci_memory(pBufEntry->virt_addr, Buffer,Copycount);
6720 Buffer += Copycount;
6884 * <15..14> 11 DMA mode = Linked List Buffer mode
6888 * <9> 1 Terminate Buffer on RxBound
6996 /* Program the address of the 1st DMA Buffer Entry in linked list */