|
NAMEiflibdi —
Device Independent Configuration Functions
SYNOPSIS#include <ifdi_if.h>
Device Independent Functionsintiflib_device_attach (device_t dev);
int
int
int
int
int
int
int
void
void
void
void
void
void
Global Variablesextern struct if_txrxDATA STRUCTURESThe if_ctx_t Structure is the device independent data structure that contains statistics and identifying information used to transmit and receive data packets. The interface is associated with an array of queues assigned sequentially. Each queue has its own transmit (iflib_txq_t) and receive (iflib_rxq_t) queue. The transmit queue is used to hold packets while the interface is in the process of sending another. The receive queue is used to receive packets that are awaiting processing.The if_ctx_t StructureThe fields of struct if_ctx_t are as follows:
FUNCTIONSThe above named functions are found exclusively in iflib. They are independent of the underlying hardware type or configuration.Device Independent Functions
SEE ALSOiflibdd(9), iflibtxrx(9)AUTHORSThis manual page was written by Nicole Graziano
Visit the GSP FreeBSD Man Page Interface. |