aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/ef10_nic.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+0
* sfxge(4): update external port number calculationAndrew Rybchenko2018-11-301-39/+48
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-301-2/+2
* sfxge(4): guard Rx scale code with corresponding optionAndrew Rybchenko2018-11-301-0/+7
* sfxge(4): infer port mode bandwidth from max link speedAndrew Rybchenko2018-11-301-3/+20
* sfxge(4): support improvements to bandwidth calculationsAndrew Rybchenko2018-11-301-3/+13
* sfxge(4): add X2 port modes to bandwidth calculatorAndrew Rybchenko2018-11-301-9/+34
* sfxge(4): update to current port mode terminologyAndrew Rybchenko2018-11-301-19/+22
* sfxge(4): modify phy caps to indicate FEC requestAndrew Rybchenko2018-11-301-0/+15
* sfxge(4): add API to inform libefx of hardware removalAndrew Rybchenko2018-11-301-2/+10
* sfxge(4): add routine to check for hardware presenceAndrew Rybchenko2018-11-301-0/+22
* sfxge(4): fix out of bounds read when dereferencing sdupAndrew Rybchenko2018-11-301-56/+37
* sfxge(4): add accessor for default port modeAndrew Rybchenko2018-11-301-3/+10
* sfxge(4): fix PreFAST warnings because of unused returnAndrew Rybchenko2018-11-291-2/+2
* sfxge(4): add Medford2 head-of-line blocking statsAndrew Rybchenko2018-11-291-0/+6
* sfxge(4): get max supported value for action MARKAndrew Rybchenko2018-11-291-2/+9
* sfxge(4): get actions MARK and FLAG supportAndrew Rybchenko2018-11-291-0/+10
* sfxge(4): detect equal stride super-buffer supportAndrew Rybchenko2018-11-291-0/+6
* sfxge(4): honour packed stream RSS restrictionAndrew Rybchenko2018-11-291-7/+52
* sfxge(4): support more RSS hash configurationsAndrew Rybchenko2018-11-291-0/+6
* sfxge(4): support FW subvariant choiceAndrew Rybchenko2018-11-291-0/+82
* sfxge(4): report no Tx checksum FW subvariant supportAndrew Rybchenko2018-11-291-0/+6
* sfxge(4): add encapsulated TSOv2 capabilityAndrew Rybchenko2018-11-281-0/+6
* sfxge(4): add Medford2 support for external port numbersAndrew Rybchenko2018-11-281-0/+87
* sfxge(4): group Medford external port mapping entriesAndrew Rybchenko2018-11-281-15/+15
* sfxge(4): clarify port mode names and masksAndrew Rybchenko2018-11-281-29/+31
* sfxge(4): move VI window size config to ef10 NIC boardAndrew Rybchenko2018-11-281-65/+31
* sfxge(4): move privilege config to ef10 NIC board configAndrew Rybchenko2018-11-281-1/+14
* sfxge(4): move vector config to ef10 NIC board configAndrew Rybchenko2018-11-281-1/+16
* sfxge(4): move limits config to ef10 NIC board configAndrew Rybchenko2018-11-281-0/+11
* sfxge(4): move Tx config to ef10 NIC board configAndrew Rybchenko2018-11-281-0/+10
* sfxge(4): move Rx config to ef10 NIC board configAndrew Rybchenko2018-11-281-0/+11
* sfxge(4): move datapath config to ef10 NIC board cfgAndrew Rybchenko2018-11-281-2/+8
* sfxge(4): move PHY/link config to ef10 NIC board cfgAndrew Rybchenko2018-11-281-1/+17
* sfxge(4): move legacy board config to ef10 NIC board cfgAndrew Rybchenko2018-11-281-1/+17
* sfxge(4): move MAC address config to ef10 NIC board cfgAndrew Rybchenko2018-11-281-1/+32
* sfxge(4): move PF/VF config to ef10 NIC board configAndrew Rybchenko2018-11-281-1/+17
* sfxge(4): move port config to ef10 NIC board configAndrew Rybchenko2018-11-281-2/+21
* sfxge(4): add ef10 NIC board config methodAndrew Rybchenko2018-11-281-4/+20
* sfxge(4): decode Medford2 FEC stats if availableAndrew Rybchenko2018-11-271-0/+5
* sfxge(4): retrieve number of MAC stats from NICAndrew Rybchenko2018-11-271-2/+12
* sfxge(4): refactor EF10 get datapath capabilitiesAndrew Rybchenko2018-11-271-50/+99
* sfxge(4): improve comments for EF10 ext port mappingAndrew Rybchenko2018-11-271-17/+93
* sfxge(4): support runtime VI window sizeAndrew Rybchenko2018-11-271-3/+75
* sfxge(4): move RxDP config get to EF10 NIC codeAndrew Rybchenko2018-11-271-0/+58
* sfxge(4): add Medford2 support to NIC moduleAndrew Rybchenko2018-11-271-12/+22
* sfxge(4): add API to control UDP tunnel portsAndrew Rybchenko2018-11-261-1/+9
* sfxge(4): rename firmware update verify result cap fieldAndrew Rybchenko2018-11-231-1/+1
* sfxge(4): provide information about supported tunnelsAndrew Rybchenko2018-11-231-0/+10