Lines Matching defs:fn
5824 rte_rx_callback_fn fn, void *user_param)
5833 if (!rte_eth_dev_is_valid_port(port_id) || fn == NULL ||
5850 cb->fn.rx = fn;
5859 /* Stores to cb->fn and cb->param should complete before
5869 /* Stores to cb->fn and cb->param should complete before
5876 rte_eth_trace_add_rx_callback(port_id, queue_id, fn, user_param, cb);
5883 rte_rx_callback_fn fn, void *user_param)
5890 if (!rte_eth_dev_is_valid_port(port_id) || fn == NULL ||
5903 cb->fn.rx = fn;
5909 /* Stores to cb->fn, cb->param and cb->next should complete before
5917 rte_eth_trace_add_first_rx_callback(port_id, queue_id, fn, user_param,
5925 rte_tx_callback_fn fn, void *user_param)
5934 if (!rte_eth_dev_is_valid_port(port_id) || fn == NULL ||
5953 cb->fn.tx = fn;
5962 /* Stores to cb->fn and cb->param should complete before
5972 /* Stores to cb->fn and cb->param should complete before
5979 rte_eth_trace_add_tx_callback(port_id, queue_id, fn, user_param, cb);