iflibdd.9 (fa5045467b1b29de51381c4cdda540d9c1edbe58) iflibdd.9 (6b35d82c342b1d49316ae43e7277fc8717a93288)
1.\" $FreeBSD$
2.Dd March 23, 2017
3.Dt IFLIBDD 9
4.Os
5.Sh NAME
6.Nm iflibdd
7.Nd Device Dependent Configuration Functions
8.Sh SYNOPSIS

--- 165 unchanged lines hidden (view full) ---

174.Fc
175.Ft int
176.Fo ifdi_i2c_req
177.Fa "if_ctx_t ctx"
178.Fa "struct ifi2creq *req"
179.Fc
180.Sh FUNCTIONS
181The above named functions are device dependent configuration functions.
1.\" $FreeBSD$
2.Dd March 23, 2017
3.Dt IFLIBDD 9
4.Os
5.Sh NAME
6.Nm iflibdd
7.Nd Device Dependent Configuration Functions
8.Sh SYNOPSIS

--- 165 unchanged lines hidden (view full) ---

174.Fc
175.Ft int
176.Fo ifdi_i2c_req
177.Fa "if_ctx_t ctx"
178.Fa "struct ifi2creq *req"
179.Fc
180.Sh FUNCTIONS
181The above named functions are device dependent configuration functions.
182These routines are registerd with iflib by the driver and are called from the
182These routines are registered with iflib by the driver and are called from the
183corresponding iflib function to configure device specific functions and
184registers.
185.Ss Device Dependent Functions
186.Ss Soft Queue Setup and Teardown
187.Bl -ohang -offset indent
188.It Fn ifdi_queues_alloc
189Mandatory queues allocation function that is called during iflib_attach.
190vaddrs and paddrs are arrays of virtual and physical addresses respectively of

--- 114 unchanged lines hidden ---
183corresponding iflib function to configure device specific functions and
184registers.
185.Ss Device Dependent Functions
186.Ss Soft Queue Setup and Teardown
187.Bl -ohang -offset indent
188.It Fn ifdi_queues_alloc
189Mandatory queues allocation function that is called during iflib_attach.
190vaddrs and paddrs are arrays of virtual and physical addresses respectively of

--- 114 unchanged lines hidden ---