macro NET_BUFFER_LIST_RECEIVE_FILTER_VPORT_ID (ndis.h)

La macro NET_BUFFER_LIST_RECEIVE_FILTER_VPORT_ID imposta o ottiene l'identificatore di una porta virtuale (VPort) all'interno dei dati OOB (out-of-band) in una struttura NET_BUFFER_LIST .

Sintassi

void NET_BUFFER_LIST_RECEIVE_FILTER_VPORT_ID(
   _NBL
);

Parametri

_NBL

Puntatore a una struttura NET_BUFFER_LIST .

Valore restituito

NET_BUFFER_LIST_RECEIVE_FILTER_VPORT_ID restituisce un valore USHORT per un identificatore VPort.

Commenti

I driver Miniport che supportano l'interfaccia di virtualizzazione I/O radice singola (SR-IOV) possono usare la macro NET_BUFFER_LIST_RECEIVE_FILTER_VPORT_ID per impostare o ottenere l'identificatore VPort in una struttura NET_BUFFER_LIST . La macro NET_BUFFER_LIST_RECEIVE_FILTER_VPORT_ID accede all'identificatore VPort dal membro VPortId della struttura NDIS_NET_BUFFER_LIST_FILTERING_INFO .

Requisiti

Requisito Valore
Client minimo supportato Supportato in NDIS 6.30 e versioni successive.
Piattaforma di destinazione Universale
Intestazione ndis.h

Vedi anche

NET_BUFFER_LIST

NDIS_NET_BUFFER_LIST_FILTERING_INFO