/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
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 = net_type; in rtw_ops_add_interface() [all …]
|
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 | 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()
|
D | bf.c | 138 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
|
D | main.h | 563 struct rtw_hw_reg net_type; member 782 enum rtw_net_type net_type; member
|
D | wow.c | 766 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
|
D | coex.c | 2868 "Network Type", rtwvif->net_type); in rtw_coex_vif_stat_iter()
|
D | rtw8822c.c | 2317 if (vif->net_type == RTW_NET_AP_MODE) in rtw8822c_bf_enable_bfee_su()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
D | wl3501_cs.c | 565 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 571 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 671 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 673 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 675 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 713 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 890 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 917 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 933 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1485 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() 1928 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2799 &net_type); in init_ray_cs()
|
D | wl3501.h | 595 int net_type; member
|
D | rayctl.h | 451 UCHAR net_type; member
|
D | rndis_wlan.c | 244 __le32 net_type; member
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | verbs.c | 713 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument 723 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr() 735 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr() 736 net_type == RDMA_NETWORK_IB || RDMA_NETWORK_ROCE_V1) { in ib_get_gids_from_rdma_hdr() 794 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local 807 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc() 809 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc() 810 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc() 812 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/ |
D | ray_cs.rst | 115 net_type integer 0 (default) = adhoc network,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | mad.c | 490 enum rdma_network_type net_type; in get_gids_from_l3_hdr() local 493 net_type = RDMA_NETWORK_IPV4; in get_gids_from_l3_hdr() 495 net_type = RDMA_NETWORK_IPV6; in get_gids_from_l3_hdr() 499 return ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in get_gids_from_l3_hdr()
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/include/rdma/ |
D | ib_verbs.h | 3492 enum rdma_network_type net_type,
|