aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/oce/oce_if.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-06-24 20:11:22 +0000
committerXin LI <delphij@FreeBSD.org>2014-06-24 20:11:22 +0000
commita4f734b4fc5c6eedf8fdcb5b76d19aecb81bd656 (patch)
tree8ba077a52c4cbb3b96132630e257399cfc21ebf3 /sys/dev/oce/oce_if.h
parent02190a5647d1ff1bd72a1a5fcca1f770c9144d01 (diff)
downloadsrc-a4f734b4fc5c6eedf8fdcb5b76d19aecb81bd656.tar.gz
src-a4f734b4fc5c6eedf8fdcb5b76d19aecb81bd656.zip
Apply vendor fixes for big endian support and 20GBps/25GBps link speeds.
Many thanks to Emulex for their continued support of FreeBSD! Submitted by: Venkata Duvvuru <VenkatKumar.Duvvuru Emulex.Com> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=267839
Diffstat (limited to 'sys/dev/oce/oce_if.h')
-rw-r--r--sys/dev/oce/oce_if.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/oce/oce_if.h b/sys/dev/oce/oce_if.h
index 1af4c4ccdc8e..b6db402e7766 100644
--- a/sys/dev/oce/oce_if.h
+++ b/sys/dev/oce/oce_if.h
@@ -761,14 +761,9 @@ struct oce_rq {
};
struct link_status {
- uint8_t physical_port;
- uint8_t mac_duplex;
- uint8_t mac_speed;
- uint8_t mac_fault;
- uint8_t mgmt_mac_duplex;
- uint8_t mgmt_mac_speed;
+ uint8_t phys_port_speed;
+ uint8_t logical_link_status;
uint16_t qos_link_speed;
- uint32_t logical_link_status;
};