Searched refs:_ksmartlink_cmd_table (Results 1 – 1 of 1) sorted by relevance
152 static struct ksmartlink_cmd _ksmartlink_cmd_table[] = variable161 static u32 _ksmartlink_cmd_table_size=sizeof(_ksmartlink_cmd_table)/sizeof(struct ksmartlink_cmd);191 if (!strncmp(_ksmartlink_cmd_table[i].cmd, pInBuf, SMARTLINK_CMD_FIXED_LEN)) in _ksmartlink_process_msg()198 pCmd = &_ksmartlink_cmd_table[i]; in _ksmartlink_process_msg()