summaryrefslogtreecommitdiff
path: root/drivers/net/cxgb4/t4_regs.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11chelsio: Move the Chelsio driversJeff Kirsher1-885/+0
Moves the drivers for the Chelsio chipsets into drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile changes. CC: Divy Le Ray <divy@chelsio.com> CC: Dimitris Michailidis <dm@chelsio.com> CC: Casey Leedom <leedom@chelsio.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2010-08-03cxgb4: get on-chip queue info from FW and create a memory window for themDimitris Michailidis1-0/+1
Get info about the availability of Tx on-chip queues from FW and if they are supported set up a memory window for them. iw_cxgb4 will be using them. Move the existing window setup later in the init sequence, after we have collected the new info. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-06-29cxgb4vf: Add new macros and definitions for hardware constantsCasey Leedom1-0/+3
Add new macros and definitions for hardware constants. Signed-off-by: Casey Leedom Signed-off-by: David S. Miller <davem@davemloft.net>
2010-06-19cxgb4: dynamically determine flash size and FW image locationDimitris Michailidis1-0/+3
Handle the larger flash memories on newer boards: - get the size and number of sectors by probing the flash - writes and erases can take longer, adjust the timeouts for these operations - the FW image can be at different locations depending on flash size, find its location dynamically as well. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-02cxgb4: Add register, message, and FW definitionsDimitris Michailidis1-0/+878
Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>