Home
last modified time | relevance | path

Searched defs:brcmf_sdio_count (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c399 struct brcmf_sdio_count { struct
400 uint intrcount; /* Count of device interrupt callbacks */
401 uint lastintrs; /* Count as of last watchdog timer */
402 uint pollcnt; /* Count of active polls */
403 uint regfails; /* Count of R_REG failures */
404 uint tx_sderrs; /* Count of tx attempts with sd errors */
405 uint fcqueued; /* Tx packets that got queued */
406 uint rxrtx; /* Count of rtx requests (NAK to dongle) */
407 uint rx_toolong; /* Receive frames too long to receive */
408 uint rxc_errors; /* SDIO errors when reading control frames */
[all …]