Home
last modified time | relevance | path

Searched refs:net_type (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c112 .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 Dwow.h44 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 Dwow.c790 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
H A Dfw.c608 if (rtwvif->net_type != RTW_NET_MGD_LINKED) in rtw_fw_default_port()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.c865 le32_encode_bits(rtwvif_link->net_type, ADDR_CAM_W2_NET_TYPE) | in rtw89_cam_fill_addr_cam_info()
901 if (rtwvif_link->net_type == RTW89_NET_TYPE_INFRA) in rtw89_cam_fill_addr_cam_info()
903 else if (rtwvif_link->net_type == RTW89_NET_TYPE_AP_MODE) in rtw89_cam_fill_addr_cam_info()
1103 if (rtwvif_link->net_type == RTW89_NET_TYPE_INFRA) { in rtw89_cam_fill_dctl_sec_cam_info_v2()
1107 } else if (rtwvif_link->net_type == RTW89_NET_TYPE_AP_MODE && sta) { in rtw89_cam_fill_dctl_sec_cam_info_v2()
1237 if (rtwvif_link->net_type == RTW89_NET_TYPE_INFRA) { in rtw89_cam_fill_dctl_sec_cam_info_v3()
1241 } else if (rtwvif_link->net_type == RTW89_NET_TYPE_AP_MODE && sta) { in rtw89_cam_fill_dctl_sec_cam_info_v3()
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.h43 u8 net_type; member
H A Dverbs.c1396 av->net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_modify_qp_roce()
1397 if (av->net_type == RDMA_NETWORK_IPV6) { in irdma_modify_qp_roce()
1409 } else if (av->net_type == RDMA_NETWORK_IPV4) { in irdma_modify_qp_roce()
5163 ah->av.net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_setup_ah()
5173 if (ah->av.net_type == RDMA_NETWORK_IPV4) { in irdma_setup_ah()
/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c491 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/drivers/net/wireless/ath/ath6kl/
H A Dcore.h940 u16 beacon_int, enum network_type net_type,