Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/queue/
A Dtx.c100 if (meta->tbs & BIT(i)) in iwl_txq_gen2_tfd_unmap()
102 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap()
103 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap()
107 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap()
108 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap()
162 tb = &tfd->tbs[idx]; in iwl_txq_gen2_set_tb()
224 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa()
1310 struct iwl_tfh_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_addr()
1316 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_addr()
1351 if (meta->tbs & BIT(i)) in iwl_txq_gen1_tfd_unmap()
[all …]
A Dtx.h157 struct iwl_tfh_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
163 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
/linux/crypto/asymmetric_keys/
A Dx509_public_key.c33 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()
A Dx509_parser.h23 const void *tbs; /* Signed data */ member
A Dx509_cert_parser.c184 ctx->cert->tbs = value - hdrlen; in x509_note_tbs_certificate()
/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-fh.h672 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member
685 struct iwl_tfh_tb tbs[IWL_TFH_NUM_TBS]; member
A Diwl-trans.h790 u32 tbs; member
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c1419 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
2126 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2140 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
3353 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup()
3869 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_vlan_insert()
3910 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_allocator()
4029 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4054 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4134 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit()
4431 if (tx_q->tbs & STMMAC_TBS_EN) { in stmmac_xmit()
[all …]
A Dstmmac_tc.c973 if (!(priv->tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
977 priv->tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf()
979 priv->tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
A Dstmmac.h61 int tbs; member
A Dstmmac_selftests.c1767 if (priv->tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()
/linux/arch/arm/boot/dts/
A Dsun8i-a83t-tbs-a711.dts53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t";
74 compatible = "tbs,a711-panel", "panel-lvds";
A Dimx6q-tbs2910.dts13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";
A DMakefile1259 sun8i-a83t-tbs-a711.dtb \
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtx-gen2.c235 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
A Dtx.c139 struct iwl_tfd_tb *tb = &tfd_fh->tbs[idx]; in iwl_pcie_tfd_set_tb()
1138 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_enqueue_hcmd()
1284 out_meta->tbs |= BIT(tb_idx); in iwl_fill_data_tbs()
/linux/Documentation/devicetree/bindings/media/
A Drc.yaml131 - rc-tbs-nec
/linux/drivers/media/rc/keymaps/
A DMakefile106 rc-tbs-nec.o \
/linux/drivers/net/wireless/intel/iwlegacy/
A D3945.h567 struct il3945_tfd_tb tbs[4]; member
A 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()
A 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()
A Dcommon.h2445 struct il_tfd_tb tbs[IL_NUM_OF_TBS]; member
/linux/Documentation/devicetree/bindings/
A Dvendor-prefixes.yaml1168 "^tbs,.*":
1170 "^tbs-biometrics,.*":
/linux/Documentation/devicetree/bindings/arm/
A Dsunxi.yaml813 - const: tbs-biometrics,a711
A Dfsl.yaml231 - tbs,imx6q-tbs2910 # TBS2910 Matrix ARM mini PC

Completed in 86 milliseconds