Home
last modified time | relevance | path

Searched refs:virtchnl2_create_vport (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_idc.c117 struct virtchnl2_create_vport *vport_msg; in idpf_idc_init_aux_vport_dev()
120 vport_msg = (struct virtchnl2_create_vport *) in idpf_idc_init_aux_vport_dev()
H A Didpf_virtchnl.c1141 struct virtchnl2_create_vport *vport_msg; in idpf_send_create_vport_msg()
1145 buf_size = sizeof(struct virtchnl2_create_vport); in idpf_send_create_vport_msg()
1209 struct virtchnl2_create_vport *vport_msg; in idpf_check_supported_desc_ids()
3288 struct virtchnl2_create_vport *vport_msg; in idpf_vport_init()
3609 struct virtchnl2_create_vport vport_msg; in idpf_vport_adjust_qs()
3663 struct virtchnl2_create_vport *vport_msg; in idpf_vport_is_cap_ena()
3679 struct virtchnl2_create_vport *vport_msg; in idpf_sideband_flow_type_ena()
3705 struct virtchnl2_create_vport *vport_msg; in idpf_sideband_action_ena()
3721 struct virtchnl2_create_vport *vport_msg; in idpf_fsteer_max_rules()
3735 struct virtchnl2_create_vport *vport_msg; in idpf_get_vport_id()
H A Didpf_txrx.h1079 struct virtchnl2_create_vport *vport_msg,
1084 struct virtchnl2_create_vport *vport_msg,
H A Didpf.h701 struct virtchnl2_create_vport **vport_params_recvd;
H A Didpf_txrx.c1476 struct virtchnl2_create_vport *vport_msg, in idpf_vport_init_num_qs()
1576 struct virtchnl2_create_vport *vport_msg, in idpf_vport_calc_total_qs()
/linux/include/linux/net/intel/
H A Dvirtchnl2.h665 struct virtchnl2_create_vport { struct
694 VIRTCHNL2_CHECK_STRUCT_LEN(160, virtchnl2_create_vport); argument