Searched refs:open_index (Results 1 – 3 of 3) sorted by relevance
653 int i, open_index = -1; in bcmasp_netfilt_get_init() local681 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()
1039 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()
93 open_index_fn open_index; member