Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf.h601 q_model == VIRTCHNL2_QUEUE_MODEL_SPLIT; in idpf_is_queue_model_split()
Dvirtchnl2.h100 VIRTCHNL2_QUEUE_MODEL_SPLIT = 1, enumerator
Didpf_virtchnl.c1262 vport_msg->txq_model = cpu_to_le16(VIRTCHNL2_QUEUE_MODEL_SPLIT); in idpf_send_create_vport_msg()
1267 vport_msg->rxq_model = cpu_to_le16(VIRTCHNL2_QUEUE_MODEL_SPLIT); in idpf_send_create_vport_msg()
Didpf_txrx.c547 dev, VIRTCHNL2_QUEUE_MODEL_SPLIT); in idpf_rx_desc_rel_all()