Searched refs:DBG_CMD_NUM (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ioctl.h | 184 #define DBG_CMD_NUM 5 macro 226 u16 last_cmd_id[DBG_CMD_NUM]; 227 u16 last_cmd_act[DBG_CMD_NUM]; 229 u16 last_cmd_resp_id[DBG_CMD_NUM]; 231 u16 last_event[DBG_CMD_NUM];
|
| H A D | util.c | 56 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 D | cmdevt.c | 271 (adapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in mwifiex_dnld_cmd_to_fw() 494 (adapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in mwifiex_process_event() 862 (adapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in mwifiex_process_cmdresp()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfg.h | 480 #define DBG_CMD_NUM 5 macro 515 u16 last_cmd_id[DBG_CMD_NUM]; 516 u16 last_cmd_act[DBG_CMD_NUM]; 518 u16 last_cmd_resp_id[DBG_CMD_NUM]; 520 u16 last_event[DBG_CMD_NUM];
|
| H A D | util.c | 67 item_addr(last_cmd_id), DBG_CMD_NUM}, 69 item_addr(last_cmd_act), DBG_CMD_NUM}, 73 item_addr(last_cmd_resp_id), DBG_CMD_NUM}, 77 item_addr(last_event), DBG_CMD_NUM},
|
| H A D | main.h | 216 u16 last_cmd_id[DBG_CMD_NUM]; 217 u16 last_cmd_act[DBG_CMD_NUM]; 219 u16 last_cmd_resp_id[DBG_CMD_NUM]; 221 u16 last_event[DBG_CMD_NUM];
|
| H A D | cmdevt.c | 224 (adapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in nxpwifi_dnld_cmd_to_fw() 388 (adapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in nxpwifi_process_event() 764 (adapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in nxpwifi_process_cmdresp()
|