bfa_ioc_ct_sync_complete
static bool bfa_ioc_ct_sync_complete(struct bfa_ioc *ioc);
return bfa_ioc_ct_sync_complete(ioc);
.ioc_sync_complete = bfa_ioc_ct_sync_complete,
.ioc_sync_complete = bfa_ioc_ct_sync_complete,
static bfa_boolean_t bfa_ioc_ct_sync_complete(struct bfa_ioc_s *ioc);
return bfa_ioc_ct_sync_complete(ioc);
hwif->ioc_sync_complete = bfa_ioc_ct_sync_complete;