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

/freebsd-11.0-release/sys/compat/ndis/
H A Dsubr_ndis.c165 ndis_buffer *, uint32_t, uint8_t, ndis_paddr_unit *, uint32_t *);
167 ndis_buffer *, uint32_t);
205 static void NdisUnchainBufferAtFront(ndis_packet *, ndis_buffer **);
206 static void NdisUnchainBufferAtBack(ndis_packet *, ndis_buffer **);
210 static void NdisAllocateBuffer(ndis_status *, ndis_buffer **,
212 static void NdisFreeBuffer(ndis_buffer *);
213 static uint32_t NdisBufferLength(ndis_buffer *);
214 static void NdisQueryBuffer(ndis_buffer *, void **, uint32_t *);
215 static void NdisQueryBufferSafe(ndis_buffer *, void **,
217 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.c527 ndis_buffer *b0;
529 ndis_buffer *next;
637 * the memory regions specified by the ndis_buffer structures in
651 ndis_buffer *buf;
721 * and one or more ndis_buffer structures, which define the
723 * We need to allocate one ndis_buffer for each mbuf in a chain,
733 ndis_buffer *buf = NULL, *prev = NULL;
H A Dntoskrnl_var.h95 typedef struct mdl mdl, ndis_buffer; typedef in typeref:struct:
/freebsd-11.0-release/sys/dev/if_ndis/
H A Dif_ndis.c1183 ndis_buffer *b;

Completed in 76 milliseconds