Home
last modified time | relevance | path

Searched refs:sync_ackd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A 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()
546 * has reinitialized the ASIC (reset sync_ackd bits) 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()
565 * this IOC was waiting for hw sem, the sync_ackd bit for in bfa_ioc_ct_sync_complete()
568 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
569 writel((r32 | sync_ackd), io in bfa_ioc_ct_sync_complete()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A 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()
471 * has reinitialized the ASIC (reset sync_ackd bits) 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()
490 * this IOC was waiting for hw sem, the sync_ackd bit for in bfa_ioc_ct_sync_complete()
493 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
494 writel((r32 | sync_ackd), io in bfa_ioc_ct_sync_complete()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A 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()
546 * has reinitialized the ASIC (reset sync_ackd bits) 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()
565 * this IOC was waiting for hw sem, the sync_ackd bit for in bfa_ioc_ct_sync_complete()
568 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
569 writel((r32 | sync_ackd), io in bfa_ioc_ct_sync_complete()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A 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()
471 * has reinitialized the ASIC (reset sync_ackd bits) 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()
490 * this IOC was waiting for hw sem, the sync_ackd bit for in bfa_ioc_ct_sync_complete()
493 if (tmp_ackd != sync_ackd) in bfa_ioc_ct_sync_complete()
494 writel((r32 | sync_ackd), io in bfa_ioc_ct_sync_complete()
[all...]

Completed in 5 milliseconds