55 | | === 1) int '''_sys_nic_alloc'''( unsigned int is_rx, unsigned int mac4, unsigned int mac2 ) === |
56 | | This function allocates a private NIC_RX or NIC_TX channel, the associated chbuf, and a private CMA channel to the calling task, and register these channel indexes in the task context. |
| 55 | === 1) int '''_sys_nic_alloc'''( unsigned int is_rx ) === |
| 56 | This function allocates a private NIC_RX or NIC_TX channel, the associated chbuf, and a private CMA channel to the calling task. It register these channel indexes in the task context. |