1. 28 7月, 2009 8 次提交
  2. 20 7月, 2009 2 次提交
  3. 03 7月, 2009 2 次提交
  4. 18 6月, 2009 1 次提交
    • D
      netxen: fix tx ring accounting · cb2107be
      Dhananjay Phadke 提交于
      This forces every update of tx ring producer to check for
      availability of space for next full TSO command. Earlier
      firmware control commands didn't care to pause tx queue.
      
      Stop the tx queue if there's not enough space to transmit one full
      LSO command left on the tx ring after current transmit. This avoids
      returning NETDEV_TX_BUSY after checking distance between producer
      and consumer on every cpu.
      
      Restart the tx queue only if we have cleaned up enough tx
      descriptors.
      Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      cb2107be
  5. 10 5月, 2009 1 次提交
  6. 07 5月, 2009 2 次提交
  7. 29 4月, 2009 2 次提交
  8. 09 4月, 2009 9 次提交
  9. 18 3月, 2009 1 次提交
    • D
      netxen: fix firmware download warnings · bd257ed9
      Dhananjay Phadke 提交于
      Fix following warnings, by using integer firmware types.
      
      drivers/net/netxen/netxen_nic_hw.c: In function 'netxen_load_firmware':
      drivers/net/netxen/netxen_nic_hw.c:1146: warning: comparison with string literal results in unspecified behavior
      drivers/net/netxen/netxen_nic_hw.c:1146: warning: comparison with string literal results in unspecified behavior
      drivers/net/netxen/netxen_nic_hw.c:1146: warning: comparison with string literal results in unspecified behavior
      drivers/net/netxen/netxen_nic_hw.c:1159: warning: comparison with string literal results in unspecified behavior
      drivers/net/netxen/netxen_nic_hw.c:1159: warning: comparison with string literal results in unspecified behavior
      drivers/net/netxen/netxen_nic_hw.c:1159: warning: comparison with string literal results in unspecified behavior
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bd257ed9
  10. 15 3月, 2009 6 次提交
  11. 10 3月, 2009 4 次提交
  12. 03 3月, 2009 1 次提交
  13. 27 2月, 2009 1 次提交