NUM_TFD_CHUNKS
tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2),
if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) {
__le32 chunk_ptr[NUM_TFD_CHUNKS];
__le16 chunk_len[NUM_TFD_CHUNKS];
if (count >= NUM_TFD_CHUNKS || count < 0) {
NUM_TFD_CHUNKS);
if (counter > NUM_TFD_CHUNKS) {