Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c3035 flash->op_busy = 0; in bfa_flash_cb()
3048 if (flash->op_busy) { in bfa_flash_notify()
3051 flash->op_busy = 0; in bfa_flash_notify()
3136 if (!flash->op_busy && msg->mh.msg_id != BFI_FLASH_I2H_EVENT) in bfa_flash_intr()
3224 flash->op_busy = 0; in bfa_nw_flash_attach()
3268 if (flash->op_busy) in bfa_nw_flash_get_attr()
3271 flash->op_busy = 1; in bfa_nw_flash_get_attr()
3315 if (flash->op_busy) in bfa_nw_flash_update_part()
3318 flash->op_busy = 1; in bfa_nw_flash_update_part()
3361 if (flash->op_busy) in bfa_nw_flash_read_part()
[all …]
H A Dbfa_ioc.h324 u32 op_busy; /* operation busy flag */ member