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

/freebsd-10.2-release/sys/compat/ndis/
H A Dndis_var.h1282 struct ndis_packet { struct
1319 typedef struct ndis_packet ndis_packet; typedef in typeref:struct:ndis_packet
1558 ndis_packet *nmb_firstpendingtxpacket;
1559 ndis_packet *nmb_returnpacketqueue;
1650 ndis_packet *, uint32_t);
1652 ndis_packet **, uint32_t);
1657 typedef void (*ndis_return_handler)(ndis_handle, ndis_packet *);
1728 extern int ndis_mtop(struct mbuf *, ndis_packet **);
1729 extern int ndis_ptom(struct mbuf **, ndis_packet *);
[all...]
H A Dsubr_ndis.c204 static void NdisUnchainBufferAtFront(ndis_packet *, ndis_buffer **);
205 static void NdisUnchainBufferAtBack(ndis_packet *, ndis_buffer **);
268 static void NdisGetFirstBufferFromPacket(ndis_packet *,
270 static void NdisGetFirstBufferFromPacketSafe(ndis_packet *,
286 static void NdisCopyFromPacketToPacket(ndis_packet *,
287 uint32_t, uint32_t, ndis_packet *, uint32_t, uint32_t *);
288 static void NdisCopyFromPacketToPacketSafe(ndis_packet *,
289 uint32_t, uint32_t, ndis_packet *, uint32_t, uint32_t *, uint32_t);
290 static void NdisIMCopySendPerPacketInfo(ndis_packet *, ndis_packet *);
[all...]
H A Dkern_ndis.c467 ndis_packet *p;
485 p = CONTAINING_RECORD(l, ndis_packet, np_list);
497 ndis_packet *p;
544 ndis_packet *p;
635 * packet, it will hand it to us in the form of an ndis_packet,
639 * the ndis_packet as external storage. In most cases, this will
649 ndis_packet *p;
720 * NDIS packets consist of two parts: an ndis_packet structure,
725 * plus one ndis_packet as the header.
731 ndis_packet **
[all...]
/freebsd-10.2-release/sys/dev/if_ndis/
H A Dif_ndisvar.h190 ndis_packet **ndis_txarray;
H A Dif_ndis.c127 static void ndis_txeof (ndis_handle, ndis_packet *, ndis_status);
128 static void ndis_rxeof (ndis_handle, ndis_packet **, uint32_t);
133 static void ndis_rxeof_xfr_done (ndis_handle, ndis_packet *,
666 sc->ndis_txarray = malloc(sizeof(ndis_packet *) *
1171 ndis_packet *p;
1257 ndis_packet *p;
1273 p = CONTAINING_RECORD(l, ndis_packet, np_list);
1325 ndis_packet *packet;
1361 * out-of-band portion of the ndis_packet has special meaning. In the
1378 ndis_packet **packet
[all...]

Completed in 90 milliseconds