/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 238 #define STATE_READY 0x00000000 macro 371 STATE_DATAOUT, STATE_READY}}, 374 STATE_DATAOUT, STATE_READY}}, 377 STATE_DATAOUT, STATE_READY}}, 380 STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 383 STATE_DATAIN, STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 386 STATE_DATAIN, STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 389 STATE_DATAIN, STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 391 {OPT_ANY, {STATE_CMD_ERASE1, STATE_ADDR_SEC, STATE_CMD_ERASE2 | ACTION_SECERASE, STATE_READY}}, 393 {OPT_ANY, {STATE_CMD_STATUS, STATE_DATAOUT_STATUS, STATE_READY}}, [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 240 #define STATE_READY 0x00000000 macro 373 STATE_DATAOUT, STATE_READY}}, 376 STATE_DATAOUT, STATE_READY}}, 379 STATE_DATAOUT, STATE_READY}}, 382 STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 385 STATE_DATAIN, STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 388 STATE_DATAIN, STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 391 STATE_DATAIN, STATE_CMD_PAGEPROG | ACTION_PRGPAGE, STATE_READY}}, 393 {OPT_ANY, {STATE_CMD_ERASE1, STATE_ADDR_SEC, STATE_CMD_ERASE2 | ACTION_SECERASE, STATE_READY}}, 395 {OPT_ANY, {STATE_CMD_STATUS, STATE_DATAOUT_STATUS, STATE_READY}}, [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.h | 49 if ((efx->state == STATE_READY) || \
|
H A D | efx.c | 113 if ((efx->state == STATE_READY) || \ 717 efx->state = STATE_READY; in efx_register_netdev() 830 BUG_ON(efx->state == STATE_READY); in efx_pci_remove_main() 1181 efx->state = STATE_READY; in efx_pm_thaw()
|
H A D | efx_common.c | 910 if (efx->state == STATE_READY) in efx_reset_work() 955 if (READ_ONCE(efx->state) != STATE_READY) in efx_siena_schedule_reset() 1284 efx->state = STATE_READY; in efx_io_resume()
|
H A D | net_driver.h | 625 STATE_READY = 1, /* hardware ready and netdev registered */ enumerator
|
H A D | ethtool_common.c | 362 if (efx->state != STATE_READY) { in efx_siena_ethtool_self_test()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 209 if ((efx->state == STATE_READY) || \ 2284 efx->state = STATE_READY; in ef4_register_netdev() 2533 if (efx->state == STATE_READY) in ef4_reset_work() 2576 if (READ_ONCE(efx->state) != STATE_READY) in ef4_schedule_reset() 2736 BUG_ON(efx->state == STATE_READY); in ef4_pci_remove_main() 3040 efx->state = STATE_READY; in ef4_pm_thaw() 3186 efx->state = STATE_READY; in ef4_io_resume()
|
H A D | net_driver.h | 516 STATE_READY = 1, /* hardware ready and netdev registered */ enumerator
|
H A D | falcon_boards.c | 380 } else if (efx->state != STATE_READY || netif_running(efx->net_dev)) { in set_phy_flash_cfg()
|
H A D | ethtool.c | 506 if (efx->state != STATE_READY) { in ef4_ethtool_self_test()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 203 if ((efx->state == STATE_READY) || \ 2273 efx->state = STATE_READY; in ef4_register_netdev() 2522 if (efx->state == STATE_READY) in ef4_reset_work() 2565 if (READ_ONCE(efx->state) != STATE_READY) in ef4_schedule_reset() 2725 BUG_ON(efx->state == STATE_READY); in ef4_pci_remove_main() 2982 efx->state = STATE_READY; in ef4_pm_thaw() 3128 efx->state = STATE_READY; in ef4_io_resume()
|
H A D | falcon_boards.c | 380 } else if (efx->state != STATE_READY || netif_running(efx->net_dev)) { in phy_flash_cfg_store()
|
H A D | net_driver.h | 516 STATE_READY = 1, /* hardware ready and netdev registered */ enumerator
|
H A D | ethtool.c | 506 if (efx->state != STATE_READY) { in ef4_ethtool_self_test()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 59 #define STATE_READY 1 macro 76 * any locks. If it is STATE_READY, then the syscall is completed without 81 * STATE_READY with smp_store_release(), and it is read with READ_ONCE followed 94 * ->state = STATE_READY (reordered) 96 * if (wait.state == STATE_READY) return; 102 * the smp_store_release() that does ->state = STATE_READY. 112 * state = STATE_READY; 114 * if (wait.state == STATE_READY) return; 730 if (READ_ONCE(ewp->state) == STATE_READY) { 739 if (READ_ONCE(ewp->state) == STATE_READY) { [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 59 #define STATE_READY 1 macro 76 * any locks. If it is STATE_READY, then the syscall is completed without 81 * STATE_READY with smp_store_release(), and it is read with READ_ONCE followed 94 * ->state = STATE_READY (reordered) 96 * if (wait.state == STATE_READY) return; 102 * the smp_store_release() that does ->state = STATE_READY. 112 * state = STATE_READY; 114 * if (wait.state == STATE_READY) return; 731 if (READ_ONCE(ewp->state) == STATE_READY) { 740 if (READ_ONCE(ewp->state) == STATE_READY) { [all...] |