Searched refs:txq_model (Results 1 – 2 of 2) sorted by relevance
1528 vport_msg->txq_model = cpu_to_le16(VIRTCHNL2_QUEUE_MODEL_SPLIT); in idpf_send_create_vport_msg()1530 vport_msg->txq_model = cpu_to_le16(VIRTCHNL2_QUEUE_MODEL_SINGLE); in idpf_send_create_vport_msg()1592 vport_msg->txq_model == VIRTCHNL2_QUEUE_MODEL_SINGLE)) { in idpf_check_supported_desc_ids()1610 if (!idpf_is_queue_model_split(vport->txq_model)) in idpf_check_supported_desc_ids()1706 qi->model = cpu_to_le16(vport->txq_model); in idpf_fill_txq_config_chunk()1712 if (!idpf_is_queue_model_split(vport->txq_model)) { in idpf_fill_txq_config_chunk()1745 qi->model = cpu_to_le16(vport->txq_model); in idpf_fill_complq_config_chunk()1847 if (idpf_is_queue_model_split(vport->txq_model)) { in idpf_send_config_tx_queues_msg()2168 split = idpf_is_queue_model_split(vport->txq_model); in idpf_send_ena_dis_queues_msg()2280 split = idpf_is_queue_model_split(qs->vport->txq_model); in idpf_send_map_unmap_queue_set_vector_msg()[all …]
667 __le16 txq_model; member