Searched refs:buffer_info (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_main.c | 1550 txdr->buffer_info = vmalloc(size); 1551 if (!txdr->buffer_info) { 1556 memset(txdr->buffer_info, 0, size); 1566 vfree(txdr->buffer_info); 1594 vfree(txdr->buffer_info); 1768 rxdr->buffer_info = vmalloc(size); 1769 if (!rxdr->buffer_info) { 1774 memset(rxdr->buffer_info, 0, size); 1779 vfree(rxdr->buffer_info); 1789 vfree(rxdr->buffer_info); [all …]
|
D | e1000_ethtool.c | 1003 if (txdr->desc && txdr->buffer_info) { in e1000_free_desc_rings() 1005 if (txdr->buffer_info[i].dma) in e1000_free_desc_rings() 1006 pci_unmap_single(pdev, txdr->buffer_info[i].dma, in e1000_free_desc_rings() 1007 txdr->buffer_info[i].length, in e1000_free_desc_rings() 1009 if (txdr->buffer_info[i].skb) in e1000_free_desc_rings() 1010 dev_kfree_skb(txdr->buffer_info[i].skb); in e1000_free_desc_rings() 1014 if (rxdr->desc && rxdr->buffer_info) { in e1000_free_desc_rings() 1016 if (rxdr->buffer_info[i].dma) in e1000_free_desc_rings() 1017 pci_unmap_single(pdev, rxdr->buffer_info[i].dma, in e1000_free_desc_rings() 1018 rxdr->buffer_info[i].length, in e1000_free_desc_rings() [all …]
|
D | e1000.h | 191 struct e1000_buffer *buffer_info; member 213 struct e1000_buffer *buffer_info; member
|
/linux-2.4.37.9/fs/reiserfs/ |
D | ibalance.c | 33 struct buffer_info * dest_bi, in internal_define_dest_src_infos() 34 struct buffer_info * src_bi, in internal_define_dest_src_infos() 39 memset (dest_bi, 0, sizeof (struct buffer_info)); in internal_define_dest_src_infos() 40 memset (src_bi, 0, sizeof (struct buffer_info)); in internal_define_dest_src_infos() 126 static void internal_insert_childs (struct buffer_info * cur_bi, in internal_insert_childs() 202 struct buffer_info * cur_bi, in internal_delete_pointers_items() 272 static void internal_delete_childs (struct buffer_info * cur_bi, in internal_delete_childs() 291 struct buffer_info * dest_bi, in internal_copy_pointers_items() 378 static void internal_move_pointers_items (struct buffer_info * dest_bi, in internal_move_pointers_items() 379 struct buffer_info * src_bi, in internal_move_pointers_items() [all …]
|
D | lbalance.c | 25 static void leaf_copy_dir_entries (struct buffer_info * dest_bi, struct buffer_head * source, in leaf_copy_dir_entries() 107 static int leaf_copy_boundary_item (struct buffer_info * dest_bi, struct buffer_head * src, int las… in leaf_copy_boundary_item() 244 static void leaf_copy_items_entirely (struct buffer_info * dest_bi, struct buffer_head * src, int l… in leaf_copy_items_entirely() 339 static void leaf_item_bottle (struct buffer_info * dest_bi, struct buffer_head * src, int last_firs… in leaf_item_bottle() 415 static int leaf_copy_items (struct buffer_info * dest_bi, struct buffer_head * src, int last_first,… in leaf_copy_items() 490 …leaf_define_dest_src_infos (int shift_mode, struct tree_balance * tb, struct buffer_info * dest_bi, in leaf_define_dest_src_infos() 491 struct buffer_info * src_bi, int * first_last, in leaf_define_dest_src_infos() 494 memset (dest_bi, 0, sizeof (struct buffer_info)); in leaf_define_dest_src_infos() 495 memset (src_bi, 0, sizeof (struct buffer_info)); in leaf_define_dest_src_infos() 575 struct buffer_info dest_bi, src_bi; in leaf_move_items() [all …]
|
D | do_balan.c | 89 struct buffer_info bi; in balance_leaf_when_delete() 261 struct buffer_info bi; in balance_leaf() 1181 void make_empty_node (struct buffer_info * bi) in make_empty_node() 1201 struct buffer_info bi; in get_FEB()
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 1509 struct buffer_info { struct 2019 void print_bi (struct buffer_info * bi, char * mes); 2039 void leaf_delete_items (struct buffer_info * cur_bi, int last_first, int first, int del_num, int de… 2040 void leaf_insert_into_buf (struct buffer_info * bi, int before, 2042 void leaf_paste_in_buffer (struct buffer_info * bi, int pasted_item_num, 2044 void leaf_cut_from_buffer (struct buffer_info * bi, int cut_item_num, int pos_in_item, 2067 void make_empty_node (struct buffer_info *);
|