summaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efsys.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-26Fix unused variable warning in sfxge's ef10_tx.cDimitry Andric
2020-09-01sfxge: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-27Remove support for FreeBSD 7 and 8Warner Losh
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-07-27sfxge(4): unify power of 2 alignment check macroAndrew Rybchenko
2019-07-27sfxge(4): fix align to power of 2 when align has smaller typeAndrew Rybchenko
2019-07-27sfxge(4): fix power of 2 round up when align has smaller typeAndrew Rybchenko
2018-11-30sfxge(4): support Medford2Andrew Rybchenko
2018-11-30sfxge(4): move empty efsys definitions to EFX headersAndrew Rybchenko
2018-11-29sfxge(4): support equal stride super-buffer Rx modeAndrew Rybchenko
2018-11-29sfxge(4): add firmware subvariant aware driver optionAndrew Rybchenko
2018-11-29sfxge(4): add firmware image layout optionAndrew Rybchenko
2018-11-27sfxge(4): add efsys macro to get memory region sizeAndrew Rybchenko
2018-11-27sfxge(4): add efsys option for Medford2Andrew Rybchenko
2018-11-26sfxge(4): add API to control UDP tunnel portsAndrew Rybchenko
2018-11-22sfxge(4): support packed stream Rx mode in libefxAndrew Rybchenko
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-12-30sfxge(4): cleanup: add efsys_lock_state_t for type of state param in EFSYS_LO...Andrew Rybchenko
2016-12-30sfxge(4): remove obsolete Wake-On-LAN supportAndrew Rybchenko
2016-05-24sfxge(4): enable Medford supportAndrew Rybchenko
2016-05-24sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko
2016-05-24sfxge(4): provide option to disable not a local MAC address checkAndrew Rybchenko
2016-05-23sfxge(4): cleanup: remove unused EFX preempt macrosAndrew Rybchenko
2016-05-14sfxge(4): remove obsolete EFSYS_OPT_PHY_PROPS option and APIsAndrew Rybchenko
2016-05-09sfxge(4): disable common code support for FalconAndrew Rybchenko
2016-05-09sfxge(4): cleanup: fix obsolete EFSYS_OPT_PHY_BIST optionAndrew Rybchenko
2016-01-20sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotationsAndrew Rybchenko
2016-01-14sfxge: add accessors for license-related MCDI calls to common codeAndrew Rybchenko
2016-01-13sfxge: remove unused common code EFSYS_OPT_RX_HDR_SPLITAndrew Rybchenko
2016-01-12sfxge: remove obsolete common code PKTFILTER moduleAndrew Rybchenko
2016-01-11sfxge: add Medford build option disabled by defaultAndrew Rybchenko
2015-12-07sfxge: [1/6] add common code MCDI proxy auth build optionAndrew Rybchenko
2015-12-03sfxge: add MCDI logging support to common codeAndrew Rybchenko
2015-11-29sfxge: add prefast annotation to common code return typesAndrew Rybchenko
2015-05-25sfxge: add 7xxx NICs family supportAndrew Rybchenko
2015-03-23sfxge: FreeBSD before 10 does not have bus_space_*_8 on amd64Andrew Rybchenko
2015-03-23sfxge: add barriers to BAR write macrosAndrew Rybchenko
2015-02-22sfxge: do no allow EFSYS_MEM_ALLOC sleepAndrew Rybchenko
2015-02-22sfxge: using bus_space_*_stream_* API for better portabilityAndrew Rybchenko
2015-02-22sfxge: use macros to acquire and release BAR locks everywhereAndrew Rybchenko
2015-02-05sfxge: using 64-bit access for x86-64Andrew Rybchenko
2015-02-05sfxge: make lock names uniqueAndrew Rybchenko
2015-02-04sfxge: Add macros to init, destroy, acquire, release and assert locksAndrew Rybchenko
2015-02-04sfxge: Implement EFSYS_MEM_READ_BARRIER()Andrew Rybchenko
2015-01-29sfxge: Remove unused esm_size member of the efsys_mem_t structureAndrew Rybchenko
2014-09-30cleanup: code style fixesGeorge V. Neville-Neil
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2011-11-28sfxge: Add $FreeBSD$ tags to common code files.Philip Paeps