Home
last modified time | relevance | path

Searched refs:IE_CMD_MCAST (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Di82586reg.h185 #define IE_CMD_MCAST 0x0003 /* multicast setup command */ macro
H A Di82596reg.h292 #define IE_CMD_MCAST 0x0003 /* multicast setup command */ macro
H A Di82596.c1700 i82596_simple_command(sc, IE_CMD_MCAST, cmdbuf);
/openbsd/sys/dev/isa/
H A Dif_ie.c1817 cmd->com.ie_cmd_cmd = IE_CMD_MCAST | IE_CMD_LAST; in mc_setup()