| /linux/drivers/staging/rtl8723bs/include/ |
| H A 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/drivers/net/wireless/realtek/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 191 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 196 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 201 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 213 rtwvif->net_type = 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 | 592 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed() 595 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed() 948 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config() 949 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config() 950 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config() 2381 reg1 = &rtwvif_ap->conf->net_type; in rtw_port_switch_iter() 2382 reg2 = &rtwvif_target->conf->net_type; in rtw_port_switch_iter()
|
| H A D | wow.c | 790 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
|
| H A D | main.h | 597 struct rtw_hw_reg net_type; member 819 enum rtw_net_type net_type; member
|
| H A D | fw.c | 608 if (rtwvif->net_type != RTW_NET_MGD_LINKED) in rtw_fw_default_port()
|
| H A D | coex.c | 3897 "Network Type", rtwvif->net_type); in rtw_coex_vif_stat_iter()
|
| H A D | rtw8822c.c | 3114 if (vif->net_type == RTW_NET_AP_MODE) in rtw8822c_bf_enable_bfee_su()
|
| /linux/drivers/infiniband/core/ |
| H A D | verbs.c | 718 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument 728 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr() 740 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr() 741 net_type == RDMA_NETWORK_IB || net_type == RDMA_NETWORK_ROCE_V1) { in ib_get_gids_from_rdma_hdr() 799 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local 812 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc() 814 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc() 815 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc() 817 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.h | 43 u8 net_type; member
|
| H A D | verbs.c | 1393 av->net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_modify_qp_roce() 1394 if (av->net_type == RDMA_NETWORK_IPV6) { in irdma_modify_qp_roce() 1406 } else if (av->net_type == RDMA_NETWORK_IPV4) { in irdma_modify_qp_roce() 5075 ah->av.net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_setup_ah() 5085 if (ah->av.net_type == RDMA_NETWORK_IPV4) { in irdma_setup_ah()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A 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()
|
| H A D | core.h | 940 u16 beacon_int, enum network_type net_type,
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 3675 enum rdma_network_type net_type,
|