diff options
| author | Ryan Libby <rlibby@FreeBSD.org> | 2021-01-05 20:51:40 +0000 |
|---|---|---|
| committer | Ryan Libby <rlibby@FreeBSD.org> | 2021-01-05 20:51:40 +0000 |
| commit | f1007ba88d47d5e4911c7cede74d0b8c44fe8248 (patch) | |
| tree | 03edc27220cf103bad50e25f36222041a4804a23 /sys/dev/ixl | |
| parent | df592782db906594c7f7ee0bdb9ed502401cd532 (diff) | |
Diffstat (limited to 'sys/dev/ixl')
| -rw-r--r-- | sys/dev/ixl/ixl_pf_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ixl/ixl_pf_main.c b/sys/dev/ixl/ixl_pf_main.c index c272e27fb4a2..6990ef80a184 100644 --- a/sys/dev/ixl/ixl_pf_main.c +++ b/sys/dev/ixl/ixl_pf_main.c @@ -47,8 +47,6 @@ static u8 ixl_convert_sysctl_aq_link_speed(u8, bool); static void ixl_sbuf_print_bytes(struct sbuf *, u8 *, int, int, bool); static const char * ixl_link_speed_string(enum i40e_aq_link_speed); -static u_int ixl_add_maddr(void *, struct sockaddr_dl *, u_int); -static u_int ixl_match_maddr(void *, struct sockaddr_dl *, u_int); static char * ixl_switch_element_string(struct sbuf *, u8, u16); static enum ixl_fw_mode ixl_get_fw_mode(struct ixl_pf *); |
