/freebsd/sys/contrib/dev/rtw88/ |
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 | 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 | main.c | 598 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed() 601 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed() 951 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 952 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 953 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config() 2402 reg1 = &rtwvif_ap->conf->net_type; in rtw_port_switch_iter() 2403 reg2 = &rtwvif_target->conf->net_type; in rtw_port_switch_iter()
|
H A D | bf.c | 145 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
|
H A D | main.h | 589 struct rtw_hw_reg net_type; 812 enum rtw_net_type net_type; 580 struct rtw_hw_reg net_type; global() member 803 enum rtw_net_type net_type; global() member
|
H A D | wow.c | 790 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
|
H A D | fw.c | 600 if (rtwvif->net_type != RTW_NET_MGD_LINKED) in rtw_fw_coex_tdma_type()
|
H A D | coex.c | 3888 "Network Type", rtwvif->net_type); in rtw_coex_vif_stat_iter()
|
H A D | rtw8822c.c | 3155 if (vif->net_type == RTW_NET_AP_MODE) in rtw8822c_bf_enable_bfee_su()
|
/freebsd/lib/libc/net/ |
H A D | getnetbydns.c | 262 int net_type; in _dns_getnetbyaddr() local 276 net_type = va_arg(ap, int); in _dns_getnetbyaddr() 298 if (net_type != AF_INET) { in _dns_getnetbyaddr()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 540 enum rdma_network_type net_type, in get_gids_from_rdma_hdr() argument 550 if (net_type == RDMA_NETWORK_IPV4) { in get_gids_from_rdma_hdr() 562 } else if (net_type == RDMA_NETWORK_IPV6 || in get_gids_from_rdma_hdr() 563 net_type == RDMA_NETWORK_IB) { in get_gids_from_rdma_hdr() 579 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_from_wc() local 588 net_type = wc->network_hdr_type; in ib_init_ah_from_wc() 590 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_from_wc() 591 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_from_wc() 593 ret = get_gids_from_rdma_hdr((const union rdma_network_hdr *)grh, net_type, in ib_init_ah_from_wc()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | cam.c | 722 FWCMD_SET_ADDR_NET_TYPE(cmd, rtwvif->net_type); in rtw89_cam_fill_addr_cam_info() 754 if (rtwvif->net_type == RTW89_NET_TYPE_INFRA) in rtw89_cam_fill_dctl_sec_cam_info_v1() 756 else if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_cam_fill_dctl_sec_cam_info_v1()
|
H 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()
|
H A D | fw.c | 2683 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_cxdrv_role_v1() 2901 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_fw_h2c_cxdrv_trx() 3038 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) { in rtw89_fw_h2c_add_pkt_offload() 3417 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) { in rtw89_fw_c2h_cmd_handle() 3488 u8 net_type = rtwvif->net_type; in rtw89_fw_read_c2h_reg() 3500 if (net_type == RTW89_NET_TYPE_AP_MODE && rtwsta) { in rtw89_fw_read_c2h_reg() 3502 net_type = dis_conn ? RTW89_NET_TYPE_NO_LINK : net_type; in rtw89_fw_read_c2h_reg() 3523 le32_encode_bits(net_type, RTW89_H2C_JOININFO_W0_NET_TYP in rtw89_fw_msg_reg() 2080 u8 net_type = rtwvif->net_type; rtw89_fw_h2c_join_info() local [all...] |
H A D | mac.c | 4130 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_mac_port_update() 4181 rtwvif->net_type); in rtw89_mac_check_he_obss_narrow_bw_ru_iter() 4189 bool en = rtwvif->net_type != RTW89_NET_TYPE_NO_LINK; in rtw89_mac_set_he_obss_narrow_bw_ru() 4203 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_set_he_obss_narrow_bw_ru() 4204 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_set_he_obss_narrow_bw_ru() 4228 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || in rtw89_mac_add_vif() 4229 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; in rtw89_mac_add_vif() 4249 bool en = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || 4250 rtwvif->net_type == RTW89_NET_TYPE_AD_HOC; 4260 if (rtwvif->net_type in rtw89_is_op_chan() [all...] |
H A D | core.c | 1828 rtwvif->net_type == RTW89_NET_TYPE_NO_LINK) in rtw89_stats_trigger_frame() 3371 rtwvif->net_type = RTW89_NET_TYPE_AP_MODE; in rtw89_vif_type_mapping() 3375 rtwvif->net_type = RTW89_NET_TYPE_AD_HOC; in rtw89_vif_type_mapping() 3380 rtwvif->net_type = RTW89_NET_TYPE_INFRA; in rtw89_vif_type_mapping() 3383 rtwvif->net_type = RTW89_NET_TYPE_NO_LINK; in rtw89_vif_type_mapping() 4114 if (rtwvif->net_type != RTW89_NET_TYPE_AP_MODE) in rtw89_core_update_beacon_work()
|
H A D | wow.c | 825 switch (rtwvif->net_type) { in rtw89_wow_vif_iter()
|
H A D | core.h | 3423 u8 net_type; 6005 if (rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || sta->tdls) 2907 u8 net_type; global() member
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 396 u8 *dmac, u8 net_type) in irdma_fill_ah_info() argument 398 if (net_type == RDMA_NETWORK_IPV4) { in irdma_fill_ah_info() 563 ah->av.net_type = ib_gid_to_network_type(sgid_attr.gid_type, &sgid); in irdma_create_ah() 582 dmac, ah->av.net_type); in irdma_create_ah() 1307 av->net_type = ib_gid_to_network_type(sgid_attr.gid_type, &sgid); in kc_irdma_set_roce_cm_info()
|
H A D | irdma_verbs.h | 81 u8 net_type; member
|
H A D | irdma_verbs.c | 897 if (av->net_type == RDMA_NETWORK_IPV6) { in irdma_modify_qp_roce() 908 } else if (av->net_type == RDMA_NETWORK_IPV4) { in irdma_modify_qp_roce()
|