Searched defs:brcmf_sdio_count (Results 1 – 1 of 1) sorted by relevance
400 struct brcmf_sdio_count { struct401 uint intrcount; /* Count of device interrupt callbacks */402 uint lastintrs; /* Count as of last watchdog timer */403 uint pollcnt; /* Count of active polls */404 uint regfails; /* Count of R_REG failures */405 uint tx_sderrs; /* Count of tx attempts with sd errors */406 uint fcqueued; /* Tx packets that got queued */407 uint rxrtx; /* Count of rtx requests (NAK to dongle) */408 uint rx_toolong; /* Receive frames too long to receive */409 uint rxc_errors; /* SDIO errors when reading control frames */[all …]