linux/drivers/net/ethernet/mellanox/mlx4
Jack Morgenstein fe9a2603c5 mlx4_core: qp modifications for SRIOV
QPs are resources which are allocated and tracked by the PF driver.
In multifunction mode, the allocation and icm mapping is done in
the resource tracker (later patch in this sequence).

To accomplish this, we have "work" functions whose names start with
"__", and "request" functions (same name, no __). If we are operating
in multifunction mode, the request function actually results in
comm-channel commands being sent (ALLOC_RES or FREE_RES).
The PF-driver comm-channel handler will ultimately invoke the
"work" (__) function and return the result.

If we are not in multifunction mode, the "work" handler is invoked
immediately.

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-12-13 13:56:06 -05:00
..
alloc.c
catas.c
cmd.c net/mlx4_core: Implement the master-slave communication channel 2011-12-13 13:56:05 -05:00
cq.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
en_cq.c net/mlx4_en: using non collapsed CQ on TX 2011-11-27 17:17:04 -05:00
en_ethtool.c net/mlx4_en: fix WOL handlers were always looking at port2 capability bit 2011-11-27 17:17:04 -05:00
en_main.c
en_netdev.c net: make vlan ndo_vlan_rx_[add/kill]_vid return error value 2011-12-08 19:52:37 -05:00
en_port.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
en_port.h mlx4_core: initial header-file changes for SRIOV support 2011-12-13 13:56:05 -05:00
en_resources.c net/mlx4: move RSS related definitions to be global 2011-11-27 17:17:03 -05:00
en_rx.c net/mlx4: fix UDP RSS related settings 2011-11-27 17:17:03 -05:00
en_selftest.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
en_tx.c net/mlx4_en: bug fix for the case of vlan id 0 and UP 0 2011-11-27 17:17:04 -05:00
eq.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
fw.c mlx4_core: Added FW commands and their wrappers for supporting SRIOV 2011-12-13 13:56:06 -05:00
fw.h mlx4_core: Added FW commands and their wrappers for supporting SRIOV 2011-12-13 13:56:06 -05:00
icm.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
icm.h
intf.c
Kconfig
main.c mlx4: Extanding port_mask functionality 2011-12-13 13:56:05 -05:00
Makefile
mcg.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
mlx4_en.h net/mlx4_en: adding loopback support 2011-11-27 17:17:04 -05:00
mlx4.h mlx4_core: Added FW commands and their wrappers for supporting SRIOV 2011-12-13 13:56:06 -05:00
mr.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
pd.c mlx4_core: Reduce number of PD bits to 17 2011-12-13 13:56:05 -05:00
port.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
profile.c
qp.c mlx4_core: qp modifications for SRIOV 2011-12-13 13:56:06 -05:00
reset.c
sense.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
srq.c mlx4_core: srq modifications for SRIOV 2011-12-13 13:56:06 -05:00