Searched refs:net_type (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ |
D | wl3501_cs.c | 561 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 …]
|
D | ray_cs.h | 54 UCHAR net_type; member
|
D | ray_cs.c | 130 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()
|
D | wl3501.h | 596 int net_type; member
|
D | rayctl.h | 451 UCHAR net_type; member
|
D | rndis_wlan.c | 256 __le32 net_type; member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | verbs.c | 656 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/ |
D | ray_cs.txt | 100 net_type integer 0 (default) = adhoc network,
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 626 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument 634 net_type, beacon_ie_len, in ath6kl_connect_event()
|
D | core.h | 940 u16 beacon_int, enum network_type net_type,
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 3163 enum rdma_network_type net_type,
|