linux/drivers/net/ethernet/chelsio/cxgb4
Thadeu Lima de Souza Cascardo 40c9f8ab6c cxgb4: use dev_port to identify ports
Commit 3f85944fe2 ("net: Add sysfs file
for port number") introduce dev_port to network devices. cxgb4 adapters
have multiple ports on the same PCI function, and used dev_id to
identify those ports. That use was removed by commit
8c367fcbe6 ("cxgb4: Do not set
net_device::dev_id to VI index"), since dev_id should be used only when
devices share the same MAC address.

Using dev_port for cxgb4 allows different ports on the same PCI function
to be identified.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-06-25 16:01:54 -07:00
..
Makefile
cxgb4.h iw_cxgb4: Allocate and use IQs specifically for indirect interrupts 2014-06-10 22:49:54 -07:00
cxgb4_main.c cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_list 2014-06-24 15:51:49 -07:00
cxgb4_uld.h iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connections 2014-06-10 22:49:54 -07:00
l2t.c cxgb4: Save the correct mac addr for hw-loopback connections in the L2T 2014-04-14 16:26:48 -04:00
l2t.h cxgb4: Add API to correctly calculate tuple fields 2013-12-22 18:09:08 -05:00
sge.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
t4_hw.c cxgb4: use dev_port to identify ports 2014-06-25 16:01:54 -07:00
t4_hw.h iw_cxgb4: Allocate and use IQs specifically for indirect interrupts 2014-06-10 22:49:54 -07:00
t4_msg.h iw_cxgb4: don't truncate the recv window size 2014-06-10 22:49:54 -07:00
t4_regs.h cxgb4: Updates for T5 SGE's Egress Congestion Threshold 2014-03-13 14:36:05 -04:00
t4fw_api.h cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilities 2014-02-18 16:23:01 -05:00