Lines Matching refs:seq

22  * @seq: Pointer to the sequence file structure.
27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data)
29 struct rsi_common *common = seq->private;
33 seq_printf(seq, "total_sdio_interrupts: %d\n",
35 seq_printf(seq, "sdio_msdu_pending_intr_count: %d\n",
37 seq_printf(seq, "sdio_buff_full_count : %d\n",
39 seq_printf(seq, "sdio_buf_semi_full_count %d\n",
41 seq_printf(seq, "sdio_unknown_intr_count: %d\n",
44 seq_printf(seq, "BUFFER FULL STATUS : %d\n",
46 seq_printf(seq, "SEMI BUFFER FULL STATUS : %d\n",
48 seq_printf(seq, "MGMT BUFFER FULL STATUS : %d\n",
50 seq_printf(seq, "BUFFER FULL COUNTER : %d\n",
52 seq_printf(seq, "BUFFER SEMI FULL COUNTER : %d\n",
54 seq_printf(seq, "MGMT BUFFER FULL COUNTER : %d\n",
76 * @seq: Pointer to the sequence file structure.
81 static int rsi_version_read(struct seq_file *seq, void *data)
83 struct rsi_common *common = seq->private;
85 seq_printf(seq, "LMAC : %d.%d.%d.%d\n",
110 * @seq: Pointer to the sequence file structure.
115 static int rsi_stats_read(struct seq_file *seq, void *data)
117 struct rsi_common *common = seq->private;
131 seq_puts(seq, "==> RSI STA DRIVER STATUS <==\n");
132 seq_puts(seq, "DRIVER_FSM_STATE: ");
137 seq_printf(seq, "%s", fsm_state[common->fsm_state]);
139 seq_printf(seq, "(%d)\n\n", common->fsm_state);
142 seq_printf(seq, "total_mgmt_pkt_send : %d\n",
144 seq_printf(seq, "total_mgmt_pkt_queued : %d\n",
146 seq_printf(seq, "total_mgmt_pkt_freed : %d\n",
150 seq_printf(seq, "total_data_vo_pkt_send: %8d\t",
152 seq_printf(seq, "total_data_vo_pkt_queued: %8d\t",
154 seq_printf(seq, "total_vo_pkt_freed: %8d\n",
156 seq_printf(seq, "total_data_vi_pkt_send: %8d\t",
158 seq_printf(seq, "total_data_vi_pkt_queued: %8d\t",
160 seq_printf(seq, "total_vi_pkt_freed: %8d\n",
162 seq_printf(seq, "total_data_be_pkt_send: %8d\t",
164 seq_printf(seq, "total_data_be_pkt_queued: %8d\t",
166 seq_printf(seq, "total_be_pkt_freed: %8d\n",
168 seq_printf(seq, "total_data_bk_pkt_send: %8d\t",
170 seq_printf(seq, "total_data_bk_pkt_queued: %8d\t",
172 seq_printf(seq, "total_bk_pkt_freed: %8d\n",
175 seq_puts(seq, "\n");
195 * @seq: Pointer to the sequence file structure.
200 static int rsi_debug_zone_read(struct seq_file *seq, void *data)
203 seq_printf(seq, "The zones available are %#x\n",