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

  /src/sys/dev/ic/
dwc_eqos.c 1087 uint32_t debug_data __unused = 0, ictrl = 0; local in function:eqos_intr_mtl
1102 ictrl = RD4(sc, GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS);
1103 if ((ictrl & GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_RXOVFIS) != 0) {
1107 if ((ictrl & GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_TXUNFIS) != 0) {
1112 new_status |= (ictrl &
1122 mtl_status, debug_data, ictrl);
  /src/sys/dev/pci/
if_vmxreg.h 246 uint32_t ictrl; member in struct:vmxnet3_driver_shared

Completed in 13 milliseconds