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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c497 * must be ignored (`ignore_ex' flag).
499 static int notify_cmd(char cmd, short ignore_ex) argument
508 if ((!ignore_ex) && is_exception()) {
619 static int send_qic02_data(char sb[], unsigned size, int ignore_ex) argument
629 stat = notify_cmd(sb[i], ignore_ex);
641 * a flag to disable exception checking (`ignore_ex').
645 static int send_qic02_cmd(int cmd, time_t timeout, int ignore_ex) argument
666 stat = notify_cmd(cmd, ignore_ex); /* tell drive new command was loaded, */
670 stat = send_qic02_data(seek_addr_buf, sizeof(seek_addr_buf), ignore_ex);

Completed in 45 milliseconds