* [PATCH opensm] osm_pkey.[h c]: Remove dead function osm_pkey_tbl_clear_accum_pkeys
@ 2013-12-11 18:50 Hal Rosenstock
0 siblings, 0 replies; only message in thread
From: Hal Rosenstock @ 2013-12-11 18:50 UTC (permalink / raw)
To: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
Cc: Vladimir Koushnir
From: Vladimir Koushnir <vladimirk-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Signed-off-by: Vladimir Koushnir <vladimirk-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
include/opensm/osm_pkey.h | 23 -----------------------
opensm/osm_pkey.c | 15 ---------------
2 files changed, 0 insertions(+), 38 deletions(-)
diff --git a/include/opensm/osm_pkey.h b/include/opensm/osm_pkey.h
index 9459b5b..090a8be 100644
--- a/include/opensm/osm_pkey.h
+++ b/include/opensm/osm_pkey.h
@@ -340,29 +340,6 @@ osm_pkey_tbl_set_accum_pkeys(IN osm_pkey_tbl_t * p_pkey_tbl,
*
*********/
-/****f* OpenSM: osm_pkey_tbl_clear_accum_pkeys
-* NAME
-* osm_pkey_tbl_clear_accum_pkeys
-*
-* DESCRIPTION
-* Clears the given pkey in the "accum_pkeys" array
-*
-* SYNOPSIS
-*/
-void
-osm_pkey_tbl_clear_accum_pkeys(IN osm_pkey_tbl_t * p_pkey_tbl,
- IN uint16_t pkey);
-/*
-* p_pkey_tbl
-* [in] Pointer to the PKey table
-*
-* pkey
-* [in] PKey to clear
-*
-* NOTES
-*
-*********/
-
/****f* OpenSM: osm_pkey_tbl_set_new_entry
* NAME
* osm_pkey_tbl_set_new_entry
diff --git a/opensm/osm_pkey.c b/opensm/osm_pkey.c
index fe0a946..9e7e96f 100644
--- a/opensm/osm_pkey.c
+++ b/opensm/osm_pkey.c
@@ -235,21 +235,6 @@ void osm_pkey_find_last_accum_pkey_index(IN osm_pkey_tbl_t * p_pkey_tbl)
}
/*
- Clears the given pkey (along with it's overall index) in the accum_pkeys array.
-*/
-void osm_pkey_tbl_clear_accum_pkeys(IN osm_pkey_tbl_t * p_pkey_tbl,
- IN uint16_t pkey)
-{
- void *ptr;
-
- ptr = cl_map_remove(&p_pkey_tbl->accum_pkeys, pkey);
- if (ptr == NULL)
- return;
-
- osm_pkey_find_last_accum_pkey_index(p_pkey_tbl);
-}
-
-/*
Store the given pkey in the "new" blocks array.
Also, make sure the regular block exists.
*/
--
1.7.8.2
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-11 18:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 18:50 [PATCH opensm] osm_pkey.[h c]: Remove dead function osm_pkey_tbl_clear_accum_pkeys Hal Rosenstock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox