WR_LEN
if (mlen <= WR_LEN - sizeof(*cpl)) {
return m->m_len <= WR_LEN && m->m_pkthdr.len <= WR_LEN ;
if (m->m_len <= WR_LEN)
if (m->m_pkthdr.len <= WR_LEN - sizeof(struct cpl_tx_pkt))