Searched defs:BUF_CTRL (Results 1 – 1 of 1) sorted by relevance
421 struct BUF_CTRL { struct422 __u32 flag_dma; /* buffers are in Host memory */423 __u32 tx_bufaddr; /* address of the tx buffer */424 __u32 tx_bufsize; /* tx buffer size */425 __u32 tx_threshold; /* tx low water mark */426 __u32 tx_get; /* tail index tx buf */427 __u32 tx_put; /* head index tx buf */428 __u32 rx_bufaddr; /* address of the rx buffer */429 __u32 rx_bufsize; /* rx buffer size */430 __u32 rx_threshold; /* rx high water mark */[all …]