mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
MFC r260056:
In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function.
This commit is contained in:
parent
854e0dbf00
commit
bb45cb03df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=260286
@ -62,6 +62,7 @@ __hal_ring_block_memblock_idx_set(
|
||||
VXGE_HAL_RING_MEMBLOCK_IDX_OFFSET))) = memblock_idx;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* __hal_ring_block_next_pointer - Returns the dma address of next block
|
||||
* @block: RxD block
|
||||
@ -76,6 +77,7 @@ __hal_ring_block_next_pointer(
|
||||
return (dma_addr_t)*((u64 *) ((void *)((u8 *) block +
|
||||
VXGE_HAL_RING_NEXT_BLOCK_POINTER_OFFSET)));
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* __hal_ring_block_next_pointer_set - Sets the next block pointer in RxD block
|
||||
|
Loading…
Reference in New Issue
Block a user