/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
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-6.1.9/drivers/net/wireless/realtek/rtw88/ |
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()
|
D | mac80211.c | 117 .net_type = {.addr = 0x0100, .mask = 0x30000}, 124 .net_type = {.addr = 0x0100, .mask = 0xc0000}, 131 .net_type = {.addr = 0x1100, .mask = 0x3}, 138 .net_type = {.addr = 0x1100, .mask = 0xc}, 145 .net_type = {.addr = 0x1100, .mask = 0x30}, 156 enum rtw_net_type net_type; in rtw_ops_add_interface() local 183 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 188 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 193 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 204 rtwvif->net_type = net_type; in rtw_ops_add_interface() [all …]
|
D | main.c | 535 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed() 538 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed() 884 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 885 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 886 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config()
|
D | bf.c | 139 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
|
D | wow.c | 790 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
|
D | main.h | 569 struct rtw_hw_reg net_type; member 792 enum rtw_net_type net_type; member
|
/linux-6.1.9/drivers/net/wireless/ |
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 = wrqu->mode; in wl3501_set_mode() [all …]
|
D | ray_cs.h | 54 UCHAR net_type; member
|
D | ray_cs.c | 118 static int net_type = ADHOC; variable 162 module_param(net_type, int, 0); 476 local->net_type = net_type; in ray_init() 624 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params() 988 if (local->net_type == ADHOC) { in ray_build_header() 1926 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2795 &net_type); in init_ray_cs()
|
D | wl3501.h | 595 int net_type; member
|
D | rayctl.h | 451 UCHAR net_type; member
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | fw.c | 1027 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_default_cmac_tbl() 1162 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_assoc_cmac_tbl() 1338 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) { in rtw89_fw_h2c_role_maintain() 1383 u8 net_type = rtwvif->net_type; in rtw89_fw_h2c_join_info() local 1386 if (net_type == RTW89_NET_TYPE_AP_MODE && rtwsta) { in rtw89_fw_h2c_join_info() 1388 net_type = dis_conn ? RTW89_NET_TYPE_NO_LINK : net_type; in rtw89_fw_h2c_join_info() 1407 SET_JOININFO_NET_TYPE(skb->data, net_type); in rtw89_fw_h2c_join_info() 2654 if (rtwvif->net_type != RTW89_NET_TYPE_NO_LINK && in rtw89_hw_scan_add_chan_list() 2758 if (rtwvif->net_type != RTW89_NET_TYPE_NO_LINK) in rtw89_hw_scan_complete() 2780 opt.target_ch_mode = rtwvif->net_type != RTW89_NET_TYPE_NO_LINK; in rtw89_hw_scan_offload()
|
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()
|
D | ser.c | 301 rtwvif->net_type = RTW89_NET_TYPE_NO_LINK; in ser_reset_vif() 311 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in ser_sta_deinit_cam_iter()
|
D | mac.c | 3435 rtwvif->net_type); in rtw89_mac_port_cfg_net_type() 3442 bool en = rtwvif->net_type != RTW89_NET_TYPE_NO_LINK; in rtw89_mac_port_cfg_bcn_prct() 3455 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_port_cfg_rx_sw() 3456 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_rx_sw() 3469 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_port_cfg_rx_sync() 3470 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_rx_sync() 3482 bool en = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || in rtw89_mac_port_cfg_tx_sw() 3483 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_port_cfg_tx_sw() 3510 u8 win = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE ? 16 : 0; in rtw89_mac_port_cfg_hiq_win() 3594 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_mac_port_cfg_mbssid()
|
D | core.c | 1359 rtwvif->net_type == RTW89_NET_TYPE_NO_LINK) in rtw89_stats_trigger_frame() 2360 rtwvif->net_type = RTW89_NET_TYPE_AP_MODE; in rtw89_vif_type_mapping() 2364 rtwvif->net_type = RTW89_NET_TYPE_AD_HOC; in rtw89_vif_type_mapping() 2369 rtwvif->net_type = RTW89_NET_TYPE_INFRA; in rtw89_vif_type_mapping() 2372 rtwvif->net_type = RTW89_NET_TYPE_NO_LINK; in rtw89_vif_type_mapping() 2927 if (rtwvif->net_type != RTW89_NET_TYPE_AP_MODE) in rtw89_core_update_beacon_work()
|
D | core.h | 2219 u8 net_type; member 3904 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) in rtw89_get_addr_cam_of()
|
/linux-6.1.9/drivers/infiniband/core/ |
D | verbs.c | 710 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument 720 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr() 732 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr() 733 net_type == RDMA_NETWORK_IB || RDMA_NETWORK_ROCE_V1) { in ib_get_gids_from_rdma_hdr() 791 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local 804 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc() 806 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc() 807 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc() 809 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
|
/linux-6.1.9/drivers/infiniband/hw/irdma/ |
D | verbs.h | 39 u8 net_type; member
|
D | verbs.c | 1216 av->net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_modify_qp_roce() 1217 if (av->net_type == RDMA_NETWORK_IPV6) { in irdma_modify_qp_roce() 1233 } else if (av->net_type == RDMA_NETWORK_IPV4) { in irdma_modify_qp_roce() 4142 ah->av.net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_setup_ah() 4152 if (ah->av.net_type == RDMA_NETWORK_IPV4) { in irdma_setup_ah()
|
/linux-6.1.9/Documentation/networking/device_drivers/wifi/ |
D | ray_cs.rst | 115 net_type integer 0 (default) = adhoc network,
|
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
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-6.1.9/drivers/net/wireless/ath/ath6kl/ |
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()
|
D | core.h | 940 u16 beacon_int, enum network_type net_type,
|