Home
last modified time | relevance | path

Searched refs:acl_list (Results 1 – 13 of 13) sorted by relevance

/drivers/target/
Dtarget_core_tpg.c96 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in __core_tpg_get_initiator_node_acl()
278 INIT_LIST_HEAD(&acl->acl_list); in core_tpg_check_initiator_node_acl()
313 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in core_tpg_check_initiator_node_acl()
405 INIT_LIST_HEAD(&acl->acl_list); in core_tpg_add_initiator_node_acl()
431 list_add_tail(&acl->acl_list, &tpg->acl_node_list); in core_tpg_add_initiator_node_acl()
463 list_del(&acl->acl_list); in core_tpg_del_initiator_node_acl()
763 acl_list) { in core_tpg_deregister()
764 list_del(&nacl->acl_list); in core_tpg_deregister()
Dtarget_core_device.c437 list_for_each_entry(nacl, &tpg->acl_node_list, acl_list) { in core_clear_lun_from_tpg()
1250 list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { in core_dev_add_lun()
Dtarget_core_xcopy.c474 INIT_LIST_HEAD(&xcopy_pt_nacl.acl_list); in target_xcopy_setup_pt()
Dtarget_core_transport.c491 list_del(&se_nacl->acl_list); in transport_deregister_session()
/drivers/staging/rtl8712/
Ddrv_types.h153 struct wlan_acl_pool acl_list; member
Drtl871x_mlme.c937 if (r8712_access_ctrl(&adapter->acl_list, pstassoc->macaddr) == false) in r8712_stassoc_event_callback()
/drivers/staging/rtl8723au/core/
Drtw_ap.c32 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info23a()
1049 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl23a()
1063 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta23a()
1123 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta23a()
1882 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode23a()
1926 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode23a()
Drtw_sta_mgt.c427 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl23a()
/drivers/staging/rtl8188eu/core/
Drtw_ap.c33 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in init_mlme_ap_info()
1114 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_set_macaddr_acl()
1128 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_add_sta()
1192 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_acl_remove_sta()
1872 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in start_ap_mode()
1922 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in stop_ap_mode()
Drtw_sta_mgt.c536 struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; in rtw_access_ctrl()
/drivers/staging/rtl8188eu/include/
Dsta_info.h333 struct wlan_acl_pool acl_list; member
/drivers/staging/rtl8723au/include/
Dsta_info.h342 struct wlan_acl_pool acl_list; member
/drivers/target/tcm_fc/
Dtfc_conf.c253 list_for_each_entry(se_acl, &se_tpg->acl_node_list, acl_list) { in ft_acl_get()