Searched refs:put_res (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 957 static void put_res(struct mlx4_dev *dev, int slave, u64 res_id, in put_res() function 2435 put_res(dev, slave, id, RES_MPT); in mpt_free_res() 2822 put_res(dev, slave, mtt->com.res_id, RES_MTT); in mlx4_SW2HW_MPT_wrapper() 2830 put_res(dev, slave, mtt->com.res_id, RES_MTT); in mlx4_SW2HW_MPT_wrapper() 2915 put_res(dev, slave, id, RES_MPT); in mlx4_QUERY_MPT_wrapper() 3028 put_res(dev, slave, scqn, RES_CQ); in mlx4_RST2INIT_QP_wrapper() 3032 put_res(dev, slave, srqn, RES_SRQ); in mlx4_RST2INIT_QP_wrapper() 3038 put_res(dev, slave, rcqn, RES_CQ); in mlx4_RST2INIT_QP_wrapper() 3039 put_res(dev, slave, mtt_base, RES_MTT); in mlx4_RST2INIT_QP_wrapper() 3046 put_res(dev, slave, srqn, RES_SRQ); in mlx4_RST2INIT_QP_wrapper() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 2376 bool put_res; in ipu_image_convert_unprepare() local 2388 put_res = list_empty(&chan->ctx_list); in ipu_image_convert_unprepare() 2392 if (put_res) in ipu_image_convert_unprepare()
|