Home
last modified time | relevance | path

Searched refs:flit (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/package/
H A Dpkg-python.mk198 else ifneq ($$(filter flit pep517,$$($(2)_SETUP_TYPE)),)
209 else ifeq ($$($(2)_SETUP_TYPE),flit-bootstrap)
211 $$(error flit-bootstrap setup type only supported for host packages)
237 else ifneq ($$(filter flit pep517,$$($(2)_SETUP_TYPE)),)
239 ifeq ($$($(2)_SETUP_TYPE),flit)
240 $(2)_DEPENDENCIES += host-python-flit-core
242 else ifeq ($$($(2)_SETUP_TYPE),flit-bootstrap)
245 ifeq ($$(filter host-python-flit-core host-python-installer,$(1)),)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-flit-core_3.7.1.bb5 HOMEPAGE = "https://github.com/pypa/flit"
6 BUGTRACKER = "https://github.com/pypa/flit/issues"
19 # We need the full flit tarball
20 PYPI_PACKAGE = "flit"
H A Dpython3-wheel_0.37.1.bb11 SRC_URI += "file://0001-Backport-pyproject.toml-from-flit-backend-branch.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-wheel/
H A D0001-Backport-pyproject.toml-from-flit-backend-branch.patch4 Subject: [PATCH] Backport pyproject.toml from flit-backend branch
8 Upstream-Status: Backport from flit-backend branch
69 +[tool.flit.sdist]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Darm-cmn.rst50 The PMU can also count watchpoint events to monitor specific flit
54 register selection, separate events are provided for flit uploads and
57 The flit match value and mask are passed in config1 and config2 ("val"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpython_flit_core.bbclass3 DEPENDS += "python3 python3-flit-core-native"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c99 __be64 flit[TX_DESC_FLITS]; member
243 sgp = (struct sg_ent *)&q->desc[cidx].flit[d->sflit]; in unmap_skb()
1069 d->flit[TX_DESC_FLITS - 1] = cpu_to_be64(gen); in wr_gen2()
1131 memcpy(&d->flit[flits], fp, avail * sizeof(*fp)); in write_wr_hdr_sgl()
1203 d->flit[2] = 0; in write_tx_pkt_wr()
1222 skb_copy_from_linear_data(skb, &d->flit[2], in write_tx_pkt_wr()
1225 skb_copy_bits(skb, 0, &d->flit[2], skb->len); in write_tx_pkt_wr()
1242 sgp = ndesc == 1 ? (struct sg_ent *)&d->flit[flits] : sgl; in write_tx_pkt_wr()
1651 memcpy(&d->flit[1], &from[1], in write_ofld_wr()
1655 sgp = ndesc == 1 ? (struct sg_ent *)&d->flit[flits] : sgl; in write_ofld_wr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h229 __be64 flit[SGE_EQ_IDXSIZE/sizeof(__be64)]; member
H A Dcxgb4vf_main.c1987 u64 flit = entry->cmd[i]; in mboxlog_show() local
1988 u32 hi = (u32)(flit >> 32); in mboxlog_show()
1989 u32 lo = (u32)flit; in mboxlog_show()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c3258 u64 flit; in cudbg_collect_mbox_log() local
3281 flit = entry->cmd[i]; in cudbg_collect_mbox_log()
3282 mboxlog->hi[i] = (u32)(flit >> 32); in cudbg_collect_mbox_log()
3283 mboxlog->lo[i] = (u32)flit; in cudbg_collect_mbox_log()
H A Dcxgb4_debugfs.c1182 u64 flit = entry->cmd[i]; in mboxlog_show() local
1183 u32 hi = (u32)(flit >> 32); in mboxlog_show()
1184 u32 lo = (u32)flit; in mboxlog_show()
H A Dcxgb4.h835 __be64 flit[8]; member
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst57 - ``python3-flit-core``
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dmaintainers.inc611 RECIPE_MAINTAINER:pn-python3-flit-core = "Tim Orling <tim.orling@konsulko.com>"