Home
last modified time | relevance | path

Searched full:rxdb (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Dfsl,imx-rproc.yaml40 - const: rxdb
45 List of <&phandle type channel> - 1 channel for TX, 1 channel for RX, 1 channel for RXDB.
92 mbox-names = "tx", "rx", "rxdb";
/Linux-v6.1/Documentation/devicetree/bindings/dsp/
Dfsl,dsp.yaml59 List of <&phandle type channel> - 2 channels for TXDB, 2 channels for RXDB
60 or - 1 channel for TX, 1 channel for RX, 1 channel for RXDB
133 - const: rxdb
198 mbox-names = "tx", "rx", "rxdb";
/Linux-v6.1/drivers/net/ethernet/sfc/
Def100_rx.c189 efx_dword_t rxdb; in ef100_rx_write() local
202 EFX_POPULATE_DWORD_1(rxdb, ERF_GZ_RX_RING_PIDX, in ef100_rx_write()
204 efx_writed_page(rx_queue->efx, &rxdb, in ef100_rx_write()
/Linux-v6.1/drivers/net/ethernet/tehuti/
Dtehuti.c917 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()
922 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
924 struct rxdb *db; in bdx_rxdb_create()
927 db = vmalloc(sizeof(struct rxdb) in bdx_rxdb_create()
943 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()
949 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()
955 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()
960 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()
1000 priv->rxdb = bdx_rxdb_create(priv->rxf_fifo0.m.memsz / in bdx_rx_init()
1002 if (!priv->rxdb) in bdx_rx_init()
[all …]
Dtehuti.h176 struct rxdb { struct
250 struct rxdb *rxdb; /* rx dbs to store skb pointers */ member
/Linux-v6.1/drivers/mailbox/
Dimx-mailbox.c23 /* TX0/RX0/RXDB[0-3] */
108 int (*rxdb)(struct imx_mu_priv *priv, struct imx_mu_con_priv *cp); member
528 priv->dcfg->rxdb(priv, cp); in imx_mu_isr()
704 /* Only supports TXDB and RXDB */ in imx_mu_seco_xlate()
891 .rxdb = imx_mu_generic_rxdb,
902 .rxdb = imx_mu_generic_rxdb,
913 .rxdb = imx_mu_generic_rxdb,
948 .rxdb = imx_mu_generic_rxdb,
958 .rxdb = imx_mu_seco_rxdb,
/Linux-v6.1/include/linux/firmware/imx/
Ddsp.h31 /* Host <-> DSP communication uses 2 txdb and 2 rxdb channels */
/Linux-v6.1/drivers/firmware/imx/
Dimx-dsp.c101 chan_name = kasprintf(GFP_KERNEL, "rxdb%d", i - 2); in imx_dsp_setup_channels()
/Linux-v6.1/drivers/remoteproc/
Dimx_dsp_rproc.c492 * Request three mailbox channels (tx, rx, rxdb).
536 priv->rxdb_ch = mbox_request_channel_byname(cl, "rxdb"); in imx_dsp_rproc_mbox_init()
539 dev_dbg(cl->dev, "failed to request mbox chan rxdb, ret %d\n", in imx_dsp_rproc_mbox_init()