Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfa_ioc_ct.c538 u32 sync_ackd = bfa_ioc_ct_get_sync_ackd(r32); in bfa_ioc_ct_sync_complete() local
541 if (sync_ackd == 0) in bfa_ioc_ct_sync_complete()
550 tmp_ackd = sync_ackd; in bfa_ioc_ct_sync_complete()
552 !(sync_ackd & bfa_ioc_ct_sync_pos(ioc))) in bfa_ioc_ct_sync_complete()
553 sync_ackd |= bfa_ioc_ct_sync_pos(ioc); in bfa_ioc_ct_sync_complete()
555 if (sync_reqd == sync_ackd) { in bfa_ioc_ct_sync_complete()
568 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
569 writel((r32 | sync_ackd), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_complete()
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_ioc_ct.c463 uint32_t sync_ackd = bfa_ioc_ct_get_sync_ackd(r32); in bfa_ioc_ct_sync_complete() local
466 if (sync_ackd == 0) in bfa_ioc_ct_sync_complete()
475 tmp_ackd = sync_ackd; in bfa_ioc_ct_sync_complete()
477 !(sync_ackd & bfa_ioc_ct_sync_pos(ioc))) in bfa_ioc_ct_sync_complete()
478 sync_ackd |= bfa_ioc_ct_sync_pos(ioc); in bfa_ioc_ct_sync_complete()
480 if (sync_reqd == sync_ackd) { in bfa_ioc_ct_sync_complete()
493 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
494 writel((r32 | sync_ackd), ioc->ioc_regs.ioc_fail_sync); in bfa_ioc_ct_sync_complete()