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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dnetdev.c140 struct igbvf_buffer *buffer_info; local
146 buffer_info = &rx_ring->buffer_info[i];
156 if (adapter->rx_ps_hdr_size && !buffer_info->page_dma) {
157 if (!buffer_info->page) {
158 buffer_info->page = alloc_page(GFP_ATOMIC);
159 if (!buffer_info->page) {
163 buffer_info->page_offset = 0;
165 buffer_info->page_offset ^= PAGE_SIZE / 2;
167 buffer_info
235 struct igbvf_buffer *buffer_info, *next_buffer; local
369 igbvf_put_txbuf(struct igbvf_adapter *adapter, struct igbvf_buffer *buffer_info) argument
513 struct igbvf_buffer *buffer_info; local
567 struct igbvf_buffer *buffer_info; local
771 struct igbvf_buffer *buffer_info; local
1932 struct igbvf_buffer *buffer_info; local
2011 struct igbvf_buffer *buffer_info; local
2097 struct igbvf_buffer *buffer_info; local
2179 struct igbvf_buffer *buffer_info; local
[all...]
H A Digbvf.h152 struct igbvf_buffer *buffer_info; member in struct:igbvf_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_main.c669 txdr->buffer_info = vmalloc(size);
670 if (!txdr->buffer_info) {
675 memset(txdr->buffer_info, 0, size);
685 vfree(txdr->buffer_info);
759 rxdr->buffer_info = vmalloc(size);
760 if (!rxdr->buffer_info) {
765 memset(rxdr->buffer_info, 0, size);
776 vfree(rxdr->buffer_info);
891 vfree(adapter->tx_ring.buffer_info);
892 adapter->tx_ring.buffer_info
901 ixgb_unmap_and_free_tx_resource(struct ixgb_adapter *adapter, struct ixgb_buffer *buffer_info) argument
933 struct ixgb_buffer *buffer_info; local
991 struct ixgb_buffer *buffer_info; local
1187 struct ixgb_buffer *buffer_info; local
1251 struct ixgb_buffer *buffer_info; local
1290 struct ixgb_buffer *buffer_info; local
1387 struct ixgb_buffer *buffer_info; local
1805 struct ixgb_buffer *buffer_info; local
1925 ixgb_check_copybreak(struct net_device *netdev, struct ixgb_buffer *buffer_info, u32 length, struct sk_buff **skb) argument
1958 struct ixgb_buffer *buffer_info, *next_buffer, *next2_buffer; local
2078 struct ixgb_buffer *buffer_info; local
[all...]
H A Dixgb.h136 struct ixgb_buffer *buffer_info; member in struct:ixgb_desc_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c1391 txdr->buffer_info = vmalloc(size);
1392 if (!txdr->buffer_info) {
1397 memset(txdr->buffer_info, 0, size);
1408 vfree(txdr->buffer_info);
1438 vfree(txdr->buffer_info);
1585 rxdr->buffer_info = vmalloc(size);
1586 if (!rxdr->buffer_info) {
1591 memset(rxdr->buffer_info, 0, size);
1607 vfree(rxdr->buffer_info);
1813 vfree(tx_ring->buffer_info);
1837 e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter, struct e1000_buffer *buffer_info) argument
1868 struct e1000_buffer *buffer_info; local
1956 struct e1000_buffer *buffer_info; local
2565 struct e1000_buffer *buffer_info; local
2637 struct e1000_buffer *buffer_info; local
2695 struct e1000_buffer *buffer_info; local
2809 struct e1000_buffer *buffer_info; local
3410 struct e1000_buffer *buffer_info; local
3593 struct e1000_buffer *buffer_info, *next_buffer; local
3763 e1000_check_copybreak(struct net_device *netdev, struct e1000_buffer *buffer_info, u32 length, struct sk_buff **skb) argument
3799 struct e1000_buffer *buffer_info, *next_buffer; local
3935 struct e1000_buffer *buffer_info; local
4044 struct e1000_buffer *buffer_info; local
[all...]
H A De1000_ethtool.c980 if (txdr->desc && txdr->buffer_info) {
982 if (txdr->buffer_info[i].dma)
984 txdr->buffer_info[i].dma,
985 txdr->buffer_info[i].length,
987 if (txdr->buffer_info[i].skb)
988 dev_kfree_skb(txdr->buffer_info[i].skb);
992 if (rxdr->desc && rxdr->buffer_info) {
994 if (rxdr->buffer_info[i].dma)
996 rxdr->buffer_info[i].dma,
997 rxdr->buffer_info[
[all...]
H A De1000.h170 struct e1000_buffer *buffer_info; member in struct:e1000_tx_ring
191 struct e1000_buffer *buffer_info; member in struct:e1000_rx_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dnetdev.c186 struct e1000_buffer *buffer_info; local
224 buffer_info = &tx_ring->buffer_info[tx_ring->next_to_clean];
227 (unsigned long long)buffer_info->dma,
228 buffer_info->length,
229 buffer_info->next_to_watch,
230 (unsigned long long)buffer_info->time_stamp);
276 buffer_info = &tx_ring->buffer_info[i];
284 (unsigned long long)buffer_info
522 struct e1000_buffer *buffer_info; local
588 struct e1000_buffer *buffer_info; local
690 struct e1000_buffer *buffer_info; local
766 struct e1000_buffer *buffer_info, *next_buffer; local
901 e1000_put_txbuf(struct e1000_adapter *adapter, struct e1000_buffer *buffer_info) argument
983 struct e1000_buffer *buffer_info; local
1073 struct e1000_buffer *buffer_info, *next_buffer; local
1274 struct e1000_buffer *buffer_info, *next_buffer; local
1434 struct e1000_buffer *buffer_info; local
2072 struct e1000_buffer *buffer_info; local
2124 struct e1000_buffer *buffer_info; local
4245 struct e1000_buffer *buffer_info; local
4316 struct e1000_buffer *buffer_info; local
4381 struct e1000_buffer *buffer_info; local
4477 struct e1000_buffer *buffer_info; local
[all...]
H A Dethtool.c1071 if (tx_ring->desc && tx_ring->buffer_info) {
1073 if (tx_ring->buffer_info[i].dma)
1075 tx_ring->buffer_info[i].dma,
1076 tx_ring->buffer_info[i].length,
1078 if (tx_ring->buffer_info[i].skb)
1079 dev_kfree_skb(tx_ring->buffer_info[i].skb);
1083 if (rx_ring->desc && rx_ring->buffer_info) {
1085 if (rx_ring->buffer_info[i].dma)
1087 rx_ring->buffer_info[i].dma,
1089 if (rx_ring->buffer_info[
[all...]
H A De1000.h219 struct e1000_buffer *buffer_info; member in struct:e1000_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_main.c767 struct atl1c_buffer *buffer_info, int in_irq)
770 if (buffer_info->flags & ATL1C_BUFFER_FREE)
772 if (buffer_info->dma) {
773 if (buffer_info->flags & ATL1C_PCIMAP_FROMDEVICE)
778 if (buffer_info->flags & ATL1C_PCIMAP_SINGLE)
779 pci_unmap_single(pdev, buffer_info->dma,
780 buffer_info->length, pci_driection);
781 else if (buffer_info->flags & ATL1C_PCIMAP_PAGE)
782 pci_unmap_page(pdev, buffer_info->dma,
783 buffer_info
766 atl1c_clean_buffer(struct pci_dev *pdev, struct atl1c_buffer *buffer_info, int in_irq) argument
803 struct atl1c_buffer *buffer_info; local
828 struct atl1c_buffer *buffer_info; local
854 struct atl1c_buffer *buffer_info; local
1609 struct atl1c_buffer *buffer_info; local
1728 struct atl1c_buffer *buffer_info, *next_info; local
1803 struct atl1c_buffer *buffer_info = rfd_ring->buffer_info; local
1829 struct atl1c_buffer *buffer_info; local
2103 struct atl1c_buffer *buffer_info = NULL; local
[all...]
H A Datl1c.h520 struct atl1c_buffer *buffer_info; member in struct:atl1c_tpd_ring
531 struct atl1c_buffer *buffer_info; member in struct:atl1c_rfd_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb_main.c328 struct igb_buffer *buffer_info; local
366 buffer_info = &tx_ring->buffer_info[tx_ring->next_to_clean];
369 (u64)buffer_info->dma,
370 buffer_info->length,
371 buffer_info->next_to_watch,
372 (u64)buffer_info->time_stamp);
403 buffer_info = &tx_ring->buffer_info[i];
409 (u64)buffer_info
3005 igb_unmap_and_free_tx_resource(struct igb_ring *tx_ring, struct igb_buffer *buffer_info) argument
3037 struct igb_buffer *buffer_info; local
3115 struct igb_buffer *buffer_info; local
3743 struct igb_buffer *buffer_info; local
3822 struct igb_buffer *buffer_info; local
3904 struct igb_buffer *buffer_info; local
3985 struct igb_buffer *buffer_info; local
5307 igb_tx_hwtstamp(struct igb_q_vector *q_vector, struct igb_buffer *buffer_info) argument
5337 struct igb_buffer *buffer_info; local
5530 struct igb_buffer *buffer_info , *next_buffer; local
5665 struct igb_buffer *buffer_info; local
[all...]
H A Digb.h202 struct igb_buffer *buffer_info; /* array of buffer info structs */ member in struct:igb_ring
H A Digb_ethtool.c1592 struct igb_buffer *buffer_info; local
1604 buffer_info = &rx_ring->buffer_info[rx_ntc];
1608 buffer_info->dma,
1611 buffer_info->dma = 0;
1614 if (!igb_check_lbtest_frame(buffer_info->skb, size))
1618 buffer_info = &tx_ring->buffer_info[tx_ntc];
1619 igb_unmap_and_free_tx_resource(tx_ring, buffer_info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.c1048 tpd_ring->buffer_info = kzalloc(size, GFP_KERNEL);
1049 if (unlikely(!tpd_ring->buffer_info)) {
1055 rfd_ring->buffer_info =
1056 (struct atl1_buffer *)(tpd_ring->buffer_info + tpd_ring->count);
1122 kfree(tpd_ring->buffer_info);
1150 struct atl1_buffer *buffer_info; local
1157 buffer_info = &rfd_ring->buffer_info[i];
1158 if (buffer_info->dma) {
1159 pci_unmap_page(pdev, buffer_info
1189 struct atl1_buffer *buffer_info; local
1850 struct atl1_buffer *buffer_info, *next_info; local
1921 struct atl1_buffer *buffer_info; local
2065 struct atl1_buffer *buffer_info; local
2197 struct atl1_buffer *buffer_info; local
2302 struct atl1_buffer *buffer_info; local
[all...]
H A Datl1.h621 struct atl1_buffer *buffer_info; member in struct:atl1_tpd_ring
632 struct atl1_buffer *buffer_info; member in struct:atl1_rfd_ring
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/memrar/
H A Dmemrar_handler.c410 struct memrar_buffer_info *buffer_info; local
427 buffer_info = kmalloc(sizeof(*buffer_info), GFP_KERNEL);
429 if (buffer_info == NULL) {
434 buffer = &buffer_info->buffer;
446 buffer_info->owner = filp;
448 kref_init(&buffer_info->refcount);
451 list_add(&buffer_info->list, &rar->buffers.list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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,
283 static void leaf_copy_items_entirely(struct buffer_info *dest_bi,
381 static void leaf_item_bottle(struct buffer_info *dest_bi,
475 static int leaf_copy_items(struct buffer_info *dest_bi, struct buffer_head *src,
557 struct buffer_info *dest_bi,
558 struct buffer_info *src_bi,
562 memset(dest_bi, 0, sizeof(struct buffer_info));
563 memset(src_bi, 0, sizeof(struct buffer_info));
642 struct buffer_info dest_b
[all...]
H A Ddo_balan.c25 struct buffer_info *bi)
34 struct buffer_info *bi)
43 struct buffer_info *bi)
52 struct buffer_info *bi,
106 struct buffer_info bi;
285 struct buffer_info bi;
1637 void make_empty_node(struct buffer_info *bi)
1655 struct buffer_info bi;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dutils.c60 struct buffer_info { struct
156 struct buffer_info bufinfo;
394 struct buffer_info *bi;
406 bi = (struct buffer_info *) arg;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dutils.c60 struct buffer_info { struct
156 struct buffer_info bufinfo;
404 struct buffer_info *bi;
416 bi = (struct buffer_info *) arg;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h1584 struct buffer_info { struct
1596 static inline struct super_block *sb_from_bi(struct buffer_info *bi)
2169 void print_bi(struct buffer_info *bi, char *mes);
2189 void leaf_delete_items(struct buffer_info *cur_bi, int last_first, int first,
2191 void leaf_insert_into_buf(struct buffer_info *bi, int before,
2194 void leaf_paste_in_buffer(struct buffer_info *bi, int pasted_item_num,
2197 void leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num,
2199 void leaf_paste_entries(struct buffer_info *bi, int item_num, int before,
2221 void make_empty_node(struct buffer_info *);

Completed in 241 milliseconds