Home
last modified time | relevance | path

Searched refs:__netio_fastio1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/tile/include/hv/
Ddrv_xgbe_intf.h180 int __netio_fastio1(uint32_t fastio_index, uint32_t arg0);
200 __netio_fastio1((fastio_index) + NETIO_FASTIO_ALLOCATE, size)
207 __netio_fastio1((fastio_index) + NETIO_FASTIO_FREE_BUFFER, handle)
214 __netio_fastio1((fastio_index) + NETIO_FASTIO_RETURN_CREDITS, credits)
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilepro.c323 inline int __netio_fastio1(u32 fastio_index, u32 arg0) in __netio_fastio1() function