Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/
Dwl3501_cs.c561 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type()
567 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info()
667 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm()
669 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm()
671 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm()
707 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm()
884 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm()
911 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm()
927 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt()
1482 this->net_type = wrqu->mode; in wl3501_set_mode()
[all …]
Dray_cs.h54 UCHAR net_type; member
Dray_cs.c130 static int net_type = ADHOC; variable
174 module_param(net_type, int, 0);
482 local->net_type = net_type; in ray_init()
630 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params()
992 if (local->net_type == ADHOC) { in ray_build_header()
1932 if (!sniffer && (local->net_type == INFRA) in ray_interrupt()
2803 &net_type); in init_ray_cs()
Dwl3501.h596 int net_type; member
Drayctl.h451 UCHAR net_type; member
Drndis_wlan.c256 __le32 net_type; member
/Linux-v4.19/drivers/infiniband/core/
Dverbs.c656 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument
666 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr()
678 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr()
679 net_type == RDMA_NETWORK_IB) { in ib_get_gids_from_rdma_hdr()
737 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local
750 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc()
752 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc()
753 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc()
755 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
/Linux-v4.19/Documentation/networking/
Dray_cs.txt100 net_type integer 0 (default) = adhoc network,
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmad.c490 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()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dmain.c626 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument
634 net_type, beacon_ie_len, in ath6kl_connect_event()
Dcore.h940 u16 beacon_int, enum network_type net_type,
/Linux-v4.19/include/rdma/
Dib_verbs.h3163 enum rdma_network_type net_type,