Searched refs:fastio_index (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/tile/include/hv/ |
D | drv_xgbe_intf.h | 178 int __netio_fastio0(uint32_t fastio_index); 180 int __netio_fastio1(uint32_t fastio_index, uint32_t arg0); 182 netio_fastio_rv3_t __netio_fastio3_rv3(uint32_t fastio_index, uint32_t arg0, 185 int __netio_fastio4(uint32_t fastio_index, uint32_t arg0, uint32_t arg1, 188 int __netio_fastio6(uint32_t fastio_index, uint32_t arg0, uint32_t arg1, 191 int __netio_fastio9(uint32_t fastio_index, uint32_t arg0, uint32_t arg1, 199 #define __netio_fastio_allocate(fastio_index, size) \ argument 200 __netio_fastio1((fastio_index) + NETIO_FASTIO_ALLOCATE, size) 206 #define __netio_fastio_free_buffer(fastio_index, handle) \ argument 207 __netio_fastio1((fastio_index) + NETIO_FASTIO_FREE_BUFFER, handle) [all …]
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 323 inline int __netio_fastio1(u32 fastio_index, u32 arg0) in __netio_fastio1() argument 329 : "R10" (fastio_index), "R01" (arg0) in __netio_fastio1()
|