Searched refs:p_spq (Results 1 – 4 of 4) sorted by relevance
283 p_spq->db_addr_offset, p_spq->cid, p_db_data->params, in ecore_spq_hw_post()513 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_setup() local585 p_spq = in ecore_spq_alloc()620 p_hwfn->p_spq = p_spq; in ecore_spq_alloc()631 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_free() local635 if (!p_spq) in ecore_spq_free()662 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_get_entry() local723 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_add_entry() local793 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_post_list() local828 struct ecore_spq *p_spq = p_hwfn->p_spq; in ecore_spq_pend_post() local[all …]
127 #define SPQ_COMP_BMAP_SET_BIT(p_spq, idx) \ argument128 (OSAL_SET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))130 #define SPQ_COMP_BMAP_CLEAR_BIT(p_spq, idx) \ argument131 (OSAL_CLEAR_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))133 #define SPQ_COMP_BMAP_GET_BIT(p_spq, idx) \ argument134 (OSAL_GET_BIT(((idx) % SPQ_RING_SIZE), (p_spq)->p_comp_bitmap))
624 struct ecore_spq *p_spq; member
2436 n_eqes = ecore_chain_get_capacity(&p_hwfn->p_spq->chain); in ecore_resc_alloc()