OSDN Git Service

sfc: make capability checking a nic_type function
authorTom Zhao <tzhao@solarflare.com>
Mon, 11 May 2020 12:28:40 +0000 (13:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 May 2020 20:31:49 +0000 (13:31 -0700)
commitbe904b855200ef4672c765918b31338b59c4847c
tree850e5e79ba79e5281b07d8f52432119f25cb44fa
parentdfcabb078847479cc2874c11af3f6cb3b79ddd03
sfc: make capability checking a nic_type function

Various MCDI functions (especially in filter handling) need to check the
 datapath caps, but those live in nic_data (since they don't exist on
 Siena).  Decouple from ef10-specific data structures by adding check_caps
 to the nic_type, to allow using these functions from non-ef10 drivers.

Also add a convenience macro efx_has_cap() to reduce the amount of
 boilerplate involved in calling it.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/ef10.c
drivers/net/ethernet/sfc/mcdi.h
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/siena.c