Lines Matching defs:len_on_first_bd
3942 \t len_on_first_bd = 0x%x\n \
3953 cqe->rss_hash, cqe->len_on_first_bd, cqe->placement_offset,
4166 mp->m_len = cqe->len_on_first_bd + cqe->placement_offset;
4550 uint16_t len, pad, len_on_first_bd;
4660 len_on_first_bd = fp_cqe->len_on_first_bd;
4664 if ((len > 60 ) && (len > len_on_first_bd)) {
4665 mp->m_len = len_on_first_bd;
4668 (len - len_on_first_bd)) != 0) {
4676 } else if (len_on_first_bd < len) {