Name Date Size #Lines LOC

..--

README.illumosH A D16-Mar-2017620 1511

THIRDPARTYLICENSEH A D16-Apr-20161 KiB2719

THIRDPARTYLICENSE.descripH A D16-Apr-201613 21

ixgbe_82598.cH A D16-Jun-201640.8 KiB1,438869

ixgbe_82598.hH A D16-Jun-20162.7 KiB5418

ixgbe_82599.cH A D16-Jun-201677 KiB2,6111,566

ixgbe_82599.hH A D16-Jun-20163.3 KiB6630

ixgbe_api.cH A D16-Jun-201646.7 KiB1,624703

ixgbe_api.hH A D16-Jun-201610.4 KiB221175

ixgbe_common.cH A D16-Mar-2017136 KiB4,9862,876

ixgbe_common.hH A D16-Mar-20178.2 KiB179126

ixgbe_dcb.cH A D16-Jun-201621.6 KiB744475

ixgbe_dcb.hH A D16-Jun-20166.2 KiB17695

ixgbe_dcb_82598.cH A D16-Jun-201610.5 KiB362181

ixgbe_dcb_82598.hH A D16-Jun-20164.1 KiB10141

ixgbe_dcb_82599.cH A D16-Jun-201616.8 KiB595294

ixgbe_dcb_82599.hH A D16-Jun-20165.7 KiB15571

ixgbe_mbx.cH A D16-Jun-201619.8 KiB769372

ixgbe_mbx.hH A D16-Jun-20166.9 KiB15273

ixgbe_phy.cH A D16-Jun-201674.2 KiB2,7591,741

ixgbe_phy.hH A D16-Jun-20168.6 KiB212155

ixgbe_type.hH A D28-Jul-2016156.8 KiB4,0173,272

ixgbe_vf.cH A D16-Jun-201620.6 KiB725382

ixgbe_vf.hH A D16-Jun-20165.3 KiB14295

ixgbe_x540.cH A D16-Jun-201629 KiB1,014558

ixgbe_x540.hH A D16-Jun-20163.1 KiB6827

ixgbe_x550.cH A D16-Jun-201686.2 KiB3,1461,897

ixgbe_x550.hH A D16-Jun-20165.3 KiB10971

README.illumos

1This directory contains the 'common code' to the ixgbe driver. This code
2comes from FreeBSD.
3
4The following are a subset of the current modifications that are being
5made to this common code to facilitate illumos specific features:
6
7o IXGBE_REMOVED
8
9The IXGBE_REMOVED macro normally taks a pointer to the hardware address.
10However, that does not allow us to go through and actually do a useful
11check. Instead we modify all users of this macro to pass the struct
12ixgbe_hw of the ixgbe_t. Importantly, we also remove the current
13definition of IXGBE_REMOVED in ixbe_common.h and instead use the
14definition in ixgbe_osdep.h.
15