commit | 4545a3f2765bb7d2d93468a8ffa578ac87a2c5c7 | [log] [tgz] |
---|---|---|
author | Ron Mercer <ron.mercer@qlogic.com> | Mon Feb 23 10:42:17 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 24 23:50:02 2009 -0800 |
tree | 2effc152a41a785743b269b91795ca51ffc8af79 | |
parent | 49f2186d36a88ae6f7dd8261aff2cf80409af28d [diff] |
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>