Searched refs:ndis_task_offload (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/compat/ndis/
H A Dndis_var.h709 struct ndis_task_offload { struct
718 typedef struct ndis_task_offload ndis_task_offload; typedef in typeref:struct:ndis_task_offload
/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndis.c359 ndis_task_offload *nto;
379 len = sizeof(ndis_task_offload_hdr) + sizeof(ndis_task_offload) +
394 nto = (ndis_task_offload *)((char *)ntoh +
398 nto->nto_len = sizeof(ndis_task_offload);
421 ndis_task_offload *nto;
458 nto = (ndis_task_offload *)((char *)ntoh +
474 nto = (ndis_task_offload *)((char *)nto +

Completed in 202 milliseconds