/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 157 #define is_legacy_only(net_type) ((net_type) == ((net_type) & (WIRELESS_11BG))) 159 #define is_supported_24g(net_type) ((net_type) & SUPPORTED_24G_NETTYPE_MSK ? true : false) 161 #define is_supported_tx_cck(net_type) (((net_type) & (WIRELESS_11B)) ? true : false) 162 #define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false)
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H 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()
|
H 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 174 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 179 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 184 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 195 rtwvif->net_type in rtw_ops_add_interface() [all...] |
H A D | main.c | 375 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed() 378 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed() 645 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 646 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 647 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config()
|
H A D | bf.c | 138 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H 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()
|
H 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 185 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 190 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 195 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 207 rtwvif->net_type in rtw_ops_add_interface() [all...] |
H A D | main.c | 575 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed() 578 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed() 928 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 929 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 930 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config() 2347 reg1 = &rtwvif_ap->conf->net_type; in rtw_port_switch_iter() 2348 reg2 = &rtwvif_target->conf->net_type; in rtw_port_switch_iter()
|
H A D | bf.c | 140 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | wl3501_cs.c | 563 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 569 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 669 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 671 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 673 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 711 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 888 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 915 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 931 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1483 this->net_type in wl3501_set_mode() [all...] |
H A D | ray_cs.h | 54 UCHAR net_type; member
|
H A D | ray_cs.c | 118 static int net_type = ADHOC; variable 162 module_param(net_type, int, 0); 482 local->net_type = net_type; in ray_init() 630 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params() 994 if (local->net_type == ADHOC) { in ray_build_header() 1930 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2800 proc_create_data("driver/ray_cs/net_type", 0200, NULL, &int_proc_ops, in init_ray_cs() 2801 &net_type); in init_ray_cs()
|
H A D | rayctl.h | 451 UCHAR net_type; member
|
H A D | wl3501.h | 595 int net_type; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | wl3501_cs.c | 563 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 569 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 669 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 671 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 673 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 711 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 888 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 915 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 931 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1483 this->net_type in wl3501_set_mode() [all...] |
H A D | ray_cs.h | 54 UCHAR net_type; member
|
H A D | ray_cs.c | 118 static int net_type = ADHOC; variable 162 module_param(net_type, int, 0); 478 local->net_type = net_type; in ray_init() 626 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params() 993 if (local->net_type == ADHOC) { in ray_build_header() 1931 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2799 proc_create_data("driver/ray_cs/net_type", 0200, NULL, &int_proc_ops, in init_ray_cs() 2800 &net_type); in init_ray_cs()
|
H A D | rayctl.h | 451 UCHAR net_type; member
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | verbs.c | 715 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() 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() 714 ib_get_gids_from_rdma_hdr(const union rdma_network_hdr *hdr, enum rdma_network_type net_type, union ib_gid *sgid, union ib_gid *dgid) ib_get_gids_from_rdma_hdr() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | verbs.c | 712 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() 722 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr() 734 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr() 735 net_type == RDMA_NETWORK_IB || RDMA_NETWORK_ROCE_V1) { in ib_get_gids_from_rdma_hdr() 793 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local 806 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc() 808 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc() 809 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc() 811 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc() 711 ib_get_gids_from_rdma_hdr(const union rdma_network_hdr *hdr, enum rdma_network_type net_type, union ib_gid *sgid, union ib_gid *dgid) ib_get_gids_from_rdma_hdr() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | cam.c | 680 FWCMD_SET_ADDR_NET_TYPE(cmd, rtwvif->net_type); in rtw89_cam_fill_addr_cam_info() 712 if (rtwvif->net_type == RTW89_NET_TYPE_INFRA) in rtw89_cam_fill_addr_cam_info() 714 else if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_cam_fill_addr_cam_info()
|
H A D | ser.c | 304 rtwvif->net_type = RTW89_NET_TYPE_NO_LINK; in ser_reset_vif() 315 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in ser_sta_deinit_cam_iter()
|
H A D | fw.c | 1677 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_default_cmac_tbl() 1813 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_assoc_cmac_tbl() 1999 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) { in rtw89_fw_h2c_role_maintain() 2044 u8 net_type = rtwvif->net_type; in rtw89_fw_h2c_join_info() local 2047 if (net_type == RTW89_NET_TYPE_AP_MODE && rtwsta) { in rtw89_fw_h2c_join_info() 2049 net_type = dis_conn ? RTW89_NET_TYPE_NO_LINK : net_type; in rtw89_fw_h2c_join_info() 2068 SET_JOININFO_NET_TYPE(skb->data, net_type); in rtw89_fw_h2c_join_info() 2249 if (!rtwvif || !bss_conf || rtwvif->net_type ! in rtw89_fw_h2c_set_bcn_fltr_cfg() [all...] |
H A D | mac.c | 3792 rtwvif->net_type); in rtw89_mac_port_cfg_net_type() 3799 bool en = rtwvif->net_type != RTW89_NET_TYPE_NO_LINK; in rtw89_mac_port_cfg_bcn_prct() 3812 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_port_cfg_rx_sw() 3813 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_rx_sw() 3826 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_port_cfg_rx_sync() 3827 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_rx_sync() 3849 bool en = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || in rtw89_mac_port_cfg_tx_sw_by_nettype() 3850 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_tx_sw_by_nettype() 3860 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_mac_enable_beacon_for_ap_vifs() 3883 u8 win = rtwvif->net_type in rtw89_mac_port_cfg_hiq_win() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | verbs.h | 40 u8 net_type; member
|