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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-io.c188 while ((difference & QIC_STATUS_ERROR) != 0) {
200 if ((difference & QIC_STATUS_ERROR) != 0) {
467 if (*status & QIC_STATUS_READY && *status & QIC_STATUS_ERROR) {
517 if ((status & QIC_STATUS_READY) && (status & QIC_STATUS_ERROR)) {
764 if (status & QIC_STATUS_ERROR) {
794 if (result >= 0 && !(status & QIC_STATUS_ERROR)) {
992 if (result == 0 && (status & QIC_STATUS_ERROR)) {
H A Dftape-ctl.c131 (QIC_STATUS_ERROR |
333 if (status & QIC_STATUS_ERROR) {
368 } while (status & QIC_STATUS_ERROR);
H A Dftape-rw.c482 (status & QIC_STATUS_ERROR)) {
854 if (status & QIC_STATUS_ERROR) {
917 if (status & QIC_STATUS_ERROR ||
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dqic117.h183 #define QIC_STATUS_ERROR 0x02 /* Error detected, must read macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dqic117.h183 #define QIC_STATUS_ERROR 0x02 /* Error detected, must read macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-ctl.c1361 if (ftcmd->ft_status & QIC_STATUS_ERROR)
1369 if (ftcmd->ft_status & QIC_STATUS_ERROR)
1373 if (ftcmd->ft_status & QIC_STATUS_ERROR)
1382 if (ftcmd->ft_status & QIC_STATUS_ERROR) {

Completed in 102 milliseconds