Searched refs:DSL_BSP_SendCMV (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Difxmips_mei_interface.h616 extern DSL_DEV_MeiError_t DSL_BSP_SendCMV(DSL_DEV_Device_t *, DSL_uint16_t *, DSL_int_t, DSL_uint16_t *);
H A Dlantiq_mei.c152 DSL_DEV_MeiError_t DSL_BSP_SendCMV (DSL_DEV_Device_t *, u16 *, int, u16 *);
1209 DSL_BSP_SendCMV (DSL_DEV_Device_t * pDev, u16 * request, int reply, u16 * response) // write cmv to arc, if reply needed, wait for reply function
2486 if ((meierr = DSL_BSP_SendCMV (pDev, winhost_msg.msg.TxMessage, YES_REPLY,
2611 if (DSL_BSP_SendCMV (pDev, m.msg.TxMessage, YES_REPLY, m.msg.RxMessage) != DSL_DEV_MEI_ERR_SUCCESS) {
2834 EXPORT_SYMBOL (DSL_BSP_SendCMV); variable

Completed in 80 milliseconds