aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2016-03-02 02:29:35 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2016-03-02 02:29:35 +0000
commit5670e3473fbce695db8afe1dcf819b05da9e8d24 (patch)
treefa32099d0780df72683448fef8697bbe26b9d04f /sys/dev/dpaa
parent9324dcb3953b86759563043f555a995a9501e6e2 (diff)
Notes
Diffstat (limited to 'sys/dev/dpaa')
-rw-r--r--sys/dev/dpaa/if_dtsec_rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dpaa/if_dtsec_rm.c b/sys/dev/dpaa/if_dtsec_rm.c
index 30ab3265d0bc0..06e9f0165ed24 100644
--- a/sys/dev/dpaa/if_dtsec_rm.c
+++ b/sys/dev/dpaa/if_dtsec_rm.c
@@ -375,7 +375,7 @@ dtsec_rm_fqr_rx_callback(t_Handle app, t_Handle fqr, t_Handle portal,
if (m == NULL)
goto err;
- MEXTADD(m, DPAA_FD_GET_ADDR(frame), FM_PORT_BUFFER_SIZE,
+ m_extadd(m, DPAA_FD_GET_ADDR(frame), FM_PORT_BUFFER_SIZE,
dtsec_rm_fqr_mext_free, DPAA_FD_GET_ADDR(frame), sc, 0,
EXT_NET_DRV);