Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h601 q_model == VIRTCHNL2_QUEUE_MODEL_SPLIT; in idpf_is_queue_model_split()
H A Dvirtchnl2.h100 VIRTCHNL2_QUEUE_MODEL_SPLIT = 1, enumerator
H A 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()
H A Didpf_txrx.c547 dev, VIRTCHNL2_QUEUE_MODEL_SPLIT); in idpf_rx_desc_rel_all()