Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.h147 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()
Dtx.c34 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()
235 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa()
1372 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_addr()
1410 if (meta->tbs & BIT(i)) in iwl_txq_gen1_tfd_unmap()
[all …]
/Linux-v6.6/crypto/asymmetric_keys/
Dx509_parser.h23 const void *tbs; /* Signed data */ member
Dx509_public_key.c75 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()
Dx509_cert_parser.c182 ctx->cert->tbs = value - hdrlen; in x509_note_tbs_certificate()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/
Diwl-fh.h694 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member
707 struct iwl_tfh_tb tbs[IWL_TFH_NUM_TBS]; member
Diwl-trans.h890 u32 tbs; member
/Linux-v6.6/certs/
DKconfig109 string starting with a prefix ("tbs" or "bin"), then a colon (":"), and
112 tools/certs/print-cert-tbs-hash.sh .
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1309 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings()
1401 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
1800 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in __init_dma_tx_desc_rings()
1813 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __init_dma_tx_desc_rings()
1983 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in __free_dma_tx_desc_resources()
2151 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2165 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()
2592 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tx_clean()
3424 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
[all …]
Dstmmac_tc.c1100 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
1104 priv->dma_conf.tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf()
1106 priv->dma_conf.tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
Dstmmac.h62 int tbs; member
Dstmmac_selftests.c1770 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c235 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
Dtx.c1122 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_enqueue_hcmd()
1272 out_meta->tbs |= BIT(tb_idx); in iwl_fill_data_tbs()
/Linux-v6.6/arch/arm/boot/dts/allwinner/
Dsun8i-a83t-tbs-a711.dts53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t";
74 compatible = "tbs,a711-panel", "panel-lvds";
DMakefile220 sun8i-a83t-tbs-a711.dtb \
281 sun8i-a83t-tbs-a711.dtb \
/Linux-v6.6/drivers/media/rc/keymaps/
DMakefile113 rc-tbs-nec.o \
/Linux-v6.6/drivers/net/wireless/intel/iwlegacy/
D3945.h567 struct il3945_tfd_tb tbs[4]; member
D3945.c619 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()
D4965-mac.c3862 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()
Dcommon.h2446 struct il_tfd_tb tbs[IL_NUM_OF_TBS]; member
/Linux-v6.6/net/core/
Drtnetlink.c3530 struct rtnl_newlink_tbs *tbs, in __rtnl_newlink() argument
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()
3718 ret = __rtnl_newlink(skb, nlh, tbs, extack); in rtnl_newlink()
[all …]
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimx6q-tbs2910.dts13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";