Home
last modified time | relevance | path

Searched refs:DBG_CMD_NUM (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/mwifiex/
Dioctl.h156 #define DBG_CMD_NUM 5 macro
190 u16 last_cmd_id[DBG_CMD_NUM];
191 u16 last_cmd_act[DBG_CMD_NUM];
193 u16 last_cmd_resp_id[DBG_CMD_NUM];
195 u16 last_event[DBG_CMD_NUM];
Ddebugfs.c90 item_addr(last_cmd_id), DBG_CMD_NUM},
92 item_addr(last_cmd_act), DBG_CMD_NUM},
96 item_addr(last_cmd_resp_id), DBG_CMD_NUM},
100 item_addr(last_event), DBG_CMD_NUM},
Dcmdevt.c204 (adapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in mwifiex_dnld_cmd_to_fw()
380 (adapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in mwifiex_process_event()
741 (adapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in mwifiex_process_cmdresp()
844 adapter->dbg.last_cmd_id, DBG_CMD_NUM); in mwifiex_cmd_timeout_func()
846 adapter->dbg.last_cmd_act, DBG_CMD_NUM); in mwifiex_cmd_timeout_func()
852 DBG_CMD_NUM); in mwifiex_cmd_timeout_func()
857 adapter->dbg.last_event, DBG_CMD_NUM); in mwifiex_cmd_timeout_func()
Dmain.h103 #define DBG_CMD_NUM 5 macro
127 u16 last_cmd_id[DBG_CMD_NUM];
128 u16 last_cmd_act[DBG_CMD_NUM];
130 u16 last_cmd_resp_id[DBG_CMD_NUM];
132 u16 last_event[DBG_CMD_NUM];