Changes between Version 6 and Version 7 of nic_driver


Ignore:
Timestamp:
Oct 23, 2014, 10:19:18 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nic_driver

    v6 v7  
    4242== __Functions using the chained buffer DMA__ ==
    4343
    44  === void '''_nic_cma_start_send'''( unsigned int nic_channel,  unsigned int cma_channel,  chbuf_descriptor_t* chbuf ) ===
     44 === void '''_nic_cma_send'''( unsigned int nic_channel,  unsigned int cma_channel,  chbuf_descriptor_t* chbuf ) ===
    4545 This non blocking funtion starts a CMA channel to transfer a flow of containers from a NIC_RX chbuf to a kernel chbuf.
    4646 * '''nic_channel''' : NIC_RX channel index
     
    4949 The NIC channel is supposed to be already initialized.
    5050
    51 === void '''_nic_cma_start_receive'''(  unsigned int nic_channel,  unsigned int cma_channel,  chbuf_descriptor_t* chbuf ) ===
     51=== void '''_nic_cma_receive'''(  unsigned int nic_channel,  unsigned int cma_channel,  chbuf_descriptor_t* chbuf ) ===
    5252This non blocking funtion starts a CMA channel to transfer a flow of containers from a NIC_RX chbuf to a kernel chbuf.
    5353 * '''nic_channel''' : NIC_RX channel index