Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c1247 struct virtchnl2_create_vport *vport_msg; in idpf_send_create_vport_msg() local
1261 vport_msg = adapter->vport_params_reqd[idx]; in idpf_send_create_vport_msg()
1263 vport_msg->vport_index = cpu_to_le16(idx); in idpf_send_create_vport_msg()
1292 xn_params.send_buf.iov_base = vport_msg; in idpf_send_create_vport_msg()
1323 struct virtchnl2_create_vport *vport_msg; in idpf_check_supported_desc_ids() local
3155 struct virtchnl2_create_vport *vport_msg; in idpf_vport_init() local
3189 idpf_vport_init_num_qs(vport, vport_msg); in idpf_vport_init()
3459 struct virtchnl2_create_vport vport_msg; in idpf_vport_adjust_qs() local
3469 idpf_vport_init_num_qs(vport, &vport_msg); in idpf_vport_adjust_qs()
3512 struct virtchnl2_create_vport *vport_msg; in idpf_get_vport_id() local
[all …]
H A Didpf_txrx.c1136 struct virtchnl2_create_vport *vport_msg) in idpf_vport_init_num_qs() argument
1142 vport->num_txq = le16_to_cpu(vport_msg->num_tx_q); in idpf_vport_init_num_qs()
1143 vport->num_rxq = le16_to_cpu(vport_msg->num_rx_q); in idpf_vport_init_num_qs()
1222 struct virtchnl2_create_vport *vport_msg, in idpf_vport_calc_total_qs() argument
1255 vport_msg->num_tx_q = cpu_to_le16(num_txq_grps * in idpf_vport_calc_total_qs()
1261 vport_msg->num_tx_q = cpu_to_le16(num_qs); in idpf_vport_calc_total_qs()
1262 vport_msg->num_tx_complq = 0; in idpf_vport_calc_total_qs()
1266 vport_msg->num_rx_bufq = cpu_to_le16(num_rxq_grps * in idpf_vport_calc_total_qs()
1268 vport_msg->num_rx_q = cpu_to_le16(num_rxq_grps * in idpf_vport_calc_total_qs()
1274 vport_msg->num_rx_q = cpu_to_le16(num_qs); in idpf_vport_calc_total_qs()
[all …]
H A Didpf_txrx.h1003 struct virtchnl2_create_vport *vport_msg);
1006 struct virtchnl2_create_vport *vport_msg,