Searched refs:bytes_to_mov (Results 1 - 1 of 1) 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.c2548 __u32 bytes_to_mov; local
2625 bytes_to_mov = p_packh->len;
2626 pack_off += bytes_to_mov+sizeof(struct clawph);
2629 bytes_to_mov=p_this_ccw->header.length;
2643 if (bytes_to_mov > (MAX_ENVELOPE_SIZE- privptr->mtc_offset) ) {
2650 p_packd+sizeof(struct clawph), bytes_to_mov);
2654 p_this_ccw->p_buffer, bytes_to_mov);
2657 len_of_data=privptr->mtc_offset+bytes_to_mov;
2680 privptr->mtc_offset+=bytes_to_mov;

Completed in 26 milliseconds