Searched refs:idpf_queue_set (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_txrx.c | 268 idpf_queue_set(GEN_CHK, tx_q); in idpf_tx_desc_alloc() 298 idpf_queue_set(GEN_CHK, complq); in idpf_compl_desc_alloc() 883 idpf_queue_set(GEN_CHK, rxq); in idpf_rx_desc_alloc() 911 idpf_queue_set(GEN_CHK, bufq); in idpf_bufq_desc_alloc() 1416 idpf_queue_set(FLOW_SCH_EN, q); in idpf_txq_group_alloc() 1434 idpf_queue_set(FLOW_SCH_EN, tx_qgrp->complq); in idpf_txq_group_alloc() 1527 idpf_queue_set(GEN_CHK, refillq); in idpf_rxq_group_alloc() 1528 idpf_queue_set(RFL_GEN_CHK, refillq); in idpf_rxq_group_alloc()
|
H A D | idpf_txrx.h | 311 #define idpf_queue_set(f, q) __set_bit(__IDPF_Q_##f, (q)->flags) macro
|
H A D | idpf_ptp.c | 707 idpf_queue_set(PTP, rx_queue); in idpf_ptp_set_rx_tstamp()
|
H A D | idpf_virtchnl.c | 731 idpf_queue_set(SW_MARKER, vport->txqs[i]); in idpf_wait_for_marker_event() 2138 idpf_queue_set(POLL_MODE, vport->txqs[i]); in idpf_send_disable_queues_msg()
|