Searched refs:b_is_tx (Results 1 – 2 of 2) sorted by relevance
244 !p_queue->cids[i].b_is_tx) in ecore_iov_get_vf_rx_queue_cid()260 bool b_is_tx) in ecore_iov_validate_queue_mode() argument275 if (p_qcid->b_is_tx != b_is_tx) in ecore_iov_validate_queue_mode()2304 struct ecore_vf_info *p_vf, bool b_is_tx) in ecore_iov_vf_mbx_qid() argument2312 if (b_is_tx) in ecore_iov_vf_mbx_qid()2413 p_queue->cids[qid_usage_idx].b_is_tx = false; in ecore_iov_vf_mbx_start_rxq()2678 p_queue->cids[qid_usage_idx].b_is_tx = true; in ecore_iov_vf_mbx_start_txq()2710 p_queue->cids[qid_usage_idx].b_is_tx) { in ecore_iov_vf_stop_rxqs()2748 !p_queue->cids[qid_usage_idx].b_is_tx) in ecore_iov_vf_stop_txqs()2879 vf->vf_queues[i].cids[qid_usage_idx].b_is_tx) { in ecore_iov_vf_mbx_update_rxqs()[all …]
94 bool b_is_tx; member