Lines Matching refs:inc
25 /* Task image/var/inc */
115 struct bcom_fec_rx_inc *inc;
122 inc = (struct bcom_fec_rx_inc *) bcom_task_inc(tsk->tasknum);
135 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */
136 inc->incr_dst = sizeof(u32); /* task image, but we stick */
137 inc->incr_dst_ma= sizeof(u8); /* to the official ones */
216 struct bcom_fec_tx_inc *inc;
223 inc = (struct bcom_fec_tx_inc *) bcom_task_inc(tsk->tasknum);
236 inc->incr_bytes = -(s16)sizeof(u32); /* These should be in the */
237 inc->incr_src = sizeof(u32); /* task image, but we stick */
238 inc->incr_src_ma= sizeof(u8); /* to the official ones */