Searched hist:123826 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/ndis/
H A Dndis_var.hdiff 123826 Thu Dec 25 04:04:40 MST 2003 wpaul Avoid using any of the ndis_packet/ndis_packet_private fields for
mbuf<->packet housekeeping. Instead, add a couple of extra fields
to the end of ndis_packet. These should be invisible to the Windows
driver module.

This also lets me get rid of a little bit of evil from ndis_ptom()
(frobbing of the ext_buf field instead of relying on the MEXTADD()
macro).
H A Dkern_ndis.cdiff 123826 Thu Dec 25 04:04:40 MST 2003 wpaul Avoid using any of the ndis_packet/ndis_packet_private fields for
mbuf<->packet housekeeping. Instead, add a couple of extra fields
to the end of ndis_packet. These should be invisible to the Windows
driver module.

This also lets me get rid of a little bit of evil from ndis_ptom()
(frobbing of the ext_buf field instead of relying on the MEXTADD()
macro).
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.cdiff 123826 Thu Dec 25 04:04:40 MST 2003 wpaul Avoid using any of the ndis_packet/ndis_packet_private fields for
mbuf<->packet housekeeping. Instead, add a couple of extra fields
to the end of ndis_packet. These should be invisible to the Windows
driver module.

This also lets me get rid of a little bit of evil from ndis_ptom()
(frobbing of the ext_buf field instead of relying on the MEXTADD()
macro).

Completed in 164 milliseconds