Lines Matching full:inc
6 * Copyright (C) 2003-2004 MontaVista, Software, Inc.
21 /* Task image/var/inc */
111 struct bcom_fec_rx_inc *inc; in bcom_fec_rx_reset() local
118 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_rx_reset()
131 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_rx_reset()
132 inc->incr_dst = sizeof(u32); /* task image, but we stick */ in bcom_fec_rx_reset()
133 inc->incr_dst_ma= sizeof(u8); /* to the official ones */ in bcom_fec_rx_reset()
212 struct bcom_fec_tx_inc *inc; in bcom_fec_tx_reset() local
219 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum); in bcom_fec_tx_reset()
232 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */ in bcom_fec_tx_reset()
233 inc->incr_src = sizeof(u32); /* task image, but we stick */ in bcom_fec_tx_reset()
234 inc->incr_src_ma= sizeof(u8); /* to the official ones */ in bcom_fec_tx_reset()