/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx-gen2.c | 81 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa() 571 filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) + in iwl_pcie_gen2_update_byte_tbl() 627 tb = &tfd->tbs[idx]; in iwl_txq_gen2_set_tb() 665 if (meta->tbs & BIT(i)) in iwl_txq_gen2_tfd_unmap() 667 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 668 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 672 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 673 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 1414 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
|
H A D | tx.c | 146 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_gen1_tfd_set_tb() 261 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_addr() 313 if (meta->tbs & BIT(i)) in iwl_txq_gen1_tfd_unmap() 327 meta->tbs = 0; in iwl_txq_gen1_tfd_unmap() 1584 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_enqueue_hcmd() 1737 out_meta->tbs |= BIT(tb_idx); in iwl_fill_data_tbs()
|
H A D | internal.h | 783 struct iwl_tfh_tb *tfh_tb = &tfh_tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len() 789 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
|
/linux/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 24 const void *tbs; /* Signed data */ member
|
H A D | x509_public_key.c | 66 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
H A D | x509_cert_parser.c | 170 ctx->cert->tbs = value - hdrlen; in x509_note_tbs_certificate()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-fh.h | 696 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member 710 struct iwl_tfh_tb tbs[IWL_TFH_NUM_TBS]; member
|
H A D | iwl-trans.h | 717 u32 tbs; member
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 1287 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings() 1379 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors() 1778 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in __init_dma_tx_desc_rings() 1791 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __init_dma_tx_desc_rings() 1961 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in __free_dma_tx_desc_resources() 2129 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources() 2143 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources() 2497 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_xdp_xmit_zc() 2632 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean() 3469 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup() [all …]
|
H A D | stmmac_tc.c | 1162 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf() 1166 priv->dma_conf.tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf() 1168 priv->dma_conf.tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
|
H A D | stmmac.h | 64 int tbs; member
|
H A D | stmmac_selftests.c | 1770 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()
|
/linux/certs/ |
H A D | Kconfig | 125 string starting with a prefix ("tbs" or "bin"), then a colon (":"), and 128 tools/certs/print-cert-tbs-hash.sh .
|
/linux/net/core/ |
H A D | rtnetlink.c | 3664 struct rtnl_newlink_tbs *tbs, in rtnl_changelink() argument 3668 struct nlattr ** const linkinfo = tbs->linkinfo; in rtnl_changelink() 3669 struct nlattr ** const tb = tbs->tb; in rtnl_changelink() 3706 err = nla_parse_nested_deprecated(tbs->slave_attr, in rtnl_changelink() 3713 slave_data = tbs->slave_attr; in rtnl_changelink() 3849 struct rtnl_newlink_tbs *tbs, in __rtnl_newlink() argument 3853 struct nlattr ** const tb = tbs->tb; in __rtnl_newlink() 3875 return rtnl_changelink(skb, nlh, ops, dev, tgt_net, tbs, data, extack); in __rtnl_newlink() 3907 struct rtnl_newlink_tbs *tbs; in rtnl_newlink() local 3912 tbs = kmalloc(sizeof(*tbs), GFP_KERNEL); in rtnl_newlink() [all …]
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a83t-tbs-a711.dts | 53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t"; 74 compatible = "tbs,a711-panel", "panel-lvds";
|
/linux/drivers/media/rc/keymaps/ |
H A D | Makefile | 114 rc-tbs-nec.o \
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 569 struct il3945_tfd_tb tbs[4]; member
|
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 | 4965-mac.c | 3862 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_addr() 3876 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_len() 3884 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_set_tb()
|
H A D | common.h | 2458 struct il_tfd_tb tbs[IL_NUM_OF_TBS]; member
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-tbs2910.dts | 13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";
|