Searched refs:nw_type (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/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() 583 switch (vif->nw_type) { in ath6kl_commit_ch_switch() 600 ath6kl_err("won't switch channels nw_type=%d\n", vif->nw_type); in ath6kl_commit_ch_switch() 623 vif->nw_type, res); in ath6kl_check_ch_switch() 645 if (vif->nw_type == INFRA_NETWORK) { in ath6kl_connect_event() 663 if ((vif->nw_type == ADHOC_NETWORK) && ar->ibss_ps_enable) { in ath6kl_connect_event() 686 if (vif->nw_type == AP_NETWORK) { in ath6kl_tkip_micerr_event() 830 if (vif->nw_type == AP_NETWORK) { in ath6kl_tgt_stats_event() 974 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() 865 if (vif->nw_type == AP_NETWORK) { in ath6kl_wmi_connect_event_rx() 903 le32_to_cpu(ev->u.sta.nw_type)); in ath6kl_wmi_connect_event_rx() 936 le32_to_cpu(ev->u.sta.nw_type), in ath6kl_wmi_connect_event_rx() 1586 if (vif->nw_type != INFRA_NETWORK || in ath6kl_wmi_txe_notify_event_rx() 1845 enum network_type nw_type, in ath6kl_wmi_connect_cmd() argument 1862 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd() 1884 cc->nw_type = nw_type; in ath6kl_wmi_connect_cmd() 3393 __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-6.6.21/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 704 u8 nw_type; in bnxt_re_stack_to_dev_nw_type() local 708 nw_type = CMDQ_CREATE_AH_TYPE_V2IPV4; in bnxt_re_stack_to_dev_nw_type() 711 nw_type = CMDQ_CREATE_AH_TYPE_V2IPV6; in bnxt_re_stack_to_dev_nw_type() 714 nw_type = CMDQ_CREATE_AH_TYPE_V1; in bnxt_re_stack_to_dev_nw_type() 717 return nw_type; in bnxt_re_stack_to_dev_nw_type() 732 u8 nw_type; in bnxt_re_create_ah() local 759 nw_type = rdma_gid_attr_network_type(sgid_attr); in bnxt_re_create_ah() 760 ah->qplib_ah.nw_type = bnxt_re_stack_to_dev_nw_type(nw_type); in bnxt_re_create_ah() 1926 u8 nw_type; in bnxt_re_modify_qp() local 2025 nw_type = rdma_gid_attr_network_type(sgid_attr); in bnxt_re_modify_qp() [all …]
|
D | qplib_sp.h | 104 u8 nw_type; member
|
D | qplib_fp.h | 300 u8 nw_type; member
|
D | qplib_sp.c | 439 req.type = ah->nw_type; in bnxt_qplib_create_ah()
|
D | qplib_fp.c | 1286 req.network_type_en_sqd_async_notify_new_state |= qp->nw_type; in bnxt_qplib_modify_qp()
|
/linux-6.6.21/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 211 bss_params->nw_type = WCN36XX_HAL_11A_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 213 bss_params->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 215 bss_params->nw_type = WCN36XX_HAL_11G_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 217 bss_params->nw_type = WCN36XX_HAL_11B_NW_TYPE; in wcn36xx_smd_set_bss_nw_type() 1626 bss->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_set_bss_params() 1711 bss->nw_type = bss_v0.nw_type; in wcn36xx_smd_config_bss_v1() 1783 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v1() 1824 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v0()
|
D | hal.h | 1905 enum wcn36xx_hal_nw_type nw_type; member 2052 enum wcn36xx_hal_nw_type nw_type; member
|
/linux-6.6.21/drivers/infiniband/hw/qedr/ |
D | verbs.c | 1132 enum rdma_network_type nw_type; in get_gid_info_from_table() local 1143 nw_type = rdma_gid_attr_network_type(gid_attr); in get_gid_info_from_table() 1144 switch (nw_type) { in get_gid_info_from_table()
|