OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e1000_hw
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c
31
/*
e1000_hw
.c
36
#include "
e1000_hw
.h"
38
static int32_t e1000_swfw_sync_acquire(struct
e1000_hw
*hw, uint16_t mask);
39
static void e1000_swfw_sync_release(struct
e1000_hw
*hw, uint16_t mask);
40
static int32_t e1000_read_kmrn_reg(struct
e1000_hw
*hw, uint32_t reg_addr, uint16_t *data);
41
static int32_t e1000_write_kmrn_reg(struct
e1000_hw
*hw, uint32_t reg_addr, uint16_t data);
42
static int32_t e1000_get_software_semaphore(struct
e1000_hw
*hw);
43
static void e1000_release_software_semaphore(struct
e1000_hw
*hw);
45
static uint8_t e1000_arc_subsystem_valid(struct
e1000_hw
*hw);
46
static int32_t e1000_check_downshift(struct
e1000_hw
*hw)
[
all
...]
e1000_hw.h
31
/*
e1000_hw
.h
42
struct
e1000_hw
;
314
int32_t e1000_reset_hw(struct
e1000_hw
*hw);
315
int32_t e1000_init_hw(struct
e1000_hw
*hw);
316
int32_t e1000_set_mac_type(struct
e1000_hw
*hw);
317
void e1000_set_media_type(struct
e1000_hw
*hw);
320
int32_t e1000_setup_link(struct
e1000_hw
*hw);
321
int32_t e1000_phy_setup_autoneg(struct
e1000_hw
*hw);
322
void e1000_config_collision_dist(struct
e1000_hw
*hw);
323
int32_t e1000_check_for_link(struct
e1000_hw
*hw)
1388
struct
e1000_hw
{
struct
[
all
...]
e1000.c
124
struct
e1000_hw
*hw = &adapter->hw;
242
struct
e1000_hw
*hw = &adapter->hw;
306
struct
e1000_hw
*hw = &adapter->hw;
387
struct
e1000_hw
*hw = &adapter->hw;
600
struct
e1000_hw
*hw = &adapter->hw;
634
struct
e1000_hw
*hw = &adapter->hw;
690
struct
e1000_hw
*hw = &adapter->hw;
926
struct
e1000_hw
*hw = &adapter->hw;
1056
e1000_read_pcie_cap_reg(struct
e1000_hw
*hw, uint32_t reg, uint16_t *value)
1072
e1000_pci_clear_mwi ( struct
e1000_hw
*hw
[
all
...]
e1000.h
56
#include "
e1000_hw
.h"
240
/* structs defined in
e1000_hw
.h */
241
struct
e1000_hw
hw;
Completed in 301 milliseconds