Home
last modified time | relevance | path

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

/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()
/drivers/scsi/bfa/
Dbfa_ioc_ct.c470 uint32_t sync_ackd = bfa_ioc_ct_get_sync_ackd(r32); in bfa_ioc_ct_sync_complete() local
473 if (sync_ackd == 0) in bfa_ioc_ct_sync_complete()
482 tmp_ackd = sync_ackd; in bfa_ioc_ct_sync_complete()
484 !(sync_ackd & bfa_ioc_ct_sync_pos(ioc))) in bfa_ioc_ct_sync_complete()
485 sync_ackd |= bfa_ioc_ct_sync_pos(ioc); in bfa_ioc_ct_sync_complete()
487 if (sync_reqd == sync_ackd) { in bfa_ioc_ct_sync_complete()
500 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
501 writel((r32 | sync_ackd), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_complete()