HomeSort by: relevance | last modified time | path
    Searched refs:CUE_MCAST_TABLE_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_cuereg.h 118 #define CUE_MCAST_TABLE_LEN 64
if_cue.c 121 uint8_t cue_mctab[CUE_MCAST_TABLE_LEN];
377 for (i = 0; i < CUE_MCAST_TABLE_LEN; i++)
380 &sc->cue_mctab, CUE_MCAST_TABLE_LEN);
385 for (i = 0; i < CUE_MCAST_TABLE_LEN; i++)
412 &sc->cue_mctab, CUE_MCAST_TABLE_LEN);

Completed in 11 milliseconds