|
@@ -10433,7 +10433,8 @@ static int bnx2x_test_intr(struct bnx2x *bp)
|
|
|
|
|
|
config->hdr.length = 0;
|
|
config->hdr.length = 0;
|
|
if (CHIP_IS_E1(bp))
|
|
if (CHIP_IS_E1(bp))
|
|
- config->hdr.offset = (BP_PORT(bp) ? 32 : 0);
|
|
|
|
|
|
+ /* use last unicast entries */
|
|
|
|
+ config->hdr.offset = (BP_PORT(bp) ? 63 : 31);
|
|
else
|
|
else
|
|
config->hdr.offset = BP_FUNC(bp);
|
|
config->hdr.offset = BP_FUNC(bp);
|
|
config->hdr.client_id = bp->fp->cl_id;
|
|
config->hdr.client_id = bp->fp->cl_id;
|