Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c1779 pdu->sca = qos->ucast.sca; in set_cig_params_sync()
1803 cis->c_phy = qos->ucast.out.phy ? qos->ucast.out.phy : in set_cig_params_sync()
1804 qos->ucast.in.phy; in set_cig_params_sync()
1805 cis->p_phy = qos->ucast.in.phy ? qos->ucast.in.phy : in set_cig_params_sync()
1806 qos->ucast.out.phy; in set_cig_params_sync()
1852 qos->ucast.cis)) in hci_le_set_cig_params()
1885 qos->ucast.cis); in hci_bind_cis()
1912 qos->ucast.out.interval = qos->ucast.in.interval; in hci_bind_cis()
1918 qos->ucast.in.interval = qos->ucast.out.interval; in hci_bind_cis()
1924 qos->ucast.out.latency = qos->ucast.in.latency; in hci_bind_cis()
[all …]
H A Diso.c452 if (!iso_pi(sk)->qos.ucast.in.phy && !iso_pi(sk)->qos.ucast.out.phy) { in iso_connect_cis()
531 if (skb->len > qos->ucast.out.sdu) in iso_send_frame()
1563 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()
1566 if (qos->ucast.cis > 0xef && qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) in check_ucast_qos()
1569 if (qos->ucast.sca > 0x07) in check_ucast_qos()
1572 if (qos->ucast.packing > 0x01) in check_ucast_qos()
1575 if (qos->ucast.framing > 0x01) in check_ucast_qos()
1578 if (!check_io_qos(&qos->ucast.in)) in check_ucast_qos()
1581 if (!check_io_qos(&qos->ucast.out)) in check_ucast_qos()
H A Dhci_event.c3910 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path()
6761 qos->ucast.in.latency = in hci_le_cis_estabilished_evt()
6764 qos->ucast.out.latency = in hci_le_cis_estabilished_evt()
6769 qos->ucast.in.phy = ev->c_phy; in hci_le_cis_estabilished_evt()
6770 qos->ucast.out.phy = ev->p_phy; in hci_le_cis_estabilished_evt()
6776 qos->ucast.out.latency = in hci_le_cis_estabilished_evt()
6779 qos->ucast.in.latency = in hci_le_cis_estabilished_evt()
6784 qos->ucast.out.phy = ev->c_phy; in hci_le_cis_estabilished_evt()
6785 qos->ucast.in.phy = ev->p_phy; in hci_le_cis_estabilished_evt()
6864 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
[all …]
H A Dhci_sync.c6590 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
6594 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
6612 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
/linux-6.15/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-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c2707 struct qed_filter_ucast ucast; in qed_configure_filter_ucast() local
2715 memset(&ucast, 0, sizeof(ucast)); in qed_configure_filter_ucast()
2718 ucast.opcode = QED_FILTER_ADD; in qed_configure_filter_ucast()
2721 ucast.opcode = QED_FILTER_REMOVE; in qed_configure_filter_ucast()
2732 ucast.type = QED_FILTER_MAC_VLAN; in qed_configure_filter_ucast()
2734 ucast.vlan = params->vlan; in qed_configure_filter_ucast()
2736 ucast.type = QED_FILTER_MAC; in qed_configure_filter_ucast()
2739 ucast.type = QED_FILTER_VLAN; in qed_configure_filter_ucast()
2740 ucast.vlan = params->vlan; in qed_configure_filter_ucast()
2743 ucast.is_rx_filter = true; in qed_configure_filter_ucast()
[all …]
/linux-6.15/Documentation/netlink/specs/
H A Drt_neigh.yaml167 name: rcv-probes-ucast
306 name: ucast-probes
H A Drt_link.yaml1721 name: mcast-to-ucast
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h678 u64 ucast; member
697 u64 ucast; member
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c163 rsp->rx.ucast = RVU_LF_RX_STATS(RX_UCAST); in rvu_mbox_handler_nix_lf_stats()
173 rsp->tx.ucast = RVU_LF_TX_STATS(TX_UCAST); in rvu_mbox_handler_nix_lf_stats()
H A Drvu_debugfs.c2753 u64 ucast, mcast, bcast; in cgx_print_stats() local
2779 ucast = PRINT_CGX_CUML_NIXRX_STATUS(RX_UCAST, "rx_ucast_frames"); in cgx_print_stats()
2788 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
2802 ucast = PRINT_CGX_CUML_NIXTX_STATUS(TX_UCAST, "tx_ucast_frames"); in cgx_print_stats()
2811 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
H A Dmbox.h1391 u64 ucast; member
1402 u64 ucast; member
/linux-6.15/drivers/vdpa/
H A DKconfig87 cat /sys/kernel/debug/mlx5/mlx5_core.sf.1/vdpa-0/rx/untagged/ucast/packets
/linux-6.15/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()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c245 bool ucast = false; in cxgb4vf_set_addr_hash() local
250 ucast |= is_unicast_ether_addr(entry->addr); in cxgb4vf_set_addr_hash()
253 return t4vf_set_addr_hash(adapter, pi->viid, ucast, vec, false); in cxgb4vf_set_addr_hash()
943 bool ucast = is_unicast_ether_addr(mac_addr); in cxgb4vf_mac_sync() local
948 NULL, ucast ? &uhash : &mhash, false); in cxgb4vf_mac_sync()
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-6.15/include/net/bluetooth/
H A Dbluetooth.h209 struct bt_iso_ucast_qos ucast; member
H A Dhci_core.h1245 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1249 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
1276 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument
224 u8 *ar_cipher = ucast ? &vif->prwise_crypto : &vif->grp_crypto; in ath6kl_set_cipher()
225 u8 *ar_cipher_len = ucast ? &vif->prwise_crypto_len : in ath6kl_set_cipher()
229 __func__, cipher, ucast); in ath6kl_set_cipher()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1351 static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) in rtw_cfg80211_set_cipher() argument
1355 u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm : in rtw_cfg80211_set_cipher()
1389 if (ucast) { in rtw_cfg80211_set_cipher()
/linux-6.15/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 Dcxgb4.h2020 bool ucast, u64 vec, bool sleep_ok);
H A Dt4_hw.c8198 bool ucast, u64 vec, bool sleep_ok) in t4_set_addr_hash() argument
8207 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4_set_addr_hash()