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