summaryrefslogtreecommitdiffstats
path: root/drivers/uwb/umc-dev.c
diff options
context:
space:
mode:
authorJack Morgenstein <jackm@dev.mellanox.co.il>2011-12-13 05:13:36 +0100
committerDavid S. Miller <davem@davemloft.net>2011-12-13 19:56:06 +0100
commitd7233386b21775a8b099d7d5dcc36d1e4642b896 (patch)
tree774f01c6ad53590ff7dff2562aaf37ba2ed7e581 /drivers/uwb/umc-dev.c
parentmlx4_core: qp modifications for SRIOV (diff)
downloadlinux-d7233386b21775a8b099d7d5dcc36d1e4642b896.tar.xz
linux-d7233386b21775a8b099d7d5dcc36d1e4642b896.zip
mlx4_core: cq modifications for SRIOV
CQs 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>
Diffstat (limited to 'drivers/uwb/umc-dev.c')
0 files changed, 0 insertions, 0 deletions