HW_OWNER
tx_le->msk_control = htole32(OP_VLAN | HW_OWNER |
tx_le->msk_control = htole32(1 << 16 | (OP_TCPLISW | HW_OWNER));
OP_BUFFER | HW_OWNER);
tx_le->msk_control |= htole32(HW_OWNER);
if ((control & HW_OWNER) == 0)
control &= ~HW_OWNER;
rx_le->msk_control = htole32(m->m_len | OP_PACKET | HW_OWNER);
rx_le->msk_control = htole32(m->m_len | OP_PACKET | HW_OWNER);
rx_le->msk_control = htole32(seg.ds_len | OP_PACKET | HW_OWNER);
htole32(segs[0].ds_len | OP_PACKET | HW_OWNER);