Searched refs:i40e_device_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c134 * For each unique PCI device that we encounter, we'll create a i40e_device_t.
207 * i40e_rx_data_t. The i40e_t has a corresponding i40e_device_t which keeps
220 * | | i40e_device_t | | i40e_device_t |
237 * | i40e_device_t * --+-----+
339 * based on the list order in the i40e_device_t, which implies that the
377 * The i40e_glock primarily protects the lists below and the i40e_device_t
455 i40e_device_t *idp = i40e->i40e_device;
469 kmem_free(idp, sizeof (i40e_device_t));
475 static i40e_device_t *
[all...]
H A Di40e_sw.h883 } i40e_device_t; typedef in typeref:struct:i40e_device

Completed in 49 milliseconds