Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/devicetree/bindings/remoteproc/
Dfsl,imx-rproc.yaml39 - const: rxdb
44 List of <&phandle type channel> - 1 channel for TX, 1 channel for RX, 1 channel for RXDB.
91 mbox-names = "tx", "rx", "rxdb";
/Linux-v5.15/drivers/net/ethernet/sfc/
Def100_rx.c155 efx_dword_t rxdb; in ef100_rx_write() local
168 EFX_POPULATE_DWORD_1(rxdb, ERF_GZ_RX_RING_PIDX, in ef100_rx_write()
170 efx_writed_page(rx_queue->efx, &rxdb, in ef100_rx_write()
/Linux-v5.15/drivers/net/ethernet/tehuti/
Dtehuti.c915 static void bdx_rxdb_destroy(struct rxdb *db) in bdx_rxdb_destroy()
920 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
922 struct rxdb *db; in bdx_rxdb_create()
925 db = vmalloc(sizeof(struct rxdb) in bdx_rxdb_create()
941 static inline int bdx_rxdb_alloc_elem(struct rxdb *db) in bdx_rxdb_alloc_elem()
947 static inline void *bdx_rxdb_addr_elem(struct rxdb *db, int n) in bdx_rxdb_addr_elem()
953 static inline int bdx_rxdb_available(struct rxdb *db) in bdx_rxdb_available()
958 static inline void bdx_rxdb_free_elem(struct rxdb *db, int n) in bdx_rxdb_free_elem()
998 priv->rxdb = bdx_rxdb_create(priv->rxf_fifo0.m.memsz / in bdx_rx_init()
1000 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-v5.15/include/linux/firmware/imx/
Ddsp.h31 /* Host <-> DSP communication uses 2 txdb and 2 rxdb channels */
/Linux-v5.15/Documentation/devicetree/bindings/dsp/
Dfsl,dsp.yaml46 List of <&phandle type channel> - 2 channels for TXDB, 2 channels for RXDB
/Linux-v5.15/drivers/firmware/imx/
Dimx-dsp.c101 chan_name = kasprintf(GFP_KERNEL, "rxdb%d", i - 2); in imx_dsp_setup_channels()
/Linux-v5.15/drivers/mailbox/
Dimx-mailbox.c19 /* TX0/RX0/RXDB[0-3] */