/drivers/net/wireless/realtek/rtw88/ |
D | mac80211.c | 87 .net_type = {.addr = 0x0100, .mask = 0x30000}, 94 .net_type = {.addr = 0x0100, .mask = 0xc0000}, 101 .net_type = {.addr = 0x1100, .mask = 0x3}, 108 .net_type = {.addr = 0x1100, .mask = 0xc}, 115 .net_type = {.addr = 0x1100, .mask = 0x30}, 126 enum rtw_net_type net_type; in rtw_ops_add_interface() local 145 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 149 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 154 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 161 rtwvif->net_type = net_type; in rtw_ops_add_interface() [all …]
|
D | main.c | 346 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 347 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 348 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config()
|
D | main.h | 454 struct rtw_hw_reg net_type; member 605 enum rtw_net_type net_type; member
|
/drivers/net/wireless/ |
D | wl3501_cs.c | 562 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 568 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 668 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 670 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 672 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 708 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 885 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 912 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 928 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1481 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); 470 local->net_type = net_type; in ray_init() 618 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params() 982 if (local->net_type == ADHOC) { in ray_build_header() 1922 if (!sniffer && (local->net_type == INFRA) in ray_interrupt() 2795 &net_type); in init_ray_cs()
|
D | wl3501.h | 596 int net_type; member
|
D | rayctl.h | 451 UCHAR net_type; member
|
D | rndis_wlan.c | 244 __le32 net_type; member
|
/drivers/infiniband/core/ |
D | verbs.c | 691 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument 701 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr() 713 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr() 714 net_type == RDMA_NETWORK_IB) { in ib_get_gids_from_rdma_hdr() 772 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local 785 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc() 787 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc() 788 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc() 790 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
|
/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 762 u32 net_type, u8 tx_wlan_idx, in mt7615_mcu_bss_info_basic_header() argument 770 hdr->network_type = cpu_to_le32(net_type); in mt7615_mcu_bss_info_basic_header() 810 u32 conn_type = 0, net_type = NETWORK_INFRA; in mt7615_mcu_set_bss_info() local 876 mt7615_mcu_bss_info_basic_header(vif, data, net_type, in mt7615_mcu_set_bss_info()
|
/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()
|
/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 627 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument 635 net_type, beacon_ie_len, in ath6kl_connect_event()
|
D | core.h | 940 u16 beacon_int, enum network_type net_type,
|