Home
last modified time | relevance | path

Searched defs:BUF_CTRL (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcyclades.h265 struct BUF_CTRL { struct
266 __u32 flag_dma;
267 __u32 tx_bufaddr;
268 __u32 tx_bufsize;
269 __u32 tx_threshold;
270 __u32 tx_get;
271 __u32 tx_put;
272 __u32 rx_bufaddr;
273 __u32 rx_bufsize;
274 __u32 rx_threshold;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dcyclades.h422 struct BUF_CTRL { struct
423 __u32 flag_dma; /* buffers are in Host memory */
424 __u32 tx_bufaddr; /* address of the tx buffer */
425 __u32 tx_bufsize; /* tx buffer size */
426 __u32 tx_threshold; /* tx low water mark */
427 __u32 tx_get; /* tail index tx buf */
428 __u32 tx_put; /* head index tx buf */
429 __u32 rx_bufaddr; /* address of the rx buffer */
430 __u32 rx_bufsize; /* rx buffer size */
431 __u32 rx_threshold; /* rx high water mark */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcyclades.h253 struct BUF_CTRL { struct
254 __u32 flag_dma;
255 __u32 tx_bufaddr;
256 __u32 tx_bufsize;
257 __u32 tx_threshold;
258 __u32 tx_get;
259 __u32 tx_put;
260 __u32 rx_bufaddr;
261 __u32 rx_bufsize;
262 __u32 rx_threshold;
[all …]