Lines Matching defs:txfc
159 struct can_isotp_fc_options rxfc, txfc;
386 so->txfc.bs = cf->data[ae + 1];
387 so->txfc.stmin = cf->data[ae + 2];
390 if (so->txfc.stmin > 0x7F &&
391 (so->txfc.stmin < 0xF1 || so->txfc.stmin > 0xF9))
392 so->txfc.stmin = 0x7F;
401 else if (so->txfc.stmin < 0x80)
403 so->txfc.stmin * 1000000);
406 (so->txfc.stmin - 0xF0)
874 if (so->txfc.bs && so->tx.bs >= so->txfc.bs) {
1061 so->txfc.bs = 0;