Home
last modified time | relevance | path

Searched refs:idpf_vc_xn_exec (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c49 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_get_caps()
169 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_get_dev_clk_time()
205 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_get_cross_time()
241 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_set_dev_clk_time()
274 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_adj_dev_clk_time()
308 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_adj_dev_clk_fine()
363 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_ptp_get_vport_tstamps_caps()
668 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_ptp_get_tx_tstamp()
H A Didpf_virtchnl.c425 ssize_t idpf_vc_xn_exec(struct idpf_adapter *adapter, in idpf_vc_xn_exec() function
800 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_chunked_msg()
903 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_ver_msg()
1013 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_get_caps_msg()
1051 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_get_lan_memory_regions()
1179 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_add_del_fsteer_filters()
1603 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_create_vport_msg()
1685 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_destroy_vport_msg()
1709 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_enable_vport_msg()
1733 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_send_disable_vport_msg()
[all …]
H A Didpf_virtchnl.h99 ssize_t idpf_vc_xn_exec(struct idpf_adapter *adapter,