• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/

Lines Matching defs:item

55 	INIT_LIST_HEAD(&channel->item);
1103 * __vxge_hw_ring_item_dma_addr - Return the dma address of an item
1104 * This function returns the dma address of a given item
1107 void *item)
1115 memblock_idx = __vxge_hw_ring_block_memblock_idx(item);
1123 /* calculate offset in the memblock of this item */
1124 dma_item_offset = (u8 *)item - (u8 *)memblock;
1131 * This function returns the dma address of a given item
1152 * previous item's DMA start address */
1169 void *item = mempoolh->items_arr[index];
1183 ring->channel.reserve_arr[reserve_index] = ((u8 *)item) +
1186 /* Note: memblock_item_idx is index of the item within
1190 memblock_index, item,
1202 __vxge_hw_ring_block_memblock_idx_set(item, memblock_index);
1465 * has a space allocated for item's private usage upon
1506 /* let caller to do more job on each item */
4163 list_add(&vp->item, &vpath->vpath_handles);
4252 list_del(&vp->item);
4255 list_add(&vp->item, &vpath->vpath_handles);
4685 list_add(&entry->item, &blockpool->free_entry_list);
4718 item);
4725 list_del(&entry->item);
4731 list_add(&entry->item,
4775 &((struct __vxge_hw_blockpool_entry *)p)->item);
4782 &((struct __vxge_hw_blockpool_entry *)p)->item);
4834 list_del(&((struct __vxge_hw_blockpool_entry *)p)->item);
4884 item);
4890 list_del(&entry->item);
4898 list_add(&entry->item, &blockpool->free_block_list);
4955 item);
4958 list_del(&entry->item);
4964 list_add(&entry->item,
5001 item);
5008 list_del(&entry->item);
5016 list_add(&entry->item,
5046 item);
5049 list_del(&entry->item);
5076 list_add(&entry->item, &blockpool->free_block_list);