Searched refs:headspace (Results 1 – 1 of 1) sorted by relevance
2214 const int headspace = sizeof(struct mt7921_mcu_txd); in mwx_mcu_alloc_msg() local2221 if (len + headspace > MHLEN) { in mwx_mcu_alloc_msg()2222 m_clget(m, M_DONTWAIT, len + headspace); in mwx_mcu_alloc_msg()2229 m_align(m, len + headspace); in mwx_mcu_alloc_msg()2230 m->m_pkthdr.len = m->m_len = len + headspace; in mwx_mcu_alloc_msg()2231 m_adj(m, headspace); in mwx_mcu_alloc_msg()