Home
last modified time | relevance | path

Searched refs:INDIRECT_CALL_2 (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/
A Dindirect_call_wrapper.h21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ macro
29 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__); \
43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) macro
58 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Dtx.c78 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx()
105 ret = INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xsk_tx()
/linux/drivers/net/ethernet/sfc/
A Defx.h27 return INDIRECT_CALL_2(tx_queue->efx->type->tx_enqueue, in efx_enqueue_skb()
44 INDIRECT_CALL_2(channel->efx->type->rx_packet, in efx_rx_flush_packet()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_txrx.c104 xsk_rx_alloc_err = INDIRECT_CALL_2(xskrq->post_wqes, in mlx5e_napi_xsk_post()
179 busy |= INDIRECT_CALL_2(rq->post_wqes, in mlx5e_napi_poll()
A Den_rx.c1623 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5e_handle_rx_cqe()
1676 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5e_handle_rx_cqe_rep()
1736 skb = INDIRECT_CALL_2(rq->mpwqe.skb_from_cqe_mpwrq, in mlx5e_handle_rx_cqe_mpwrq_rep()
2075 skb = INDIRECT_CALL_2(rq->mpwqe.skb_from_cqe_mpwrq, in mlx5e_handle_rx_cqe_mpwrq()
2263 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5i_handle_rx_cqe()
2307 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5e_ipsec_handle_rx_cqe()
/linux/include/net/
A Dinet_common.h72 INDIRECT_CALL_2(cb, f2, f1, head, skb); \
/linux/net/ipv6/
A Dip6_input.c59 INDIRECT_CALL_2(edemux, tcp_v6_early_demux, in ip6_rcv_finish_core()
422 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v6_rcv, udpv6_rcv, in ip6_protocol_deliver_rcu()
A Dip6_offload.c27 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
A Daf_inet6.c644 return INDIRECT_CALL_2(sk->sk_prot->sendmsg, tcp_sendmsg, udpv6_sendmsg, in inet6_sendmsg()
660 err = INDIRECT_CALL_2(sk->sk_prot->recvmsg, tcp_recvmsg, udpv6_recvmsg, in inet6_recvmsg()
/linux/net/ipv4/
A Dip_input.c204 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v4_rcv, udp_rcv, in ip_protocol_deliver_rcu()
340 err = INDIRECT_CALL_2(edemux, tcp_v4_early_demux, in ip_rcv_finish_core()
A Daf_inet.c819 return INDIRECT_CALL_2(sk->sk_prot->sendmsg, tcp_sendmsg, udp_sendmsg, in inet_sendmsg()
850 err = INDIRECT_CALL_2(sk->sk_prot->recvmsg, tcp_recvmsg, udp_recvmsg, in inet_recvmsg()
1630 err = INDIRECT_CALL_2(ops->callbacks.gro_complete, in inet_gro_complete()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c117 return INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xmit_xdp_buff()
539 ret = INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xdp_xmit()
A Dtxrx.h32 return INDIRECT_CALL_2(func, mlx5_real_time_cyc2time, mlx5_timecounter_cyc2time, in mlx5e_cqe_ts_to_ns()
A Dptp.c154 busy |= INDIRECT_CALL_2(rq->post_wqes, in mlx5e_ptp_napi_poll()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c489 last_nr_txbb = INDIRECT_CALL_2(ring->free_tx_desc, in mlx4_en_process_tx_cq()
/linux/net/netfilter/ipvs/
A Dip_vs_core.c73 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__)
/linux/net/core/
A Dskbuff.c2624 ret = INDIRECT_CALL_2(sendmsg, kernel_sendmsg_locked, in __skb_send_sock()
2656 ret = INDIRECT_CALL_2(sendpage, kernel_sendpage_locked, in __skb_send_sock()

Completed in 40 milliseconds