Skip to content

Commit

Permalink
[BNX2]: Introduce new bnx2_napi structure.
Browse files Browse the repository at this point in the history
Introduce a bnx2_napi structure that will hold a napi_struct and
other fields to handle NAPI polling for the napi_struct.  Various tx
and rx indexes and status block pointers will be moved from the main
bnx2 structure to this bnx2_napi structure.

Most NAPI path functions are modified to be passed this bnx2_napi
struct pointer.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Michael Chan authored and David S. Miller committed Jan 28, 2008
1 parent 6d866ff commit 35efa7c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 62 deletions.
Loading

0 comments on commit 35efa7c

Please sign in to comment.