Lines Matching defs:brcmf_sdio_count
406 struct brcmf_sdio_count { struct
407 uint intrcount; /* Count of device interrupt callbacks */
408 uint lastintrs; /* Count as of last watchdog timer */
409 uint pollcnt; /* Count of active polls */
410 uint regfails; /* Count of R_REG failures */
411 uint tx_sderrs; /* Count of tx attempts with sd errors */
412 uint fcqueued; /* Tx packets that got queued */
413 uint rxrtx; /* Count of rtx requests (NAK to dongle) */
414 uint rx_toolong; /* Receive frames too long to receive */
415 uint rxc_errors; /* SDIO errors when reading control frames */
416 uint rx_hdrfail; /* SDIO errors on header reads */
417 uint rx_badhdr; /* Bad received headers (roosync?) */
418 uint rx_badseq; /* Mismatched rx sequence number */
419 uint fc_rcvd; /* Number of flow-control events received */
420 uint fc_xoff; /* Number which turned on flow-control */
421 uint fc_xon; /* Number which turned off flow-control */
422 uint rxglomfail; /* Failed deglom attempts */
423 uint rxglomframes; /* Number of glom frames (superframes) */
424 uint rxglompkts; /* Number of packets from glom frames */
425 uint f2rxhdrs; /* Number of header reads */
426 uint f2rxdata; /* Number of frame data reads */
427 uint f2txdata; /* Number of f2 frame writes */
428 uint f1regdata; /* Number of f1 register accesses */
429 uint tickcnt; /* Number of watchdog been schedule */
430 ulong tx_ctlerrs; /* Err of sending ctrl frames */
431 ulong tx_ctlpkts; /* Ctrl frames sent to dongle */
432 ulong rx_ctlerrs; /* Err of processing rx ctrl frames */
433 ulong rx_ctlpkts; /* Ctrl frames processed from dongle */
434 ulong rx_readahead_cnt; /* packets where header read-ahead was used */