commit | 60031fcc17057e21566ed34ba23e93fffda1aa27 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Wed Jan 12 18:39:40 2011 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Tue Feb 15 19:45:34 2011 +0000 |
tree | 820a3b0c418cd3d8664d61e4b36f634f07c59614 | |
parent | 5c56580b74e57e56f30e3c5bbc9d7ab487858497 [diff] |
sfc: Move TX queue core queue mapping into tx.c efx_hard_start_xmit() needs to implement a mapping which is the inverse of tx_queue::core_txq. Move the initialisation of tx_queue::core_txq next to efx_hard_start_xmit() to make the connection more obvious. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>