Lines Matching defs:txfc
146 struct can_isotp_fc_options rxfc, txfc;
373 so->txfc.bs = cf->data[ae + 1];
374 so->txfc.stmin = cf->data[ae + 2];
377 if (so->txfc.stmin > 0x7F &&
378 (so->txfc.stmin < 0xF1 || so->txfc.stmin > 0xF9))
379 so->txfc.stmin = 0x7F;
388 else if (so->txfc.stmin < 0x80)
390 so->txfc.stmin * 1000000);
393 (so->txfc.stmin - 0xF0)
851 if (so->txfc.bs && so->tx.bs >= so->txfc.bs) {
1028 so->txfc.bs = 0;