Home
last modified time | relevance | path

Searched refs:b_is_tx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c186 if (p_queue->cids[i].p_cid && !p_queue->cids[i].b_is_tx) in qed_iov_get_vf_rx_queue_cid()
203 bool b_is_tx) in qed_iov_validate_queue_mode() argument
218 if (p_qcid->b_is_tx != b_is_tx) in qed_iov_validate_queue_mode()
2051 struct qed_vf_info *p_vf, bool b_is_tx) in qed_iov_vf_mbx_qid() argument
2059 if (b_is_tx) in qed_iov_vf_mbx_qid()
2157 p_queue->cids[qid_usage_idx].b_is_tx = false; in qed_iov_vf_mbx_start_rxq()
2485 p_queue->cids[qid_usage_idx].b_is_tx = true; in qed_iov_vf_mbx_start_txq()
2515 p_queue->cids[qid_usage_idx].b_is_tx) { in qed_iov_vf_stop_rxqs()
2552 !p_queue->cids[qid_usage_idx].b_is_tx) in qed_iov_vf_stop_txqs()
2680 vf->vf_queues[i].cids[qid_usage_idx].b_is_tx) { in qed_iov_vf_mbx_update_rxqs()
[all …]
H A Dqed_sriov.h132 bool b_is_tx; member