be2net: move async cmd processing to a separate routine
authorSathya Perla <sathya.perla@emulex.com>
Fri, 30 May 2014 13:36:27 +0000 (19:06 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 31 May 2014 00:27:33 +0000 (17:27 -0700)
commit559b633f426dabed1e4ab91c41b7bf8ff2b07367
treea3c377e3d01676085ce5460efcf3b036763e3d21
parent4c60005fe792255cb785c16019e8e0391a931b48
be2net: move async cmd processing to a separate routine

For some FW cmds, the caller just issues the cmd and doesn't wait for a
response. The response handling is done in the MCCQ compl processing context
only. Move this code into a separate routine to make be_mcc_compl_process()
more manageable.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_cmds.c
This page took 0.025058 seconds and 5 git commands to generate.