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

  /src/sys/dev/ic/
rtl81x9var.h 68 uint8_t mii_opcode; member in struct:rtk_mii_frame
rtl81x9.c 291 frame->mii_opcode = RTK_MII_READOP;
308 rtk_mii_send(sc, frame->mii_opcode, 2);
379 frame->mii_opcode = RTK_MII_WRITEOP;
390 rtk_mii_send(sc, frame->mii_opcode, 2);

Completed in 44 milliseconds