Home
last modified time | relevance | path

Searched refs:MAX_RX_COUNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h96 #define MAX_RX_COUNT 64 macro
237 struct sk_buff *rx_buf[MAX_RX_QUEUE][MAX_RX_COUNT];
H A Drtl_core.c763 priv->rxringcount = MAX_RX_COUNT; in _rtl92e_init_priv_variable()