~serge-hallyn/ubuntu/oneiric/ipxe/link-kvm

« back to all changes in this revision

Viewing changes to src/net/eth_slow.c

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2011-07-31 20:57:02 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110731205702-kffmzz6tnmgfw50f
Tags: 1.0.0+git-2.149b50-1
New snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
 * @v netdev            Network device
235
235
 * @v ll_dest           Link-layer destination address
236
236
 * @v ll_source         Link-layer source address
 
237
 * @v flags             Packet flags
237
238
 * @ret rc              Return status code
238
239
 */
239
240
static int eth_slow_rx ( struct io_buffer *iobuf,
240
241
                         struct net_device *netdev,
241
242
                         const void *ll_dest __unused,
242
 
                         const void *ll_source __unused ) {
 
243
                         const void *ll_source __unused,
 
244
                         unsigned int flags __unused ) {
243
245
        union eth_slow_packet *eth_slow = iobuf->data;
244
246
 
245
247
        /* Sanity checks */