Searched refs:p_consq (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c315 p_hwfn->p_consq->chain.p_phys_addr);
1110 struct ecore_consq *p_consq; local
1113 p_consq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_consq));
1114 if (!p_consq) {
1127 &p_consq->chain, OSAL_NULL) != ECORE_SUCCESS) {
1132 p_hwfn->p_consq = p_consq;
1136 OSAL_FREE(p_hwfn->p_dev, p_consq);
1142 ecore_chain_reset(&p_hwfn->p_consq
[all...]
H A Decore.h696 struct ecore_consq *p_consq; member in struct:ecore_hwfn
H A Decore_sp_commands.c401 p_hwfn->p_consq->chain.pbl_sp.p_phys_table);

Completed in 121 milliseconds