diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-01-20 08:05:56 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-01-20 08:05:56 +0000 |
commit | 883a89bce1ee141593974ea365a1e6c3ab3832ac (patch) | |
tree | 8585f3db02f63422612036f0051fa5fc05af393b /sys/dev/sfxge/common/efx_impl.h | |
parent | 5ce9cb2350886b9661c80c1b703b95ca7de40c1c (diff) | |
download | FreeBSD-src-883a89bce1ee141593974ea365a1e6c3ab3832ac.zip FreeBSD-src-883a89bce1ee141593974ea365a1e6c3ab3832ac.tar.gz |
MFC r294076
sfxge: rework MCDI request completion
Submitted by: Andy Moreton <amoreton at solarflare.com>
Reviewed by: gnn
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/efx_impl.h')
-rw-r--r-- | sys/dev/sfxge/common/efx_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h index 3050de4..19f919c 100644 --- a/sys/dev/sfxge/common/efx_impl.h +++ b/sys/dev/sfxge/common/efx_impl.h @@ -463,7 +463,6 @@ typedef struct efx_mcdi_ops_s { efx_rc_t (*emco_init)(efx_nic_t *, const efx_mcdi_transport_t *); void (*emco_send_request)(efx_nic_t *, void *, size_t, void *, size_t); - void (*emco_request_copyout)(efx_nic_t *, efx_mcdi_req_t *); efx_rc_t (*emco_poll_reboot)(efx_nic_t *); boolean_t (*emco_poll_response)(efx_nic_t *); void (*emco_read_response)(efx_nic_t *, void *, size_t, size_t); |