iPXE
|
Go to the source code of this file.
Typedefs | |
typedef int | spinlock_t |
Enumerations | |
enum | boolean_t { false = 0, true = 1 } |
Functions | |
FILE_LICENCE (GPL2_ONLY) | |
#define _IGBVF_OSDEP_H_ |
Definition at line 36 of file igbvf_osdep.h.
Definition at line 38 of file igbvf_osdep.h.
Referenced by __vxge_hw_vpath_addr_get(), ar9003_hw_set_power_per_rate_table(), ath5k_combine_pwr_to_pdadc_curves(), ath5k_create_power_curve(), ath5k_eeprom_init_header(), ath5k_setup_channel_powertable(), ath9k_hw_def_set_addac(), ath9k_hw_fill_vpd_table(), ath9k_hw_get_gain_boundaries_pdadcs(), ath9k_hw_get_legacy_target_powers(), ath9k_hw_get_target_powers(), ath9k_hw_set_4k_power_per_rate_table(), ath9k_hw_set_ar9287_power_per_rate_table(), bnx2_init_board(), bnxt_hwrm_func_qcaps_req(), bnxt_hwrm_func_qcfg_req(), golan_query_vport_context(), golan_query_vport_gid(), and golan_query_vport_pkey().
#define bool boolean_t |
Definition at line 39 of file igbvf_osdep.h.
#define dma_addr_t unsigned long |
Definition at line 40 of file igbvf_osdep.h.
Definition at line 41 of file igbvf_osdep.h.
Definition at line 42 of file igbvf_osdep.h.
Definition at line 43 of file igbvf_osdep.h.
#define __iomem |
Definition at line 45 of file igbvf_osdep.h.
#define __devinit |
Definition at line 46 of file igbvf_osdep.h.
#define ____cacheline_aligned_in_smp |
Definition at line 47 of file igbvf_osdep.h.
#define msleep | ( | x | ) | mdelay(x) |
Definition at line 49 of file igbvf_osdep.h.
#define ETH_FCS_LEN 4 |
Definition at line 51 of file igbvf_osdep.h.
#define usec_delay | ( | x | ) | udelay(x) |
Definition at line 59 of file igbvf_osdep.h.
#define msec_delay | ( | x | ) | mdelay(x) |
Definition at line 60 of file igbvf_osdep.h.
#define msec_delay_irq | ( | x | ) | mdelay(x) |
Definition at line 61 of file igbvf_osdep.h.
#define PCI_COMMAND_REGISTER PCI_COMMAND |
Definition at line 63 of file igbvf_osdep.h.
#define CMD_MEM_WRT_INVALIDATE PCI_COMMAND_INVALIDATE |
Definition at line 64 of file igbvf_osdep.h.
#define ETH_ADDR_LEN ETH_ALEN |
Definition at line 65 of file igbvf_osdep.h.
#define DEBUGFUNC | ( | F | ) | DEBUGOUT(F "\n") |
Definition at line 71 of file igbvf_osdep.h.
#define DEBUGOUT2 DEBUGOUT1 |
Definition at line 72 of file igbvf_osdep.h.
#define DEBUGOUT3 DEBUGOUT2 |
Definition at line 73 of file igbvf_osdep.h.
#define DEBUGOUT7 DEBUGOUT3 |
Definition at line 74 of file igbvf_osdep.h.
Definition at line 76 of file igbvf_osdep.h.
Definition at line 79 of file igbvf_osdep.h.
Definition at line 81 of file igbvf_osdep.h.
Definition at line 84 of file igbvf_osdep.h.
#define E1000_READ_REG_ARRAY_DWORD E1000_READ_REG_ARRAY |
Definition at line 87 of file igbvf_osdep.h.
#define E1000_WRITE_REG_ARRAY_DWORD E1000_WRITE_REG_ARRAY |
Definition at line 88 of file igbvf_osdep.h.
Definition at line 90 of file igbvf_osdep.h.
Definition at line 93 of file igbvf_osdep.h.
Definition at line 96 of file igbvf_osdep.h.
Definition at line 99 of file igbvf_osdep.h.
Definition at line 102 of file igbvf_osdep.h.
#define E1000_WRITE_FLUSH | ( | a | ) | E1000_READ_REG(a, E1000_STATUS) |
Definition at line 106 of file igbvf_osdep.h.
Definition at line 108 of file igbvf_osdep.h.
Definition at line 111 of file igbvf_osdep.h.
Definition at line 114 of file igbvf_osdep.h.
Definition at line 116 of file igbvf_osdep.h.
typedef int spinlock_t |
Definition at line 53 of file igbvf_osdep.h.
enum boolean_t |
Enumerator | |
---|---|
false | |
true |
Definition at line 54 of file igbvf_osdep.h.
FILE_LICENCE | ( | GPL2_ONLY | ) |