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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dclaw.h28 #define CLAW_PENDING 0x00 /* flag to indicate i/o is pending */ macro
H A Dclaw.c963 p_this_ccw->header.flag=CLAW_PENDING;
1903 p_buf->header.flag=CLAW_PENDING;
2011 p_buf->header.flag=CLAW_PENDING;
2562 while (p_this_ccw!=NULL && p_this_ccw->header.flag!=CLAW_PENDING) {
2565 p_this_ccw->header.flag=CLAW_PENDING;
2738 privptr->p_write_active_first->header.flag!=CLAW_PENDING) ||
2740 privptr->p_read_active_first->header.flag!=CLAW_PENDING )) {
2828 while ( (p_this_ccw!=NULL) && (p_this_ccw->header.flag!=CLAW_PENDING))
2832 (p_next_ccw->header.flag!=CLAW_PENDING)) ||
2834 (p_this_ccw->header.flag!=CLAW_PENDING))) {
[all...]

Completed in 39 milliseconds