Home
last modified time | relevance | path

Searched refs:ucast (Results 1 – 20 of 20) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c960 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig) in find_cis()
975 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup()
979 d.cig = conn->iso_qos.ucast.cig; in cis_cleanup()
992 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig); in cis_cleanup()
1934 hci_cpu_to_le24(qos->ucast.out.interval, pdu->c_interval); in set_cig_params_sync()
1935 hci_cpu_to_le24(qos->ucast.in.interval, pdu->p_interval); in set_cig_params_sync()
1936 pdu->sca = qos->ucast.sca; in set_cig_params_sync()
1937 pdu->packing = qos->ucast.packing; in set_cig_params_sync()
1938 pdu->framing = qos->ucast.framing; in set_cig_params_sync()
1939 pdu->c_latency = cpu_to_le16(qos->ucast.out.latency); in set_cig_params_sync()
[all …]
H A Diso.c529 if (!iso_pi(sk)->qos.ucast.in.phys && !iso_pi(sk)->qos.ucast.out.phys) { in iso_connect_cis()
535 if (iso_pi(sk)->qos.ucast.out.sdu && !hci_iso_count(hdev) && in iso_connect_cis()
615 if (skb->len > qos->ucast.out.sdu) in iso_send_frame()
1814 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()
1817 if (qos->ucast.cis > 0xef && qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) in check_ucast_qos()
1820 if (qos->ucast.sca > 0x07) in check_ucast_qos()
1823 if (qos->ucast.packing > 0x01) in check_ucast_qos()
1826 if (qos->ucast.framing > 0x01) in check_ucast_qos()
1829 if (!check_io_qos(&qos->ucast.in)) in check_ucast_qos()
1832 if (!check_io_qos(&qos->ucast.out)) in check_ucast_qos()
H A Dhci_event.c3847 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed()
3951 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path()
7017 qos->ucast.in.interval = c_sdu_interval; in hci_le_cis_established_evt()
7018 qos->ucast.out.interval = p_sdu_interval; in hci_le_cis_established_evt()
7020 qos->ucast.in.latency = in hci_le_cis_established_evt()
7023 qos->ucast.out.latency = in hci_le_cis_established_evt()
7026 qos->ucast.in.sdu = ev->c_bn ? le16_to_cpu(ev->c_mtu) : 0; in hci_le_cis_established_evt()
7027 qos->ucast.out.sdu = ev->p_bn ? le16_to_cpu(ev->p_mtu) : 0; in hci_le_cis_established_evt()
7028 qos->ucast.in.phys = le_phy_qos(ev->c_phy); in hci_le_cis_established_evt()
7029 qos->ucast.out.phys = le_phy_qos(ev->p_phy); in hci_le_cis_established_evt()
[all …]
H A Dhci_sync.c7008 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
7012 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
7030 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c622 struct qed_filter_ucast_params ucast; in qede_set_ucast_rx_mac() local
624 memset(&ucast, 0, sizeof(ucast)); in qede_set_ucast_rx_mac()
625 ucast.type = opcode; in qede_set_ucast_rx_mac()
626 ucast.mac_valid = 1; in qede_set_ucast_rx_mac()
627 ether_addr_copy(ucast.mac, mac); in qede_set_ucast_rx_mac()
629 return edev->ops->filter_config_ucast(edev->cdev, &ucast); in qede_set_ucast_rx_mac()
636 struct qed_filter_ucast_params ucast; in qede_set_ucast_rx_vlan() local
638 memset(&ucast, 0, sizeof(ucast)); in qede_set_ucast_rx_vlan()
639 ucast.type = opcode; in qede_set_ucast_rx_vlan()
640 ucast.vlan_valid = 1; in qede_set_ucast_rx_vlan()
[all …]
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h678 u64 ucast; member
697 u64 ucast; member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c173 rsp->rx.ucast = RVU_LF_RX_STATS(RX_UCAST); in rvu_mbox_handler_nix_lf_stats()
183 rsp->tx.ucast = RVU_LF_TX_STATS(TX_UCAST); in rvu_mbox_handler_nix_lf_stats()
H A Dmbox.h1524 u64 ucast; member
1535 u64 ucast; member
1922 u16 ucast; member
H A Drvu_npc.c156 u16 bcast, mcast, promisc, ucast; in npc_get_nixlf_mcam_index() local
163 &promisc, &ucast); in npc_get_nixlf_mcam_index()
174 if (ucast == USHRT_MAX) in npc_get_nixlf_mcam_index()
177 return ucast; in npc_get_nixlf_mcam_index()
194 if (ucast == USHRT_MAX) in npc_get_nixlf_mcam_index()
196 return ucast; in npc_get_nixlf_mcam_index()
H A Drvu_debugfs.c2848 u64 ucast, mcast, bcast; in cgx_print_stats() local
2868 ucast = PRINT_CGX_CUML_NIXRX_STATUS(RX_UCAST, "rx_ucast_frames"); in cgx_print_stats()
2877 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
2891 ucast = PRINT_CGX_CUML_NIXTX_STATUS(TX_UCAST, "tx_ucast_frames"); in cgx_print_stats()
2900 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
H A Drvu_nix.c1517 u16 bcast, mcast, promisc, ucast; in rvu_mbox_handler_nix_lf_alloc() local
1725 &promisc, &ucast); in rvu_mbox_handler_nix_lf_alloc()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c368 stats->rx_frames = rsp->rx.ucast + rsp->rx.bcast + in rvu_rep_get_stats()
373 stats->tx_frames = rsp->tx.ucast + rsp->tx.bcast + rsp->tx.mcast; in rvu_rep_get_stats()
H A Dotx2_flows.c125 *mcam_idx = rsp->ucast; in otx2_get_dft_rl_idx()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c4185 u16 *mcast, u16 *promisc, u16 *ucast) in npc_cn20k_dft_rules_idx_get() argument
4187 u16 *ptr[4] = {promisc, mcast, bcast, ucast}; in npc_cn20k_dft_rules_idx_get()
4324 u16 bcast, mcast, promisc, ucast; in rvu_mbox_handler_npc_get_dft_rl_idxs() local
4336 &promisc, &ucast); in rvu_mbox_handler_npc_get_dft_rl_idxs()
4343 rsp->ucast = ucast; in rvu_mbox_handler_npc_get_dft_rl_idxs()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c223 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument
225 u8 *ar_cipher = ucast ? &vif->prwise_crypto : &vif->grp_crypto; in ath6kl_set_cipher()
226 u8 *ar_cipher_len = ucast ? &vif->prwise_crypto_len : in ath6kl_set_cipher()
230 __func__, cipher, ucast); in ath6kl_set_cipher()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1355 static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) in rtw_cfg80211_set_cipher() argument
1359 u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm : in rtw_cfg80211_set_cipher()
1393 if (ucast) { in rtw_cfg80211_set_cipher()
/linux/include/net/bluetooth/
H A Dhci_core.h1338 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1342 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
1369 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1738 bool ucast, u64 vec, bool sleep_ok) in t4vf_set_addr_hash() argument
1750 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4vf_set_addr_hash()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c352 bool ucast = false; in cxgb4_set_addr_hash() local
357 ucast |= is_unicast_ether_addr(entry->addr); in cxgb4_set_addr_hash()
360 return t4_set_addr_hash(adap, adap->mbox, pi->viid, ucast, in cxgb4_set_addr_hash()
378 bool ucast = is_unicast_ether_addr(mac_addr); in cxgb4_mac_sync() local
383 idx, ucast ? &uhash : &mhash, false); in cxgb4_mac_sync()
H A Dt4_hw.c8191 bool ucast, u64 vec, bool sleep_ok) in t4_set_addr_hash() argument
8200 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4_set_addr_hash()