Home
last modified time | relevance | path

Searched refs:DBG_CMD_NUM (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h191 #define DBG_CMD_NUM 5 macro
233 u16 last_cmd_id[DBG_CMD_NUM];
234 u16 last_cmd_act[DBG_CMD_NUM];
236 u16 last_cmd_resp_id[DBG_CMD_NUM];
238 u16 last_event[DBG_CMD_NUM];
H A Dutil.c68 item_addr(last_cmd_id), DBG_CMD_NUM},
70 item_addr(last_cmd_act), DBG_CMD_NUM},
74 item_addr(last_cmd_resp_id), DBG_CMD_NUM},
78 item_addr(last_event), DBG_CMD_NUM},
H A Dcmdevt.c285 (adapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in mwifiex_dnld_cmd_to_fw()
510 (adapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in mwifiex_process_event()
866 (adapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in mwifiex_process_cmdresp()
H A Dmain.h238 u16 last_cmd_id[DBG_CMD_NUM];
239 u16 last_cmd_act[DBG_CMD_NUM];
241 u16 last_cmd_resp_id[DBG_CMD_NUM];
243 u16 last_event[DBG_CMD_NUM];
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h179 #define DBG_CMD_NUM 5 macro
221 u16 last_cmd_id[DBG_CMD_NUM];
222 u16 last_cmd_act[DBG_CMD_NUM];
224 u16 last_cmd_resp_id[DBG_CMD_NUM];
226 u16 last_event[DBG_CMD_NUM];
H A Dutil.c56 item_addr(last_cmd_id), DBG_CMD_NUM},
58 item_addr(last_cmd_act), DBG_CMD_NUM},
62 item_addr(last_cmd_resp_id), DBG_CMD_NUM},
66 item_addr(last_event), DBG_CMD_NUM},
H A Dcmdevt.c273 (adapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in mwifiex_dnld_cmd_to_fw()
498 (adapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in mwifiex_process_event()
868 (adapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in mwifiex_process_cmdresp()
H A Dmain.h228 u16 last_cmd_id[DBG_CMD_NUM];
229 u16 last_cmd_act[DBG_CMD_NUM];
231 u16 last_cmd_resp_id[DBG_CMD_NUM];
233 u16 last_event[DBG_CMD_NUM];

Completed in 15 milliseconds