diff options
author | Varun Prakash <varun@chelsio.com> | 2016-07-21 17:27:18 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-25 17:31:09 (GMT) |
commit | 9d5c44b7c4f4345341bf96b16fdeb6debc437172 (patch) | |
tree | 859fecf06e46790fc70724f95f5378b7162f2e6d /drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | |
parent | b75113b12c36606906538a74ae755a655ae583b7 (diff) | |
download | linux-9d5c44b7c4f4345341bf96b16fdeb6debc437172.tar.xz |
libcxgb: export ppm release and tagmask set api
Export cxgbi_ppm_release() to release
ppod manager and cxgbi_tagmask_set() to
set tag mask, they are used by cxgb3i, cxgb4i
and cxgbit.
Signed-off-by: Varun Prakash <varun@chelsio.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/cxgbi/cxgb3i/cxgb3i.c')
-rw-r--r-- | drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c index bb25ebb..61f16a2 100644 --- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c +++ b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c @@ -1234,6 +1234,7 @@ static int cxgb3i_ddp_init(struct cxgbi_device *cdev) } ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; + tagmask = cxgbi_tagmask_set(ppmax); pr_info("T3 %s: 0x%x~0x%x, 0x%x, tagmask 0x%x -> 0x%x.\n", ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, |