Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c38 sha256(cert->tbs, cert->tbs_size, cert->sha256); in x509_get_sig_params()
56 sig->m = (u8 *)cert->tbs; in x509_get_sig_params()
89 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->m); in x509_get_sig_params()
H A Dx509_cert_parser.c170 ctx->cert->tbs = value - hdrlen; in x509_note_tbs_certificate()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c80 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa()
572 filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) + in iwl_pcie_gen2_update_byte_tbl()
620 tb = &tfd->tbs[idx]; in iwl_txq_gen2_set_tb()
658 if (meta->tbs & BIT(i)) in iwl_txq_gen2_tfd_unmap()
660 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap()
661 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap()
665 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap()
666 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap()
1410 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c147 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()
315 if (meta->tbs & BIT(i)) in iwl_txq_gen1_tfd_unmap()
329 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()
1735 out_meta->tbs |= BIT(tb_idx); in iwl_fill_data_tbs()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1455 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in stmmac_display_tx_rings()
1555 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_clear_tx_descriptors()
1954 else if (!(tx_q->tbs & STMMAC_TBS_AVAIL)) in __init_dma_tx_desc_rings()
1967 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __init_dma_tx_desc_rings()
2137 } else if (tx_q->tbs & STMMAC_TBS_AVAIL) { in __free_dma_tx_desc_resources()
2309 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2323 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in __alloc_dma_tx_desc_resources()
2633 if (meta_req->tbs & STMMAC_TBS_EN) in stmmac_xsk_request_launch_time()
2689 else if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_xdp_xmit_zc()
2726 meta_req.tbs = tx_q->tbs; in stmmac_xdp_xmit_zc()
[all …]
H A Dstmmac_tc.c1165 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf()
1169 priv->dma_conf.tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf()
1171 priv->dma_conf.tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
H A Dstmmac_selftests.c1770 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()
/linux/net/core/
H A Drtnetlink.c3717 struct rtnl_newlink_tbs *tbs, in rtnl_changelink() argument
3721 struct nlattr ** const linkinfo = tbs->linkinfo; in rtnl_changelink()
3722 struct nlattr ** const tb = tbs->tb; in rtnl_changelink()
3759 err = nla_parse_nested_deprecated(tbs->slave_attr, in rtnl_changelink()
3766 slave_data = tbs->slave_attr; in rtnl_changelink()
3903 struct rtnl_newlink_tbs *tbs, in __rtnl_newlink() argument
3907 struct nlattr ** const tb = tbs->tb; in __rtnl_newlink()
3935 return rtnl_changelink(skb, nlh, ops, dev, tgt_net, tbs, data, extack); in __rtnl_newlink()
3967 struct rtnl_newlink_tbs *tbs; in rtnl_newlink() local
3972 tbs = kmalloc_obj(*tbs); in rtnl_newlink()
[all …]
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a83t-tbs-a711.dts53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t";
74 compatible = "tbs,a711-panel", "panel-lvds";
/linux/drivers/net/wireless/intel/iwlegacy/
H 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()
H A D4965-mac.c3865 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_addr()
3879 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_len()
3887 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_set_tb()
H A Dcommon.h2457 struct il_tfd_tb tbs[IL_NUM_OF_TBS]; member
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-tbs2910.dts13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";