Searched refs:ndis_buffer (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/compat/ndis/
H A Dsubr_ndis.c164 ndis_buffer *, uint32_t, uint8_t, ndis_paddr_unit *, uint32_t *);
166 ndis_buffer *, uint32_t);
204 static void NdisUnchainBufferAtFront(ndis_packet *, ndis_buffer **);
205 static void NdisUnchainBufferAtBack(ndis_packet *, ndis_buffer **);
209 static void NdisAllocateBuffer(ndis_status *, ndis_buffer **,
211 static void NdisFreeBuffer(ndis_buffer *);
212 static uint32_t NdisBufferLength(ndis_buffer *);
213 static void NdisQueryBuffer(ndis_buffer *, void **, uint32_t *);
214 static void NdisQueryBufferSafe(ndis_buffer *, void **,
216 static void *NdisBufferVirtualAddress(ndis_buffer *);
[all...]
H A Dndis_var.h1104 struct ndis_buffer { struct
1105 struct ndis_buffer *nb_next;
1115 typedef struct ndis_buffer ndis_buffer; typedef in typeref:struct:ndis_buffer
1198 ndis_buffer *npp_head;
1199 ndis_buffer *npp_tail;
1679 ndis_buffer **_first; \
1685 ndis_buffer *tmp; \
1740 extern void ndis_free_bufs(ndis_buffer *);
H A Dkern_ndis.c528 ndis_buffer *b0;
530 ndis_buffer *next;
638 * the memory regions specified by the ndis_buffer structures in
652 ndis_buffer *buf;
722 * and one or more ndis_buffer structures, which define the
724 * We need to allocate one ndis_buffer for each mbuf in a chain,
734 ndis_buffer *buf = NULL, *prev = NULL;
H A Dntoskrnl_var.h95 typedef struct mdl mdl, ndis_buffer; typedef in typeref:struct:
/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndis.c1170 ndis_buffer *b;

Completed in 94 milliseconds