Home
last modified time | relevance | path

Searched refs:STATE_READY (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnandsim.c238 #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 Dnandsim.c240 #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 Defx_common.h49 if ((efx->state == STATE_READY) || \
H A Defx.c113 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 Defx_common.c910 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 Dnet_driver.h625 STATE_READY = 1, /* hardware ready and netdev registered */ enumerator
H A Dethtool_common.c362 if (efx->state != STATE_READY) { in efx_siena_ethtool_self_test()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Defx.c209 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 Dnet_driver.h516 STATE_READY = 1, /* hardware ready and netdev registered */ enumerator
H A Dfalcon_boards.c380 } else if (efx->state != STATE_READY || netif_running(efx->net_dev)) { in set_phy_flash_cfg()
H A Dethtool.c506 if (efx->state != STATE_READY) { in ef4_ethtool_self_test()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Defx.c203 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 Dfalcon_boards.c380 } else if (efx->state != STATE_READY || netif_running(efx->net_dev)) { in phy_flash_cfg_store()
H A Dnet_driver.h516 STATE_READY = 1, /* hardware ready and netdev registered */ enumerator
H A Dethtool.c506 if (efx->state != STATE_READY) { in ef4_ethtool_self_test()
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c59 #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 Dmqueue.c59 #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...]

Completed in 34 milliseconds