Home
last modified time | relevance | path

Searched refs:vport_msg (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/intel/idpf/
A Didpf_virtchnl.c1379 struct virtchnl2_create_vport *vport_msg; in idpf_send_create_vport_msg() local
1395 vport_msg->vport_index = cpu_to_le16(idx); in idpf_send_create_vport_msg()
1424 xn_params.send_buf.iov_base = vport_msg; in idpf_send_create_vport_msg()
1455 struct virtchnl2_create_vport *vport_msg; in idpf_check_supported_desc_ids() local
3318 struct virtchnl2_create_vport *vport_msg; in idpf_vport_init() local
3353 idpf_vport_init_num_qs(vport, vport_msg); in idpf_vport_init()
3360 if (!(vport_msg->vport_flags & in idpf_vport_init()
3635 struct virtchnl2_create_vport vport_msg; in idpf_vport_adjust_qs() local
3689 struct virtchnl2_create_vport *vport_msg; in idpf_vport_is_cap_ena() local
3709 caps = vport_msg->sideband_flow_caps; in idpf_sideband_flow_type_ena()
[all …]
A Didpf_idc.c114 struct virtchnl2_create_vport *vport_msg; in idpf_idc_init_aux_vport_dev() local
117 vport_msg = (struct virtchnl2_create_vport *) in idpf_idc_init_aux_vport_dev()
120 if (!(le16_to_cpu(vport_msg->vport_flags) & VIRTCHNL2_VPORT_ENABLE_RDMA)) in idpf_idc_init_aux_vport_dev()
A Didpf_txrx.c1145 struct virtchnl2_create_vport *vport_msg) in idpf_vport_init_num_qs() argument
1151 vport->num_txq = le16_to_cpu(vport_msg->num_tx_q); in idpf_vport_init_num_qs()
1152 vport->num_rxq = le16_to_cpu(vport_msg->num_rx_q); in idpf_vport_init_num_qs()
1231 struct virtchnl2_create_vport *vport_msg, in idpf_vport_calc_total_qs() argument
1264 vport_msg->num_tx_q = cpu_to_le16(num_txq_grps * in idpf_vport_calc_total_qs()
1270 vport_msg->num_tx_q = cpu_to_le16(num_qs); in idpf_vport_calc_total_qs()
1271 vport_msg->num_tx_complq = 0; in idpf_vport_calc_total_qs()
1275 vport_msg->num_rx_bufq = cpu_to_le16(num_rxq_grps * in idpf_vport_calc_total_qs()
1277 vport_msg->num_rx_q = cpu_to_le16(num_rxq_grps * in idpf_vport_calc_total_qs()
1283 vport_msg->num_rx_q = cpu_to_le16(num_qs); in idpf_vport_calc_total_qs()
[all …]
A Didpf_txrx.h1016 struct virtchnl2_create_vport *vport_msg);
1019 struct virtchnl2_create_vport *vport_msg,

Completed in 22 milliseconds