Loading drivers/net/bnx2x_main.c +2 −2 Original line number Diff line number Diff line Loading @@ -7173,7 +7173,7 @@ static int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode) struct bnx2x_fastpath *fp = &bp->fp[i]; cnt = 1000; smp_rmb(); smp_mb(); while (bnx2x_has_tx_work_unload(fp)) { bnx2x_tx_int(fp, 1000); Loading @@ -7189,7 +7189,7 @@ static int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode) } cnt--; msleep(1); smp_rmb(); smp_mb(); } } /* Give HW time to discard old tx messages */ Loading Loading
drivers/net/bnx2x_main.c +2 −2 Original line number Diff line number Diff line Loading @@ -7173,7 +7173,7 @@ static int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode) struct bnx2x_fastpath *fp = &bp->fp[i]; cnt = 1000; smp_rmb(); smp_mb(); while (bnx2x_has_tx_work_unload(fp)) { bnx2x_tx_int(fp, 1000); Loading @@ -7189,7 +7189,7 @@ static int bnx2x_nic_unload(struct bnx2x *bp, int unload_mode) } cnt--; msleep(1); smp_rmb(); smp_mb(); } } /* Give HW time to discard old tx messages */ Loading