summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-291-0/+4
* sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree2022-07-221-0/+1
* sfc: fix kdoc warningJesse Brandeburg2020-09-251-0/+1
* sfc: remove phy_op indirectionEdward Cree2020-09-071-1/+0
* sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree2020-08-311-1/+1
* sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree2020-07-271-2/+2
* sfc_ef100: NVRAM selftest support codeEdward Cree2020-07-021-0/+1
* sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree2020-06-301-4/+0
* sfc: determine flag word automatically in efx_has_cap()Edward Cree2020-06-291-3/+2
* sfc: make capability checking a nic_type functionTom Zhao2020-05-111-0/+12
* sfc: move various functionsAlex Maftei (amaftei)2020-01-101-2/+0
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: support VI strides other than 8kEdward Cree2017-12-181-0/+3
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+1
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-2/+2
* sfc: Handle MCDI proxy authorisationBert Kenward2015-12-231-0/+9
* sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2015-12-231-0/+1
* sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko2015-07-211-1/+2
* sfc: add sysfs entry to control MCDI tracingEdward Cree2015-05-271-0/+2
* sfc: add tracing of MCDI commandsEdward Cree2015-05-271-0/+4
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-211-3/+5
* sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-091-0/+2
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-161-0/+13
* sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2013-12-121-0/+2
* sfc: Log all unexpected MCDI errorsEdward Cree2013-12-121-0/+18
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-121-0/+1
* sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-11-291-0/+2
* sfc: Remove extern from function prototypesJoe Perches2013-09-241-62/+58
* sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-291-1/+7
* sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-291-2/+0
* sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-291-4/+25
* sfc: Remove unnecessary use of atomic_tBen Hutchings2013-08-291-1/+1
* sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2013-08-271-0/+2
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-271-12/+20
* sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}Ben Hutchings2013-08-221-0/+54
* sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_ifaceBen Hutchings2013-08-211-11/+9
* sfc: Add support for MCDI v2Ben Hutchings2013-08-211-4/+6
* sfc: Translate MCDI error numbers received in eventsBen Hutchings2013-08-211-2/+2
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-211-0/+21
* sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings2013-08-211-1/+1
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-211-2/+7
* sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings2013-08-211-1/+0
* sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings2013-08-211-2/+2
* sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings2013-08-211-3/+20
* sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings2013-08-211-13/+23
* sfc: Use proper macros to declare and access MCDI arraysBen Hutchings2013-08-211-3/+0
* sfc: Fill out the set of MCDI accessorsBen Hutchings2013-08-211-10/+32
* sfc: Rationalise MCDI buffer accessorsBen Hutchings2013-08-211-26/+20