ecore_rdma_get_sb_id
#define OSAL_GET_RDMA_SB_ID(p_hwfn, cnq_id) ecore_rdma_get_sb_id(p_hwfn, cnq_id)
u32 ecore_rdma_get_sb_id(struct ecore_hwfn *p_hwfn, u32 rel_sb_id);
u32 ecore_rdma_get_sb_id(void *p_hwfn, u32 rel_sb_id);
return (QLNX_NUM_CNQ + ecore_rdma_get_sb_id(&ha->cdev.hwfns[0], 0) + 2);
dev->sb_start = ecore_rdma_get_sb_id(dev->rdma_ctx, 0);