Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c653 int i, open_index = -1; in bcmasp_netfilt_get_init() local
681 if (!init || open_index >= 0) in bcmasp_netfilt_get_init()
691 open_index = i; in bcmasp_netfilt_get_init()
693 open_index = i; in bcmasp_netfilt_get_init()
696 if (open_index >= 0) { in bcmasp_netfilt_get_init()
697 nfilter = &priv->net_filters[open_index]; in bcmasp_netfilt_get_init()
700 nfilter->hw_index = open_index; in bcmasp_netfilt_get_init()
703 if (wake_filter && open_index >= 0) { in bcmasp_netfilt_get_init()
705 priv->net_filters[open_index + 1].claimed = true; in bcmasp_netfilt_get_init()
706 priv->net_filters[open_index + 1].wake_filter = true; in bcmasp_netfilt_get_init()
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map-common.c1039 ll->open_index = metadata_ll_open; in sm_ll_new_metadata()
1081 ll->open_index = metadata_ll_open; in sm_ll_open_metadata()
1090 return ll->open_index(ll); in sm_ll_open_metadata()
1217 ll->open_index = disk_ll_open; in sm_ll_new_disk()
1253 ll->open_index = disk_ll_open; in sm_ll_open_disk()
1262 return ll->open_index(ll); in sm_ll_open_disk()
H A Ddm-space-map-common.h93 open_index_fn open_index; member