}
EXPORT_SYMBOL_GPL(cvmx_helper_initialize_packet_io_global);
-/**
- * Does core local initialization for packet io
- *
- * Returns Zero on success, non-zero on failure
- */
-int cvmx_helper_initialize_packet_io_local(void)
-{
- return cvmx_pko_initialize_local();
-}
-
/**
* Return the link state of an IPD/PKO port as returned by
* auto negotiation. The result of this function may not match
}
}
-/*
- * This function does per-core initialization required by the PKO routines.
- * This must be called on all cores that will do packet output, and must
- * be called after the FPA has been initialized and filled with pages.
- *
- * Returns 0 on success
- * !0 on failure
- */
-int cvmx_pko_initialize_local(void)
-{
- /* Nothing to do */
- return 0;
-}
-
/*
* Enables the packet output hardware. It must already be
* configured.
*/
extern int cvmx_helper_initialize_packet_io_global(void);
-/**
- * Does core local initialization for packet io
- *
- * Returns Zero on success, non-zero on failure
- */
-extern int cvmx_helper_initialize_packet_io_local(void);
-
/**
* Returns the number of ports on the given interface.
* The interface must be initialized before the port count
* output system.
*/
extern void cvmx_pko_initialize_global(void);
-extern int cvmx_pko_initialize_local(void);
/**
* Enables the packet output hardware. It must already be