Lines Matching defs:ll_dl
145 u8 ll_dl;
486 so->rx.ll_dl = padlen(cf->len);
489 if (cf->len != so->rx.ll_dl)
509 off = (so->rx.ll_dl > CAN_MAX_DLEN) ? 1 : 0;
511 if (so->rx.len + ae + off + ff_pci_sz < so->rx.ll_dl)
532 for (i = ae + ff_pci_sz; i < so->rx.ll_dl; i++)
570 if (cf->len > so->rx.ll_dl)
574 if (cf->len < so->rx.ll_dl) {
576 if (so->rx.len - so->rx.idx > so->rx.ll_dl - ae - N_PCI_SZ)
686 * As we do not have a rx.ll_dl configuration, we can only test
732 int space = so->tx.ll_dl - pcilen;
823 cf->len = so->tx.ll_dl;
845 for (i = ae + ff_pci_sz; i < so->tx.ll_dl; i++)
981 off = (so->tx.ll_dl > CAN_MAX_DLEN) ? 1 : 0;
985 (size > so->tx.ll_dl - SF_PCI_SZ4 - ae - off)) {
1022 if (size <= so->tx.ll_dl - SF_PCI_SZ4 - ae - off) {
1455 /* set ll_dl for tx path to similar place as for rx */
1456 so->tx.ll_dl = ll.tx_dl;
1624 /* set ll_dl for tx path to similar place as for rx */
1625 so->tx.ll_dl = so->ll.tx_dl;