qlge: Use one path to (re)fill rx buffers.
authorRon Mercer <ron.mercer@qlogic.com>
Mon, 23 Feb 2009 10:42:17 +0000 (10:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Feb 2009 07:50:02 +0000 (23:50 -0800)
commit4545a3f2765bb7d2d93468a8ffa578ac87a2c5c7
tree2effc152a41a785743b269b91795ca51ffc8af79
parent49f2186d36a88ae6f7dd8261aff2cf80409af28d
qlge: Use one path to (re)fill rx buffers.

Currently there are two paths for filling rx buffer queues. One is
used during initialization and the other during runtime.  This patch
removes ql_alloc_sbq_buffers() and ql_alloc_lbq_buffers() and replaces
them with a call to the runtime functions ql_update_lbq() and
ql_update_sbq().

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qlge/qlge_main.c