Home
last modified time | relevance | path

Searched refs:nw_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.h30 u8 fw_vif_idx, u8 nw_type);
38 enum network_type nw_type,
H A Dtxrx.c388 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()
1708 if (vif->nw_type == AP_NETWORK) { in aggr_recv_addba_req_evt()
1801 if (vif->nw_type == AP_NETWORK) { in aggr_recv_delba_req_evt()
H A Dwmi.c621 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()
H A Dcore.h618 u8 nw_type; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c813 u8 nw_type; in bnxt_re_stack_to_dev_nw_type() local
817 nw_type = CMDQ_CREATE_AH_TYPE_V2IPV4; in bnxt_re_stack_to_dev_nw_type()
820 nw_type = CMDQ_CREATE_AH_TYPE_V2IPV6; in bnxt_re_stack_to_dev_nw_type()
823 nw_type = CMDQ_CREATE_AH_TYPE_V1; in bnxt_re_stack_to_dev_nw_type()
826 return nw_type; in bnxt_re_stack_to_dev_nw_type()
841 u8 nw_type; in bnxt_re_create_ah() local
872 nw_type = rdma_gid_attr_network_type(sgid_attr); in bnxt_re_create_ah()
873 ah->qplib_ah.nw_type = bnxt_re_stack_to_dev_nw_type(nw_type); in bnxt_re_create_ah()
2298 u8 nw_type; in bnxt_re_modify_qp() local
2409 nw_type = rdma_gid_attr_network_type(sgid_attr); in bnxt_re_modify_qp()
[all …]
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c211 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()
1566 bss->nw_type = WCN36XX_HAL_11N_NW_TYPE; in wcn36xx_smd_set_bss_params()
1651 bss->nw_type = bss_v0.nw_type; in wcn36xx_smd_config_bss_v1()
1723 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v1()
1764 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v0()