b44.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 145 | 15% |
空行行数 | 250 | 26% |
実行行数 | 556 | 59% |
合計行数 | 951 | 100% |
内容 | 定義数 |
---|---|
関数数 | 39 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Inline | ring_next | static inline int | |
2 |
Inline | br32 | static inline u32 | |
3 |
Inline | bw32 | static inline void | |
4 |
Inline | bflush | static inline void | |
5 |
Function | phys_ram_within_limit | int | Return non-zero if the installed RAM is within |
6 |
Static | pending_tx_index | static u32 | Ring cells waiting to be processed are between 'tx_cur' and 'pending' |
7 |
Static | pending_rx_index | static u32 | Ring cells waiting to be processed are between 'rx_cur' and 'pending' |
8 |
Static | b44_wait_bit | static int | Wait until the given bit is set/cleared. |
9 |
Inline | ssb_get_core_rev | static inline u32 | |
10 |
Inline | ssb_is_core_up | static inline int | |
11 |
Static | ssb_pci_setup | static u32 | |
12 |
Static | ssb_core_disable | static void | |
13 |
Static | ssb_core_reset | static void | |
14 |
Static | b44_chip_reset | static void | |
15 |
Static | b44_halt | static void | called by b44_poll in the error path |
16 |
Static | b44_init_hw | static void | |
17 |
Static | b44_populate_rx_descriptor | static void | * Management of ring descriptors ** |
18 |
Static | b44_rx_refill | static void | |
19 |
Static | b44_free_rx_ring | static void | |
20 |
Static | b44_init_rx_ring | static int | |
21 |
Static | b44_free_tx_ring | static void | |
22 |
Static | b44_init_tx_ring | static int | |
23 |
Static | b44_phy_read | static int | * Interaction with the PHY ** |
24 |
Static | b44_phy_write | static int | |
25 |
Static | b44_phy_reset | static int | |
26 |
Static | b44_cam_write | static void | |
27 |
Static | b44_set_mac_addr | static void | |
28 |
Static | b44_read_eeprom | static void | |
29 |
Static | b44_load_mac_and_phy_addr | static void | |
30 |
Static | b44_set_rx_mode | static void | |
31 |
Static | b44_probe | static int | * Implementation of gPXE driver callbacks ** |
32 |
Static | b44_remove | static void | Remove device |
33 |
Static | b44_irq | static void | Enable or disable interrupts |
34 |
Static | b44_open | static int | Open network device |
35 |
Static | b44_close | static void | Close network device |
36 |
Static | b44_transmit | static int | Transmit packet |
37 |
Static | b44_tx_complete | static void | Recycles sent TX descriptors and notifies network stack |
38 |
Static | b44_process_rx_packets | static void | |
39 |
Static | b44_poll | static void | Poll for completed and received packets |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー