Skip to content

Commit

Permalink
S2io: Added napi support when MSIX is enabled.
Browse files Browse the repository at this point in the history
- Added napi support when MSIX is enabled.
- Moved test_msi function from s2io_open to probe function.

Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Sreenivasa Honnur authored and Jeff Garzik committed May 22, 2008
1 parent ac731ab commit f61e0a3
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 141 deletions.
2 changes: 1 addition & 1 deletion drivers/net/s2io-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct XENA_dev_config {
u64 tx_mat0_n[0x8];
#define TX_MAT_SET(fifo, msi) vBIT(msi, (8 * fifo), 8)

u8 unused_1[0x8];
u64 xmsi_mask_reg;
u64 stat_byte_cnt;
#define STAT_BC(n) vBIT(n,4,12)

Expand Down
Loading

0 comments on commit f61e0a3

Please sign in to comment.