summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/common/hunt_impl.h
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-20 07:44:05 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-20 07:44:05 +0000
commitd19037575e1ae08850aef077e01e5a9200e927dc (patch)
tree850b699eb3a47d81690b12f8449e892d15ee43e6 /sys/dev/sfxge/common/hunt_impl.h
parentf7859a7f2971007feb49e13ea112440167eb584b (diff)
downloadFreeBSD-src-d19037575e1ae08850aef077e01e5a9200e927dc.zip
FreeBSD-src-d19037575e1ae08850aef077e01e5a9200e927dc.tar.gz
MFC r293888
sfxge: rework MCDI start request Submitted by: Andy Moreton <amoreton at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/hunt_impl.h')
-rw-r--r--sys/dev/sfxge/common/hunt_impl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/sfxge/common/hunt_impl.h b/sys/dev/sfxge/common/hunt_impl.h
index 557839d..94d7510 100644
--- a/sys/dev/sfxge/common/hunt_impl.h
+++ b/sys/dev/sfxge/common/hunt_impl.h
@@ -287,12 +287,12 @@ ef10_mcdi_fini(
__in efx_nic_t *enp);
extern void
-ef10_mcdi_request_copyin(
+ef10_mcdi_send_request(
__in efx_nic_t *enp,
- __in efx_mcdi_req_t *emrp,
- __in unsigned int seq,
- __in boolean_t ev_cpl,
- __in boolean_t new_epoch);
+ __in void *hdrp,
+ __in size_t hdr_len,
+ __in void *sdup,
+ __in size_t sdu_len);
extern __checkReturn boolean_t
ef10_mcdi_poll_response(
OpenPOWER on IntegriCloud