Lines Matching full:inc
6 * Copyright (C) 2003-2004 MontaVista, Software, Inc.
25 /* Task image/var/inc */
115 struct bcom_fec_rx_inc *inc; in bcom_fec_rx_reset() local
122 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_rx_reset()
135 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_rx_reset()
136 inc->incr_dst = sizeof(u32); /* task image, but we stick */ in bcom_fec_rx_reset()
137 inc->incr_dst_ma= sizeof(u8); /* to the official ones */ in bcom_fec_rx_reset()
216 struct bcom_fec_tx_inc *inc; in bcom_fec_tx_reset() local
223 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_tx_reset()
236 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_tx_reset()
237 inc->incr_src = sizeof(u32); /* task image, but we stick */ in bcom_fec_tx_reset()
238 inc->incr_src_ma= sizeof(u8); /* to the official ones */ in bcom_fec_tx_reset()