Searched refs:DBG_CMD_NUM (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ioctl.h | 190 #define DBG_CMD_NUM 5 macro 232 u16 last_cmd_id[DBG_CMD_NUM]; 233 u16 last_cmd_act[DBG_CMD_NUM]; 235 u16 last_cmd_resp_id[DBG_CMD_NUM]; 237 u16 last_event[DBG_CMD_NUM];
|
| H A D | util.c | 68 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 D | main.h | 238 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];
|
| H A D | cmdevt.c | 285 (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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | mlan_ioctl.h | 1894 #define DBG_CMD_NUM 10 macro 2089 t_u16 last_cmd_id[DBG_CMD_NUM]; 2091 t_u16 last_cmd_act[DBG_CMD_NUM]; 2095 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 2099 t_u16 last_event[DBG_CMD_NUM];
|
| H A D | moal_main.c | 4404 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 4407 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 4411 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 4415 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6776 char str[11 * DBG_CMD_NUM + 1] = { 0 }; 6802 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6806 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6812 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6817 for (s = str, i = 0; i < DBG_CMD_NUM; i++)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_ioctl.h | 1894 #define DBG_CMD_NUM 10 macro 2089 t_u16 last_cmd_id[DBG_CMD_NUM]; 2091 t_u16 last_cmd_act[DBG_CMD_NUM]; 2095 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 2099 t_u16 last_event[DBG_CMD_NUM];
|
| H A D | mlan_main.h | 521 #define DBG_CMD_NUM 10 macro 564 t_u16 last_cmd_id[DBG_CMD_NUM]; 566 t_u16 last_cmd_act[DBG_CMD_NUM]; 570 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 574 t_u16 last_event[DBG_CMD_NUM];
|
| H A D | mlan_cmdevt.c | 244 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 248 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 254 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 260 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 900 (pmadapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in wlan_dnld_cmd_to_fw() 949 pmadapter->dbg.last_cmd_index = DBG_CMD_NUM - 1; in wlan_dnld_cmd_to_fw() 1244 (pmadapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in wlan_process_event() 1768 (pmadapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in wlan_process_cmdresp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_ioctl.h | 2229 #define DBG_CMD_NUM 10 macro 2435 t_u16 last_cmd_id[DBG_CMD_NUM]; 2437 t_u16 last_cmd_act[DBG_CMD_NUM]; 2441 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 2445 t_u16 last_event[DBG_CMD_NUM];
|
| H A D | mlan_main.h | 616 #define DBG_CMD_NUM 10 658 t_u16 last_cmd_id[DBG_CMD_NUM]; 660 t_u16 last_cmd_act[DBG_CMD_NUM]; 664 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 668 t_u16 last_event[DBG_CMD_NUM];
|
| H A D | mlan_cmdevt.c | 428 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 432 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 438 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 444 for (i = 0; i < DBG_CMD_NUM; i++) in wlan_dump_info() 1265 (pmadapter->dbg.last_cmd_index + 1) % DBG_CMD_NUM; in wlan_dnld_cmd_to_fw() 1291 pmadapter->dbg.last_cmd_index = DBG_CMD_NUM - 1; in wlan_dnld_cmd_to_fw() 1346 pmadapter->dbg.last_cmd_index = DBG_CMD_NUM - 1; in wlan_dnld_cmd_to_fw() 1717 (pmadapter->dbg.last_event_index + 1) % DBG_CMD_NUM; in wlan_process_event() 2249 (pmadapter->dbg.last_cmd_resp_index + 1) % DBG_CMD_NUM; in wlan_process_cmdresp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | mlan_ioctl.h | 2229 #define DBG_CMD_NUM 10 macro 2435 t_u16 last_cmd_id[DBG_CMD_NUM]; 2437 t_u16 last_cmd_act[DBG_CMD_NUM]; 2441 t_u16 last_cmd_resp_id[DBG_CMD_NUM]; 2445 t_u16 last_event[DBG_CMD_NUM];
|
| H A D | moal_main.c | 6112 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6115 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6119 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 6123 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 9295 char str[11 * DBG_CMD_NUM + 1] = {0}; 9326 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 9330 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 9336 for (s = str, i = 0; i < DBG_CMD_NUM; i++) 9341 for (s = str, i = 0; i < DBG_CMD_NUM; i++)
|