Home
last modified time | relevance | path

Searched refs:sync_ackd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_ioc_ct.c546 u32 sync_ackd = bfa_ioc_ct_get_sync_ackd(r32); in bfa_ioc_ct_sync_complete() local
549 if (sync_ackd == 0) in bfa_ioc_ct_sync_complete()
558 tmp_ackd = sync_ackd; in bfa_ioc_ct_sync_complete()
560 !(sync_ackd & bfa_ioc_ct_sync_pos(ioc))) in bfa_ioc_ct_sync_complete()
561 sync_ackd |= bfa_ioc_ct_sync_pos(ioc); in bfa_ioc_ct_sync_complete()
563 if (sync_reqd == sync_ackd) { in bfa_ioc_ct_sync_complete()
576 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
577 writel((r32 | sync_ackd), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_complete()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc_ct.c471 uint32_t sync_ackd = bfa_ioc_ct_get_sync_ackd(r32); in bfa_ioc_ct_sync_complete() local
474 if (sync_ackd == 0) in bfa_ioc_ct_sync_complete()
483 tmp_ackd = sync_ackd; in bfa_ioc_ct_sync_complete()
485 !(sync_ackd & bfa_ioc_ct_sync_pos(ioc))) in bfa_ioc_ct_sync_complete()
486 sync_ackd |= bfa_ioc_ct_sync_pos(ioc); in bfa_ioc_ct_sync_complete()
488 if (sync_reqd == sync_ackd) { in bfa_ioc_ct_sync_complete()
501 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
502 writel((r32 | sync_ackd), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_complete()