commit | 35efa7c1f4aa868d4a948a9069f20ccef1b3b28d | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Thu Dec 20 19:56:37 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:57:35 2008 -0800 |
tree | 9369da5bfcd93139ce0ac961059d29b57c66626c | |
parent | 6d866ffc69b0c3e584782f212a3f783708d31e9a [diff] |
[BNX2]: Introduce new bnx2_napi structure. 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>