Home
last modified time | relevance | path

Searched refs:wait_func (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/platform_data/
H A Dmdio-bcm-unimac.h8 int (*wait_func)(void *data); member
/linux/fs/ceph/
H A Dmds_client.h584 ceph_mds_request_wait_callback_t wait_func);
H A Dmds_client.c3754 ceph_mds_request_wait_callback_t wait_func) in ceph_mdsc_wait_request() argument
3761 if (wait_func) { in ceph_mdsc_wait_request()
3762 err = wait_func(mdsc, req); in ceph_mdsc_wait_request()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c466 ppd.wait_func = bcmgenet_mii_wait; in bcmgenet_mii_register()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1166 static int wait_func(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent) in wait_func() function
1312 err = wait_func(dev, ent); in mlx5_cmd_invoke()