Lines Matching refs:ll_dl
132 u8 ll_dl;
473 so->rx.ll_dl = padlen(cf->len);
476 if (cf->len != so->rx.ll_dl)
496 off = (so->rx.ll_dl > CAN_MAX_DLEN) ? 1 : 0;
498 if (so->rx.len + ae + off + ff_pci_sz < so->rx.ll_dl)
509 for (i = ae + ff_pci_sz; i < so->rx.ll_dl; i++)
547 if (cf->len > so->rx.ll_dl)
551 if (cf->len < so->rx.ll_dl) {
553 if (so->rx.len - so->rx.idx > so->rx.ll_dl - ae - N_PCI_SZ)
663 * As we do not have a rx.ll_dl configuration, we can only test
709 int space = so->tx.ll_dl - pcilen;
800 cf->len = so->tx.ll_dl;
822 for (i = ae + ff_pci_sz; i < so->tx.ll_dl; i++)
948 off = (so->tx.ll_dl > CAN_MAX_DLEN) ? 1 : 0;
952 (size > so->tx.ll_dl - SF_PCI_SZ4 - ae - off)) {
989 if (size <= so->tx.ll_dl - SF_PCI_SZ4 - ae - off) {
1418 /* set ll_dl for tx path to similar place as for rx */
1419 so->tx.ll_dl = ll.tx_dl;
1587 /* set ll_dl for tx path to similar place as for rx */
1588 so->tx.ll_dl = so->ll.tx_dl;