| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 950 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig) in find_cis() 965 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup() 969 d.cig = conn->iso_qos.ucast.cig; in cis_cleanup() 982 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig); in cis_cleanup() 1922 hci_cpu_to_le24(qos->ucast.out.interval, pdu->c_interval); in set_cig_params_sync() 1923 hci_cpu_to_le24(qos->ucast.in.interval, pdu->p_interval); in set_cig_params_sync() 1924 pdu->sca = qos->ucast.sca; in set_cig_params_sync() 1925 pdu->packing = qos->ucast.packing; in set_cig_params_sync() 1926 pdu->framing = qos->ucast.framing; in set_cig_params_sync() 1927 pdu->c_latency = cpu_to_le16(qos->ucast in set_cig_params_sync() [all...] |
| H A D | iso.c | 474 if (!iso_pi(sk)->qos.ucast.in.phys && !iso_pi(sk)->qos.ucast.out.phys) { in iso_connect_cis() 480 if (iso_pi(sk)->qos.ucast.out.sdu && !hci_iso_count(hdev) && in iso_connect_cis() 557 if (skb->len > qos->ucast.out.sdu) in iso_send_frame() 1715 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos() 1718 if (qos->ucast.cis > 0xef && qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) in check_ucast_qos() 1721 if (qos->ucast.sca > 0x07) in check_ucast_qos() 1724 if (qos->ucast in check_ucast_qos() [all...] |
| H A D | hci_event.c | 3825 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed() 3927 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path() 6972 qos->ucast.in.interval = c_sdu_interval; in hci_le_cis_established_evt() 6973 qos->ucast.out.interval = p_sdu_interval; in hci_le_cis_established_evt() 6975 qos->ucast.in.latency = in hci_le_cis_established_evt() 6978 qos->ucast.out.latency = in hci_le_cis_established_evt() 6981 qos->ucast.in.sdu = ev->c_bn ? le16_to_cpu(ev->c_mtu) : 0; in hci_le_cis_established_evt() 6982 qos->ucast.out.sdu = ev->p_bn ? le16_to_cpu(ev->p_mtu) : 0; in hci_le_cis_established_evt() 6983 qos->ucast in hci_le_cis_established_evt() [all...] |
| H A D | hci_sync.c | 6784 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync() 6788 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync() 6806 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 622 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 D | bfi_enet.h | 678 u64 ucast; member 697 u64 ucast; member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_rep.c | 173 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 D | rvu_npc.c | 155 u16 bcast, mcast, promisc, ucast; in npc_get_nixlf_mcam_index() local 162 &promisc, &ucast); in npc_get_nixlf_mcam_index() 173 if (ucast == USHRT_MAX) in npc_get_nixlf_mcam_index() 176 return ucast; in npc_get_nixlf_mcam_index() 193 if (ucast == USHRT_MAX) in npc_get_nixlf_mcam_index() 195 return ucast; in npc_get_nixlf_mcam_index() 445 /* get ucast entry rule entry index */ in npc_get_default_entry_action() 458 "%s: failed to get ucast entry pcifunc:0x%x\n", in npc_get_default_entry_action() 745 "%s: Error to get ucast entry for pcifunc=%#x\n", in rvu_npc_install_ucast_entry() 819 /* If the corresponding PF's ucast actio in rvu_npc_install_promisc_entry() [all...] |
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.h | 327 u16 *mcast, u16 *promisc, u16 *ucast);
|
| H A D | npc.c | 1548 /* Read the default ucast entry if there is no pkt steering rule */ in npc_map2cn20k_flag() 4185 u16 *mcast, u16 *promisc, u16 *ucast) in npc_is_cgx_or_lbk() 4187 u16 *ptr[4] = {promisc, mcast, bcast, ucast}; in npc_is_cgx_or_lbk() 4324 u16 bcast, mcast, promisc, ucast; in npc_cn20k_dft_rules_alloc() 4336 &promisc, &ucast); in npc_cn20k_dft_rules_alloc() 4343 rsp->ucast = ucast; in npc_cn20k_dft_rules_alloc() 4485 "%s: bcast(%u) mcast(%u) promisc(%u) ucast(%u)\n", in npc_priv_init() 4497 * ref as PF's ucast index. in npc_priv_init() 4503 /* Get PF's ucast entr in npc_priv_init() 4023 npc_cn20k_dft_rules_idx_get(struct rvu * rvu,u16 pcifunc,u16 * bcast,u16 * mcast,u16 * promisc,u16 * ucast) npc_cn20k_dft_rules_idx_get() argument 4162 u16 bcast, mcast, promisc, ucast; rvu_mbox_handler_npc_get_dft_rl_idxs() local [all...] |
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | rep.c | 368 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/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 245 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 D | t4vf_hw.c | 1738 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/include/net/bluetooth/ |
| H A D | bluetooth.h | 216 struct bt_iso_ucast_qos ucast; 219 struct bt_iso_ucast_qos ucast; global() member
|
| H A D | hci_core.h | 1319 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis() 1323 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis() 1350 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 352 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 D | t4_hw.c | 8198 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()
|