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