summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai2016-09-211-1/+6
* cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar2016-07-251-0/+2
* cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai2016-05-041-2/+6
* cxgb4: Don't sleep when mbox cmd is issued from interrupt contextHariprasad Shenai2016-05-041-0/+6
* cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-291-20/+49
* cxgb4: Decode link down reason code obtained from firmwareHariprasad Shenai2016-04-261-0/+34
* cxgb4: Don't assume FW_PORT_CMD reply is always port info msgHariprasad Shenai2016-04-261-37/+73
* cxgb4: Refactor t4_port_init functionHariprasad Shenai2016-04-261-40/+53
* cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-261-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-211-0/+33
|\
| * cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai2016-04-111-0/+33
* | cxgb4: Set VPD size so we can read both VPD structuresHariprasad Shenai2016-04-151-0/+10
|/
* cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai2016-02-181-17/+75
* cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai2015-12-231-0/+9
* cxgb4: Update correct encoding of SGE Ingress DMA States for T6 adapterHariprasad Shenai2015-12-231-0/+59
* cxgb4: Update Congestion Channel map for T6 adapterHariprasad Shenai2015-12-231-1/+8
* cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai2015-12-231-5/+11
* cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai2015-12-231-1/+61
* cxgb4: Update pm_stats for T6 adapter familyHariprasad Shenai2015-12-231-2/+5
* cxgb4: Enhance driver to update FW, when FW is too oldHariprasad Shenai2015-10-111-1/+5
* cxgb4 : Update T4/T5/T6 register rangesHariprasad Shenai2015-10-051-330/+1134
* cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai2015-08-281-0/+56
* cxgb4: Add MPS tracing supportHariprasad Shenai2015-08-131-0/+113
* cxgb4: Update T6 register rangesHariprasad Shenai2015-08-041-14/+12
* cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai2015-08-041-2/+6
* cxgb4: Add support to dump edc bist statusHariprasad Shenai2015-08-041-0/+39
* cxgb4: Add debugfs entry to enable backdoor accessHariprasad Shenai2015-07-211-7/+12
* cxgb4: Read stats for only available channelsHariprasad Shenai2015-07-081-47/+26
* cxgb4: Update register ranges for T6 adapterHariprasad Shenai2015-07-081-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-528/+1687
|\
| * cxgb4: Add debugfs entry to dump channel rateHariprasad Shenai2015-06-101-0/+46
| * cxgb4: Add debugfs entry to dump CIM PIF logic analyzer contentsHariprasad Shenai2015-06-101-0/+34
| * cxgb4: Add a debugfs entry to dump CIM MA logic analyzer logsHariprasad Shenai2015-06-101-0/+21
| * cxgb4: Fix static checker warningHariprasad Shenai2015-06-051-1/+1
| * cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai2015-06-051-20/+82
| * cxgb4: program pci completion timeoutHariprasad Shenai2015-06-051-0/+19
| * cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai2015-06-051-10/+37
| * cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai2015-06-051-2/+2
| * cxgb4: Add sge ec context flush serviceHariprasad Shenai2015-06-051-0/+26
| * cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai2015-06-051-0/+27
| * cxgb4: Remove WOL get/set ethtool supportHariprasad Shenai2015-06-031-100/+0
| * cxgb4: Add support to dump loopback port statsHariprasad Shenai2015-06-031-0/+48
| * cxgb4: Add support in ethtool to dump channel statsHariprasad Shenai2015-06-031-0/+43
| * cxgb4: Add ethtool support to get adapter statsHariprasad Shenai2015-06-031-8/+111
| * cxgb4: Adds support for T6 adapterHariprasad Shenai2015-06-011-56/+162
| * cxgb4: Add is_t6 macro and T6 register rangesHariprasad Shenai2015-06-011-0/+344
| * cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai2015-05-271-11/+11
| * cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai2015-05-251-36/+181
| * cxgb4: Update T4/T5 adapter register rangesHariprasad Shenai2015-05-211-31/+44
| * cxgb4: Optimize and cleanup setup memory window codeHariprasad Shenai2015-05-211-0/+96
OpenPOWER on IntegriCloud