Searched refs:buffer_info (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_main.c189 tpd_ring->buffer_info = kzalloc(size, GFP_KERNEL);
190 if (unlikely(!tpd_ring->buffer_info)) {
194 rfd_ring->buffer_info =
195 (struct atl1_buffer *)(tpd_ring->buffer_info + tpd_ring->count);
261 kfree(tpd_ring->buffer_info);
411 struct atl1_buffer *buffer_info, *next_info; local
420 buffer_info = &rfd_ring->buffer_info[rfd_next_to_use];
421 next_info = &rfd_ring->buffer_info[next_next];
423 while (!buffer_info
487 struct atl1_buffer *buffer_info; local
634 struct atl1_buffer *buffer_info; local
1317 struct atl1_buffer *buffer_info; local
1423 struct atl1_buffer *buffer_info; local
1616 struct atl1_buffer *buffer_info; local
1657 struct atl1_buffer *buffer_info; local
[all...]
H A Datl1.h87 struct atl1_buffer *buffer_info; member in struct:atl1_tpd_ring
97 struct atl1_buffer *buffer_info; member in struct:atl1_rfd_ring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_main.c671 txdr->buffer_info = vmalloc(size);
672 if(!txdr->buffer_info) {
677 memset(txdr->buffer_info, 0, size);
686 vfree(txdr->buffer_info);
760 rxdr->buffer_info = vmalloc(size);
761 if(!rxdr->buffer_info) {
766 memset(rxdr->buffer_info, 0, size);
776 vfree(rxdr->buffer_info);
898 vfree(adapter->tx_ring.buffer_info);
899 adapter->tx_ring.buffer_info
908 ixgb_unmap_and_free_tx_resource(struct ixgb_adapter *adapter, struct ixgb_buffer *buffer_info) argument
937 struct ixgb_buffer *buffer_info; local
994 struct ixgb_buffer *buffer_info; local
1178 struct ixgb_buffer *buffer_info; local
1242 struct ixgb_buffer *buffer_info; local
1280 struct ixgb_buffer *buffer_info; local
1357 struct ixgb_buffer *buffer_info; local
1810 struct ixgb_buffer *buffer_info; local
1935 struct ixgb_buffer *buffer_info, *next_buffer, *next2_buffer; local
2077 struct ixgb_buffer *buffer_info; local
[all...]
H A Dixgb.h138 struct ixgb_buffer *buffer_info; member in struct:ixgb_desc_ring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c1545 txdr->buffer_info = vmalloc(size);
1546 if (!txdr->buffer_info) {
1551 memset(txdr->buffer_info, 0, size);
1561 vfree(txdr->buffer_info);
1589 vfree(txdr->buffer_info);
1760 rxdr->buffer_info = vmalloc(size);
1761 if (!rxdr->buffer_info) {
1766 memset(rxdr->buffer_info, 0, size);
1771 vfree(rxdr->buffer_info);
1781 vfree(rxdr->buffer_info);
2134 e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter, struct e1000_buffer *buffer_info) argument
2161 struct e1000_buffer *buffer_info; local
2255 struct e1000_buffer *buffer_info; local
2874 struct e1000_buffer *buffer_info; local
2947 struct e1000_buffer *buffer_info; local
2986 struct e1000_buffer *buffer_info; local
3075 struct e1000_buffer *buffer_info; local
3919 struct e1000_buffer *buffer_info; local
4086 struct e1000_buffer *buffer_info, *next_buffer; local
4255 struct e1000_buffer *buffer_info, *next_buffer; local
4437 struct e1000_buffer *buffer_info; local
4548 struct e1000_buffer *buffer_info; local
[all...]
H A De1000_ethtool.c1007 if (txdr->desc && txdr->buffer_info) {
1009 if (txdr->buffer_info[i].dma)
1010 pci_unmap_single(pdev, txdr->buffer_info[i].dma,
1011 txdr->buffer_info[i].length,
1013 if (txdr->buffer_info[i].skb)
1014 dev_kfree_skb(txdr->buffer_info[i].skb);
1018 if (rxdr->desc && rxdr->buffer_info) {
1020 if (rxdr->buffer_info[i].dma)
1021 pci_unmap_single(pdev, rxdr->buffer_info[i].dma,
1022 rxdr->buffer_info[
[all...]
H A De1000.h186 struct e1000_buffer *buffer_info; member in struct:e1000_tx_ring
208 struct e1000_buffer *buffer_info; member in struct:e1000_rx_ring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c27 struct buffer_info *dest_bi,
28 struct buffer_info *src_bi,
31 memset(dest_bi, 0, sizeof(struct buffer_info));
32 memset(src_bi, 0, sizeof(struct buffer_info));
118 static void internal_insert_childs(struct buffer_info *cur_bi,
195 static void internal_delete_pointers_items(struct buffer_info *cur_bi,
267 static void internal_delete_childs(struct buffer_info *cur_bi, int from, int n)
283 static void internal_copy_pointers_items(struct buffer_info *dest_bi,
374 static void internal_move_pointers_items(struct buffer_info *dest_bi,
375 struct buffer_info *src_b
[all...]
H A Dlbalance.c24 static void leaf_copy_dir_entries(struct buffer_info *dest_bi,
126 static int leaf_copy_boundary_item(struct buffer_info *dest_bi,
282 static void leaf_copy_items_entirely(struct buffer_info *dest_bi,
380 static void leaf_item_bottle(struct buffer_info *dest_bi,
472 static int leaf_copy_items(struct buffer_info *dest_bi, struct buffer_head *src,
554 struct buffer_info *dest_bi,
555 struct buffer_info *src_bi,
559 memset(dest_bi, 0, sizeof(struct buffer_info));
560 memset(src_bi, 0, sizeof(struct buffer_info));
640 struct buffer_info dest_b
[all...]
H A Ddo_balan.c77 struct buffer_info bi;
263 struct buffer_info bi;
1696 void make_empty_node(struct buffer_info *bi)
1715 struct buffer_info bi;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c74 struct buffer_info { struct
170 struct buffer_info bufinfo;
432 struct buffer_info *bi;
444 bi = (struct buffer_info *) arg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1423 struct buffer_info { struct
1984 void print_bi(struct buffer_info *bi, char *mes);
2004 void leaf_delete_items(struct buffer_info *cur_bi, int last_first, int first,
2006 void leaf_insert_into_buf(struct buffer_info *bi, int before,
2009 void leaf_paste_in_buffer(struct buffer_info *bi, int pasted_item_num,
2012 void leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num,
2036 void make_empty_node(struct buffer_info *);

Completed in 270 milliseconds