Lines Matching refs:multi
1138 entry_p->bits.hdw.multi,
1974 boolean_t multi;
2030 * (The jumbo or multi packet will be counted as only one
2038 multi = B_FALSE;
2049 rcr_p, rcr_desc_rd_head_p, &multi, &nmp, &mp_cont);
2056 if (!multi && !mp_cont) { /* frame fits a partition */
2061 } else if (multi && !mp_cont) { /* first segment */
2065 } else if (multi && mp_cont) { /* mid of multi segs */
2069 } else if (!multi && mp_cont) { /* last segment */
2078 "before updating: multi %d "
2083 multi,
2087 if (!multi) {
2110 "multi %d "
2115 multi,
2175 uint64_t multi;
2213 multi = (rcr_entry & RCR_MULTI_MASK);
2236 "pkt_buf_addr_pp $%p l2_len %d multi 0x%llx "
2241 multi,
2248 "pkt_buf_addr_pp $%p l2_len %d multi 0x%llx "
2251 multi,
2695 if (is_valid && !multi) {
2717 "is_valid 0x%x multi 0x%llx pkt %d frag %d error %d",
2718 is_valid, multi, is_tcp_udp, frag, error_type));
2724 "is_valid 0x%x multi 0x%llx pkt %d frag %d "
2726 is_valid, multi, is_tcp_udp, frag, error_type));
2733 *multi_p = (multi == RCR_MULTI_MASK);
2735 "multi %d nmp 0x%016llx *mp 0x%016llx *mp_cont 0x%016llx",