Searched refs:rw_done (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/dsa/qca/ |
D | qca8k-8xxx.c | 152 complete(&mgmt_eth_data->rw_done); in qca8k_rw_reg_ack_handler() 272 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_read_eth() 281 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_read_eth() 324 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_write_eth() 333 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_write_eth() 472 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_phy_eth_busy_wait() 481 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_phy_eth_busy_wait() 564 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_phy_eth_command() 573 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_phy_eth_command() 601 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_phy_eth_command() [all …]
|
D | qca8k.h | 349 struct completion rw_done; member 357 struct completion rw_done; member
|
/linux-6.1.9/include/linux/ |
D | nfs_page.h | 76 int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *, member
|
/linux-6.1.9/fs/nfs/ |
D | read.c | 453 .rw_done = nfs_readpage_done,
|
D | pagelist.c | 870 if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) in nfs_pgio_result()
|
D | write.c | 2203 .rw_done = nfs_writeback_done,
|