Searched refs:sb_dummy (Results 1 – 1 of 1) sorted by relevance
2387 struct ecore_sb_info sb_dummy; in ecore_iov_vf_mbx_start_rxq() local2414 OSAL_MEM_ZERO(&sb_dummy, sizeof(sb_dummy)); in ecore_iov_vf_mbx_start_rxq()2415 sb_dummy.igu_sb_id = req->hw_sb; in ecore_iov_vf_mbx_start_rxq()2416 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_rxq()2660 struct ecore_sb_info sb_dummy; in ecore_iov_vf_mbx_start_txq() local2690 OSAL_MEM_ZERO(&sb_dummy, sizeof(sb_dummy)); in ecore_iov_vf_mbx_start_txq()2691 sb_dummy.igu_sb_id = req->hw_sb; in ecore_iov_vf_mbx_start_txq()2692 params.p_sb = &sb_dummy; in ecore_iov_vf_mbx_start_txq()