Home
last modified time | relevance | path

Searched refs:open_index (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c670 int i, open_index = -1; in bcmasp_netfilt_get_init() local
698 if (!init || open_index >= 0) in bcmasp_netfilt_get_init()
708 open_index = i; in bcmasp_netfilt_get_init()
710 open_index = i; in bcmasp_netfilt_get_init()
713 if (open_index >= 0) { in bcmasp_netfilt_get_init()
714 nfilter = &priv->net_filters[open_index]; in bcmasp_netfilt_get_init()
718 nfilter->hw_index = open_index; in bcmasp_netfilt_get_init()
721 if (wake_filter && open_index >= 0) { in bcmasp_netfilt_get_init()
723 priv->net_filters[open_index + 1].claimed = true; in bcmasp_netfilt_get_init()
724 priv->net_filters[open_index + 1].wake_filter = true; in bcmasp_netfilt_get_init()
/linux/drivers/md/persistent-data/
H A Ddm-space-map-common.h93 open_index_fn open_index; member
/linux/drivers/md/dm-vdo/
H A Ddedupe.c2062 static void open_index(struct hash_zones *zones) in open_index() function
2127 open_index(zones); in change_dedupe_state()