|
iPXE
|
A doubly-linked list entry (or list head) More...
#include <list.h>
Data Fields | |
| struct list_head * | next |
| Next list entry. More... | |
| struct list_head * | prev |
| Previous list entry. More... | |
| struct list_head* list_head::next |
Next list entry.
Definition at line 20 of file list.h.
Referenced by ath5k_handle_rx(), ath5k_rx_start(), ath5k_tx(), ath_get_next_rx_buf(), ath_tx_processq(), inline_list_add(), inline_list_add_tail(), inline_list_cut_position(), inline_list_del(), inline_list_empty(), inline_list_is_last(), inline_list_is_singular(), inline_list_splice(), inline_list_splice_tail(), valgrind_make_blocks_defined(), and valgrind_make_blocks_noaccess().
| struct list_head* list_head::prev |
Previous list entry.
Definition at line 22 of file list.h.
Referenced by ath5k_handle_rx(), ath_tx_processq(), ath_txq_schedule(), inline_list_add(), inline_list_add_tail(), inline_list_cut_position(), inline_list_del(), inline_list_is_singular(), inline_list_splice(), inline_list_splice_tail(), valgrind_make_blocks_defined(), and valgrind_make_blocks_noaccess().
1.8.15