Searched refs:SIS_RX_LIST_CNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sis/
H A Dif_sisreg.h384 #define SIS_RX_LIST_CNT 64 macro
387 #define SIS_RX_LIST_SZ SIS_RX_LIST_CNT * sizeof(struct sis_desc)
477 struct sis_rxdesc sis_rxdesc[SIS_RX_LIST_CNT];
H A Dif_sis.c1279 for (i = 0; i < SIS_RX_LIST_CNT; i++) {
1313 for (i = 0; i < SIS_RX_LIST_CNT; i++) {
1388 for (i = 0; i < SIS_RX_LIST_CNT; i++) {
1391 if (i == SIS_RX_LIST_CNT - 1)
1494 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) {
2243 for (i = 0; i < SIS_RX_LIST_CNT; i++) {

Completed in 57 milliseconds