Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c244 !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() argument
275 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() argument
2312 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 …]
H A Decore_sriov.h94 bool b_is_tx; member