Home
last modified time | relevance | path

Searched defs:fastio_index (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/tile/include/hv/
Ddrv_xgbe_intf.h199 #define __netio_fastio_allocate(fastio_index, size) \ argument
206 #define __netio_fastio_free_buffer(fastio_index, handle) \ argument
213 #define __netio_fastio_return_credits(fastio_index, credits) \ argument
223 #define __netio_fastio_send_pkt_nock(fastio_index, ackflag, size, va, handle) \ argument
236 #define __netio_fastio_send_pkt_ck(fastio_index, ackflag, size, va, handle, \ argument
270 #define __netio_fastio_sendv_pkt_1_2(fastio_index, flags, confno, csum0, \ argument
284 #define __netio_fastio_send_pcie_pkt(fastio_index, flags, confno, csum0, \ argument
307 #define __netio_fastio_sendv_pkt_3_4(fastio_index, flags, confno, csum0, va_F, \ argument
329 #define __netio_fastio_send_pkt_vec(fastio_index, seqno, nentries, va) \ argument
/linux-3.3/drivers/net/ethernet/tile/
Dtilepro.c328 inline int __netio_fastio1(u32 fastio_index, u32 arg0) in __netio_fastio1()