Searched refs:nw_type (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 367 static int ath6kl_nliftype_to_drv_iftype(enum nl80211_iftype type, u8 *nw_type) in ath6kl_nliftype_to_drv_iftype() argument 372 *nw_type = INFRA_NETWORK; in ath6kl_nliftype_to_drv_iftype() 375 *nw_type = ADHOC_NETWORK; in ath6kl_nliftype_to_drv_iftype() 379 *nw_type = AP_NETWORK; in ath6kl_nliftype_to_drv_iftype() 390 u8 *if_idx, u8 *nw_type) in ath6kl_is_valid_iftype() argument 394 if (ath6kl_nliftype_to_drv_iftype(type, nw_type)) in ath6kl_is_valid_iftype() 437 if (vif->nw_type != INFRA_NETWORK) in ath6kl_cfg80211_sta_bmiss_enhance() 601 vif->nw_type = vif->next_mode; in ath6kl_cfg80211_connect() 620 if (vif->nw_type == INFRA_NETWORK) { in ath6kl_cfg80211_connect() 633 status = ath6kl_wmi_connect_cmd(ar->wmi, vif->fw_vif_idx, vif->nw_type, in ath6kl_cfg80211_connect() [all …]
|
D | cfg80211.h | 30 u8 fw_vif_idx, u8 nw_type); 38 enum network_type nw_type,
|
D | main.c | 35 max_conn = (vif->nw_type == AP_NETWORK) ? AP_MAX_NUM_STA : 0; in ath6kl_find_sta() 579 switch (vif->nw_type) { in ath6kl_commit_ch_switch() 596 ath6kl_err("won't switch channels nw_type=%d\n", vif->nw_type); in ath6kl_commit_ch_switch() 619 vif->nw_type, res); in ath6kl_check_ch_switch() 641 if ((vif->nw_type == INFRA_NETWORK)) { in ath6kl_connect_event() 659 if ((vif->nw_type == ADHOC_NETWORK) && ar->ibss_ps_enable) { in ath6kl_connect_event() 682 if (vif->nw_type == AP_NETWORK) { in ath6kl_tkip_micerr_event() 826 if (vif->nw_type == AP_NETWORK) { in ath6kl_tgt_stats_event() 970 if (vif->nw_type == AP_NETWORK) { in ath6kl_disconnect_event()
|
D | txrx.c | 388 if (vif->nw_type == AP_NETWORK) { in ath6kl_data_tx() 438 if ((vif->nw_type == ADHOC_NETWORK) && in ath6kl_data_tx() 627 if (vif->nw_type == ADHOC_NETWORK || in ath6kl_tx_queue_full() 649 if (vif->nw_type != ADHOC_NETWORK) in ath6kl_tx_clear_node_map() 1389 if (vif->nw_type != AP_NETWORK && in ath6kl_rx() 1404 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1565 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1602 if (vif->nw_type == AP_NETWORK) { in ath6kl_rx() 1707 if (vif->nw_type == AP_NETWORK) { in aggr_recv_addba_req_evt() 1800 if (vif->nw_type == AP_NETWORK) { in aggr_recv_delba_req_evt()
|
D | wmi.c | 621 if (vif->probe_req_report || vif->nw_type == AP_NETWORK) in ath6kl_wmi_rx_probe_req_event_rx() 867 if (vif->nw_type == AP_NETWORK) { in ath6kl_wmi_connect_event_rx() 905 le32_to_cpu(ev->u.sta.nw_type)); in ath6kl_wmi_connect_event_rx() 938 le32_to_cpu(ev->u.sta.nw_type), in ath6kl_wmi_connect_event_rx() 1587 if (vif->nw_type != INFRA_NETWORK || in ath6kl_wmi_txe_notify_event_rx() 1849 enum network_type nw_type, in ath6kl_wmi_connect_cmd() argument 1866 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd() 1888 cc->nw_type = nw_type; in ath6kl_wmi_connect_cmd() 3401 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch), in ath6kl_wmi_ap_profile_commit()
|
D | wmi.h | 736 u8 nw_type; member 1527 __le32 nw_type; member 2556 enum network_type nw_type,
|
D | core.h | 618 u8 nw_type; member
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 674 u8 nw_type; in bnxt_re_create_ah() local 710 nw_type = rdma_gid_attr_network_type(sgid_attr); in bnxt_re_create_ah() 711 switch (nw_type) { in bnxt_re_create_ah() 713 ah->qplib_ah.nw_type = CMDQ_CREATE_AH_TYPE_V2IPV4; in bnxt_re_create_ah() 716 ah->qplib_ah.nw_type = CMDQ_CREATE_AH_TYPE_V2IPV6; in bnxt_re_create_ah() 719 ah->qplib_ah.nw_type = CMDQ_CREATE_AH_TYPE_V1; in bnxt_re_create_ah() 1594 u8 nw_type; in bnxt_re_modify_qp() local 1686 nw_type = rdma_gid_attr_network_type(sgid_attr); in bnxt_re_modify_qp() 1687 switch (nw_type) { in bnxt_re_modify_qp() 1689 qp->qplib_qp.nw_type = in bnxt_re_modify_qp() [all …]
|
D | qplib_sp.h | 100 u8 nw_type; member
|
D | qplib_fp.h | 283 u8 nw_type; member
|
D | qplib_sp.c | 504 req.type = ah->nw_type; in bnxt_qplib_create_ah()
|
D | qplib_fp.c | 1194 req.network_type_en_sqd_async_notify_new_state |= qp->nw_type; in bnxt_qplib_modify_qp()
|
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 111 bss_params->nw_type = WCN36XX_HAL_11A_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 113 bss_params->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 115 bss_params->nw_type = WCN36XX_HAL_11G_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 117 bss_params->nw_type = WCN36XX_HAL_11B_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 1274 msg_body.bss_params.nw_type = orig->bss_params.nw_type; in wcn36xx_smd_config_bss_v1() 1354 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v1() 1456 bss->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_config_bss() 1507 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss()
|
D | hal.h | 1663 enum wcn36xx_hal_nw_type nw_type; member 1810 enum wcn36xx_hal_nw_type nw_type; member
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | verbs.c | 1097 enum rdma_network_type nw_type; in get_gid_info_from_table() local 1105 nw_type = rdma_gid_attr_network_type(gid_attr); in get_gid_info_from_table() 1106 switch (nw_type) { in get_gid_info_from_table()
|