| /linux/drivers/staging/rtl8723bs/include/ |
| A D | ieee80211.h | 157 #define is_legacy_only(net_type) ((net_type) == ((net_type) & (WIRELESS_11BG))) argument 159 #define is_supported_24g(net_type) ((net_type) & SUPPORTED_24G_NETTYPE_MSK ? true : false) argument 161 #define is_supported_tx_cck(net_type) (((net_type) & (WIRELESS_11B)) ? true : false) argument 162 #define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false) argument
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| A D | wow.h | 44 return (rtwvif->net_type == RTW_NET_MGD_LINKED); in rtw_wow_mgd_linked() 52 return (rtwvif->net_type == RTW_NET_NO_LINK); in rtw_wow_no_link()
|
| A D | mac80211.c | 112 .net_type = {.addr = 0x0100, .mask = 0x30000}, 119 .net_type = {.addr = 0x0100, .mask = 0xc0000}, 126 .net_type = {.addr = 0x1100, .mask = 0x3}, 133 .net_type = {.addr = 0x1100, .mask = 0xc}, 140 .net_type = {.addr = 0x1100, .mask = 0x30}, 151 enum rtw_net_type net_type; in rtw_ops_add_interface() local 191 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 196 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 201 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 213 rtwvif->net_type = net_type; in rtw_ops_add_interface() [all …]
|
| A D | main.c | 572 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed() 575 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed() 927 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 928 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 929 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config() 2355 reg1 = &rtwvif_ap->conf->net_type; in rtw_port_switch_iter() 2356 reg2 = &rtwvif_target->conf->net_type; in rtw_port_switch_iter()
|
| A D | bf.c | 140 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
|
| A D | wow.c | 790 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
|
| A D | main.h | 582 struct rtw_hw_reg net_type; member 805 enum rtw_net_type net_type; member
|
| A D | fw.c | 600 if (rtwvif->net_type != RTW_NET_MGD_LINKED) in rtw_fw_default_port()
|
| A D | coex.c | 3870 "Network Type", rtwvif->net_type); in rtw_coex_vif_stat_iter()
|
| A D | rtw8822c.c | 3155 if (vif->net_type == RTW_NET_AP_MODE) in rtw8822c_bf_enable_bfee_su()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | wow.h | 103 return rtwvif->net_type == RTW89_NET_TYPE_INFRA; in rtw89_wow_mgd_linked() 111 return rtwvif->net_type == RTW89_NET_TYPE_NO_LINK; in rtw89_wow_no_link()
|
| A D | cam.c | 726 FWCMD_SET_ADDR_NET_TYPE(cmd, rtwvif->net_type); in rtw89_cam_fill_addr_cam_info() 758 if (rtwvif->net_type == RTW89_NET_TYPE_INFRA) in rtw89_cam_fill_addr_cam_info() 760 else if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_cam_fill_addr_cam_info()
|
| A D | ser.c | 304 rtwvif->net_type = RTW89_NET_TYPE_NO_LINK; in ser_reset_vif() 319 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in ser_sta_deinit_cam_iter()
|
| A D | mac.c | 4151 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_mac_port_cfg_func_sw() 4202 rtwvif->net_type); in rtw89_mac_port_cfg_net_type() 4210 bool en = rtwvif->net_type != RTW89_NET_TYPE_NO_LINK; in rtw89_mac_port_cfg_bcn_prct() 4224 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_port_cfg_rx_sw() 4225 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_rx_sw() 4250 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_rx_sync_by_nettype() 4271 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_tx_sw_by_nettype() 4281 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_mac_enable_beacon_for_ap_vifs() 4395 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_mac_port_cfg_mbssid() 4507 if (!src || tmp->net_type == RTW89_NET_TYPE_INFRA) in rtw89_mac_port_tsf_resync_all() [all …]
|
| A D | fw.c | 2651 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_default_cmac_tbl() 2869 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_assoc_cmac_tbl() 3006 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) { in rtw89_fw_h2c_assoc_cmac_tbl_g7() 3385 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) { in rtw89_fw_h2c_role_maintain() 3456 u8 net_type = rtwvif->net_type; in rtw89_fw_h2c_join_info() local 3468 if (net_type == RTW89_NET_TYPE_AP_MODE && rtwsta) { in rtw89_fw_h2c_join_info() 3470 net_type = dis_conn ? RTW89_NET_TYPE_NO_LINK : net_type; in rtw89_fw_h2c_join_info() 3491 le32_encode_bits(net_type, RTW89_H2C_JOININFO_W0_NET_TYPE) | in rtw89_fw_h2c_join_info() 3745 if (!rtwvif || !bss_conf || rtwvif->net_type != RTW89_NET_TYPE_INFRA) in rtw89_fw_h2c_set_bcn_fltr_cfg() 3844 if (rtwvif->net_type != RTW89_NET_TYPE_INFRA) in rtw89_fw_h2c_tp_offload()
|
| A D | core.c | 1889 rtwvif->net_type == RTW89_NET_TYPE_NO_LINK) in rtw89_stats_trigger_frame() 3429 rtwvif->net_type = RTW89_NET_TYPE_AP_MODE; in rtw89_vif_type_mapping() 3433 rtwvif->net_type = RTW89_NET_TYPE_AD_HOC; in rtw89_vif_type_mapping() 3438 rtwvif->net_type = RTW89_NET_TYPE_INFRA; in rtw89_vif_type_mapping() 3441 rtwvif->net_type = RTW89_NET_TYPE_NO_LINK; in rtw89_vif_type_mapping() 4158 if (rtwvif->net_type != RTW89_NET_TYPE_AP_MODE) in rtw89_core_update_beacon_work()
|
| A D | wow.c | 804 switch (rtwvif->net_type) { in rtw89_wow_vif_iter()
|
| A D | core.h | 3479 u8 net_type; member 6087 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in rtw89_get_addr_cam_of()
|
| /linux/drivers/infiniband/core/ |
| A D | verbs.c | 715 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument 725 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr() 737 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr() 738 net_type == RDMA_NETWORK_IB || RDMA_NETWORK_ROCE_V1) { in ib_get_gids_from_rdma_hdr() 796 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local 809 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc() 811 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc() 812 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc() 814 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
|
| /linux/drivers/infiniband/hw/irdma/ |
| A D | verbs.h | 40 u8 net_type; member
|
| A D | verbs.c | 1298 av->net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_modify_qp_roce() 1299 if (av->net_type == RDMA_NETWORK_IPV6) { in irdma_modify_qp_roce() 1311 } else if (av->net_type == RDMA_NETWORK_IPV4) { in irdma_modify_qp_roce() 4456 ah->av.net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_setup_ah() 4466 if (ah->av.net_type == RDMA_NETWORK_IPV4) { in irdma_setup_ah()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| A D | mad.c | 491 enum rdma_network_type net_type; in get_gids_from_l3_hdr() local 494 net_type = RDMA_NETWORK_IPV4; in get_gids_from_l3_hdr() 496 net_type = RDMA_NETWORK_IPV6; in get_gids_from_l3_hdr() 500 return ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in get_gids_from_l3_hdr()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| A D | main.c | 630 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument 638 net_type, beacon_ie_len, in ath6kl_connect_event()
|
| A D | core.h | 940 u16 beacon_int, enum network_type net_type,
|
| /linux/include/rdma/ |
| A D | ib_verbs.h | 3576 enum rdma_network_type net_type,
|