Lines Matching +full:8 +full:kbyte
89 * to something about 8 kbyte to be able to test this new functionality.
101 #define SF_PCI_SZ8 2 /* size of SingleFrame PCI including 8 bit SF_DL */
261 8, 8, 8, 8, 8, 8, 8, 8, 8, /* 0 - 8 */ in padlen()
280 /* for CAN_DL <= 8 the start_index is equal to the CAN_DL as the in check_optimized()
457 so->rx.len = (cf->data[ae] & 0x0F) << 8; in isotp_rcv_ff()
467 so->rx.len += cf->data[ae + 4] << 8; in isotp_rcv_ff()
472 /* take care of a potential SF_DL ESC offset for TX_DL > 8 */ in isotp_rcv_ff()
635 * if the CAN frames payload length matches the LL_DL == 8 in isotp_rcv()
646 /* We have a CAN FD frame and CAN_DL is greater than 8: in isotp_rcv()
722 cf->data[ae + 4] = (u8)(so->tx.len >> 8) & 0xFFU; in isotp_create_fframe()
727 cf->data[ae] = (u8)(so->tx.len >> 8) | N_PCI_FF; in isotp_create_fframe()
882 /* take care of a potential SF_DL ESC offset for TX_DL > 8 */ in isotp_sendmsg()
925 * When TX_DL is greater 8 but the message would still fit in isotp_sendmsg()
926 * into a 8 byte CAN frame, we can omit the offset. in isotp_sendmsg()
928 * CAN_DL = 8 to CAN_DL = 12 due to the SF_SL ESC handling. in isotp_sendmsg()