Lines Matching refs:fastio_index

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)
213 #define __netio_fastio_return_credits(fastio_index, credits) \ argument
214 __netio_fastio1((fastio_index) + NETIO_FASTIO_RETURN_CREDITS, credits)
223 #define __netio_fastio_send_pkt_nock(fastio_index, ackflag, size, va, handle) \ argument
224 __netio_fastio4((fastio_index) + NETIO_FASTIO_SEND_PKT_NOCK, ackflag, \
236 #define __netio_fastio_send_pkt_ck(fastio_index, ackflag, size, va, handle, \ argument
238 __netio_fastio6((fastio_index) + NETIO_FASTIO_SEND_PKT_CK, ackflag, \
270 #define __netio_fastio_sendv_pkt_1_2(fastio_index, flags, confno, csum0, \ argument
272 __netio_fastio6((fastio_index) + NETIO_FASTIO_SENDV_PKT, flags, confno, \
284 #define __netio_fastio_send_pcie_pkt(fastio_index, flags, confno, csum0, \ argument
286 __netio_fastio6((fastio_index) + PCIE_FASTIO_SENDV_PKT, flags, confno, \
307 #define __netio_fastio_sendv_pkt_3_4(fastio_index, flags, confno, csum0, va_F, \ argument
309 __netio_fastio9((fastio_index) + NETIO_FASTIO_SENDV_PKT, flags, confno, \
329 #define __netio_fastio_send_pkt_vec(fastio_index, seqno, nentries, va) \ argument
330 __netio_fastio3_rv3((fastio_index) + NETIO_FASTIO_SEND_PKT_VEC, seqno, \