Searched refs:idpf_queue_set (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_txrx.c | 267 idpf_queue_set(GEN_CHK, tx_q); in idpf_tx_desc_alloc() 297 idpf_queue_set(GEN_CHK, complq); in idpf_compl_desc_alloc() 882 idpf_queue_set(GEN_CHK, rxq); in idpf_rx_desc_alloc() 910 idpf_queue_set(GEN_CHK, bufq); in idpf_bufq_desc_alloc() 1407 idpf_queue_set(FLOW_SCH_EN, q); in idpf_txq_group_alloc() 1425 idpf_queue_set(FLOW_SCH_EN, tx_qgrp->complq); in idpf_txq_group_alloc() 1518 idpf_queue_set(GEN_CHK, refillq); in idpf_rxq_group_alloc() 1519 idpf_queue_set(RFL_GEN_CHK, refillq); in idpf_rxq_group_alloc()
|
D | idpf_txrx.h | 325 #define idpf_queue_set(f, q) __set_bit(__IDPF_Q_##f, (q)->flags) macro
|
D | idpf_virtchnl.c | 755 idpf_queue_set(SW_MARKER, vport->txqs[i]); in idpf_wait_for_marker_event() 2002 idpf_queue_set(POLL_MODE, vport->txqs[i]); in idpf_send_disable_queues_msg()
|