freebsd-dev/sys/dev/sfxge/common
Andrew Rybchenko 5abce2b919 sfxge(4): restructure TLV buffer validation
Move TLV buffer validation into ef10-specific function and add accessor
function which also converts the partition ID to the internal
representation.

Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D6263
2016-05-10 06:51:20 +00:00
..
ef10_impl.h sfxge: Medford still needs fallback for no privilege mask 2016-01-15 06:27:51 +00:00
ef10_tlv_layout.h sfxge: cleanup: remove extra empty lines 2016-01-18 06:39:06 +00:00
efsys.h sfxge(4): disable common code support for Falcon 2016-05-09 08:37:42 +00:00
efx_bootcfg.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
efx_check.h sfxge(4): remove EFSYS_OPT_PCIE_TUNE 2016-05-09 08:38:56 +00:00
efx_crc32.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_ev.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_filter.c sfxge: cleanup: prefast fixes in common code 2016-01-13 07:46:21 +00:00
efx_hash.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_impl.h sfxge(4): restructure TLV buffer validation 2016-05-10 06:51:20 +00:00
efx_intr.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_lic.c sfxge: add accessors for license-related MCDI calls to common code 2016-01-14 09:19:28 +00:00
efx_mac.c sfxge: if supported by firmware, use enhanced SET_MAC command to only configure the MTU 2016-01-18 06:19:28 +00:00
efx_mcdi.c sfxge: implement SIOCGI2C to read information from phy modules 2016-02-10 12:14:56 +00:00
efx_mcdi.h sfxge: implement SIOCGI2C to read information from phy modules 2016-02-10 12:14:56 +00:00
efx_mon.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_nic.c sfxge(4): remove EFSYS_OPT_PCIE_TUNE 2016-05-09 08:38:56 +00:00
efx_nvram.c sfxge(4): restructure TLV buffer validation 2016-05-10 06:51:20 +00:00
efx_phy_ids.h
efx_phy.c sfxge: implement SIOCGI2C to read information from phy modules 2016-02-10 12:14:56 +00:00
efx_port.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_regs_ef10.h sfxge: regenerate EF10 registers definition for Medford 2016-01-18 06:59:00 +00:00
efx_regs_mcdi.h sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
efx_regs_pci.h
efx_regs.h
efx_rx.c sfxge: rx_prefix_pktlen methods do not require EFSYS_OPT_RX_SCALE 2016-01-14 09:03:02 +00:00
efx_sram.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx_tx.c sfxge: support FATSOv2 in common code 2016-01-14 09:05:51 +00:00
efx_types.h sfxge: cleanup: fix typo in unused EFX_QWORD_IS_SET64 2016-01-13 07:55:47 +00:00
efx_vpd.c sfxge: fix common code VPD iterator and duplicate tag verification 2016-01-14 09:11:20 +00:00
efx_wol.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
efx.h sfxge(4): restructure TLV buffer validation 2016-05-10 06:51:20 +00:00
hunt_ev.c sfxge: improve error handling in ef10_ev_rx() 2016-01-19 06:07:39 +00:00
hunt_filter.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
hunt_impl.h sfxge(4): restructure TLV buffer validation 2016-05-10 06:51:20 +00:00
hunt_intr.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
hunt_mac.c sfxge: if supported by firmware, use enhanced SET_MAC command to only configure the MTU 2016-01-18 06:19:28 +00:00
hunt_mcdi.c sfxge: rework MCDI request completion 2016-01-15 06:23:04 +00:00
hunt_nic.c sfxge: if supported by firmware, use enhanced SET_MAC command to only configure the MTU 2016-01-18 06:19:28 +00:00
hunt_nvram.c sfxge(4): restructure TLV buffer validation 2016-05-10 06:51:20 +00:00
hunt_phy.c sfxge: rename common hunt PHY methods to ef10 and use for Medford 2016-01-15 15:12:30 +00:00
hunt_rx.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
hunt_sram.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
hunt_tx.c sfxge: support FATSOv2 in common code 2016-01-14 09:05:51 +00:00
hunt_vpd.c sfxge: medford stores a single global copy of VPD 2016-01-15 06:26:37 +00:00
mcdi_mon.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
mcdi_mon.h
medford_impl.h sfxge: add Medford NIC methods 2016-01-14 08:59:38 +00:00
medford_nic.c sfxge: check the RX DMA end padding configuration on Medford 2016-01-15 15:20:26 +00:00
siena_flash.h sfxge: regenerate siena_flash.h from FW sources 2016-01-18 06:45:45 +00:00
siena_impl.h sfxge(4): remove unused efx_nic_pcie_extended_sync() 2016-05-09 08:28:52 +00:00
siena_mac.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
siena_mcdi.c sfxge: rework MCDI request completion 2016-01-15 06:23:04 +00:00
siena_nic.c sfxge(4): remove unused efx_nic_pcie_extended_sync() 2016-05-09 08:28:52 +00:00
siena_nvram.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
siena_phy.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
siena_sram.c sfxge: cleanup: simplify EFX header includes 2016-01-13 07:25:51 +00:00
siena_vpd.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00