/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.h | 147 struct iwl_tfh_tb *tfh_tb = &tfh_tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len() 153 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len() 162 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_gen1_tfd_set_tb()
|
H A D | tx.c | 34 filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) + in iwl_pcie_gen2_update_byte_tbl() 106 tb = &tfd->tbs[idx]; in iwl_txq_gen2_set_tb() 147 if (meta->tbs & BIT(i)) in iwl_txq_gen2_tfd_unmap() 149 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 150 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 154 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 155 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 212 * need to dma_unmap_page() and set the meta->tbs bit in 235 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa() 1372 struct iwl_tfd_tb *tb = &tfd->tbs[id in iwl_txq_gen1_tfd_tb_get_addr() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 101 filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) + in iwl_pcie_gen2_update_byte_tbl() 170 if (meta->tbs & BIT(i)) in iwl_txq_gen2_tfd_unmap() 172 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 173 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 177 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 178 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 233 tb = &tfd->tbs[idx]; in iwl_txq_gen2_set_tb() 272 * need to dma_unmap_page() and set the meta->tbs bit in 295 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa() 1385 struct iwl_tfh_tb *tb = &tfd->tbs[id in iwl_txq_gen1_tfd_tb_get_addr() [all...] |
H A D | tx.h | 211 struct iwl_tfh_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len() 217 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 23 const void *tbs; /* Signed data */ member
|
H A D | x509_public_key.c | 33 sig->data = cert->tbs; in x509_get_sig_params() 80 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->digest); in x509_get_sig_params() 84 ret = is_hash_blacklisted(sig->digest, sig->digest_size, "tbs"); in x509_get_sig_params()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 23 const void *tbs; /* Signed data */ member
|
H A D | x509_public_key.c | 75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params() 78 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-fh.h | 719 * @ num_tbs 0-4 number of active tbs 722 * @ tbs[20] transmit frame buffer descriptors 728 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member 734 * @ num_tbs 0-4 number of active tbs 736 * @ tbs[25] transmit frame buffer descriptors 741 struct iwl_tfh_tb tbs[IWL_TFH_NUM_TBS]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-fh.h | 685 * @ num_tbs 0-4 number of active tbs 688 * @ tbs[20] transmit frame buffer descriptors 694 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member 700 * @ num_tbs 0-4 number of active tbs 702 * @ tbs[25] transmit frame buffer descriptors 707 struct iwl_tfh_tb tbs[IWL_TFH_NUM_TBS]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 1219 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings() 1304 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors() 1528 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in init_dma_tx_desc_rings() 1538 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in init_dma_tx_desc_rings() 1681 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in free_dma_tx_desc_resources() 1807 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in alloc_dma_tx_desc_resources() 1821 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in alloc_dma_tx_desc_resources() 2063 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean() 2805 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup() 2825 int enable = tx_q->tbs in stmmac_hw_setup() [all...] |
H A D | stmmac_tc.c | 801 if (!(priv->tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf() 805 priv->tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf() 807 priv->tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
|
H A D | stmmac.h | 48 int tbs; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 1310 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings() 1402 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors() 1801 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in __init_dma_tx_desc_rings() 1814 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __init_dma_tx_desc_rings() 1984 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in __free_dma_tx_desc_resources() 2152 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources() 2166 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources() 2469 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_xdp_xmit_zc() 2591 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean() 3423 if (tx_q->tbs in stmmac_hw_setup() [all...] |
H A D | stmmac.h | 62 int tbs; member
|
H A D | stmmac_tc.c | 1101 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf() 1105 priv->dma_conf.tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf() 1107 priv->dma_conf.tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx-gen2.c | 235 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
|
/kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/ |
H A D | Makefile | 220 sun8i-a83t-tbs-a711.dtb \ 281 sun8i-a83t-tbs-a711.dtb \
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm/allwinner/ |
H A D | Makefile | 220 sun8i-a83t-tbs-a711.dtb \ 281 sun8i-a83t-tbs-a711.dtb \
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 619 tfd->tbs[count].addr = cpu_to_le32(addr); in il3945_hw_txq_attach_buf_to_tfd() 620 tfd->tbs[count].len = cpu_to_le32(len); in il3945_hw_txq_attach_buf_to_tfd() 662 pci_unmap_single(dev, le32_to_cpu(tfd->tbs[i].addr), in il3945_hw_txq_free_tfd() 663 le32_to_cpu(tfd->tbs[i].len), in il3945_hw_txq_free_tfd()
|
H A D | 3945.h | 567 struct il3945_tfd_tb tbs[4]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 619 tfd->tbs[count].addr = cpu_to_le32(addr); in il3945_hw_txq_attach_buf_to_tfd() 620 tfd->tbs[count].len = cpu_to_le32(len); in il3945_hw_txq_attach_buf_to_tfd() 663 dma_unmap_single(&dev->dev, le32_to_cpu(tfd->tbs[i].addr), in il3945_hw_txq_free_tfd() 664 le32_to_cpu(tfd->tbs[i].len), DMA_TO_DEVICE); in il3945_hw_txq_free_tfd()
|
H A D | 3945.h | 567 struct il3945_tfd_tb tbs[4]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx-gen2.c | 282 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 3530 struct rtnl_newlink_tbs *tbs, in __rtnl_newlink() 3534 struct nlattr ** const tb = tbs->tb; in __rtnl_newlink() 3605 err = nla_parse_nested_deprecated(tbs->attr, ops->maxtype, in __rtnl_newlink() 3610 data = tbs->attr; in __rtnl_newlink() 3626 err = nla_parse_nested_deprecated(tbs->slave_attr, in __rtnl_newlink() 3633 slave_data = tbs->slave_attr; in __rtnl_newlink() 3711 struct rtnl_newlink_tbs *tbs; in rtnl_newlink() local 3714 tbs = kmalloc(sizeof(*tbs), GFP_KERNEL); in rtnl_newlink() 3715 if (!tbs) in rtnl_newlink() 3529 __rtnl_newlink(struct sk_buff *skb, struct nlmsghdr *nlh, struct rtnl_newlink_tbs *tbs, struct netlink_ext_ack *extack) __rtnl_newlink() argument [all...] |