Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enetc/
H A Denetc.h55 struct enetc_bdr { struct
56 void *bd_base; /* points to Rx or Tx BD ring */
57 struct enetc_swbd *q_swbd;
58 union {
62 int bd_count; /* # of BDs */
63 int next_to_use;
64 int next_to_clean;
65 uint16_t index;
66 uint8_t crc_len; /* 0 if CRC stripped, 4 otherwise */
67 union {
[all …]