Searched refs:put_res (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 947 static void put_res(struct mlx4_dev *dev, int slave, u64 res_id, in put_res() function 2425 put_res(dev, slave, id, RES_MPT); in mpt_free_res() 2812 put_res(dev, slave, mtt->com.res_id, RES_MTT); in mlx4_SW2HW_MPT_wrapper() 2820 put_res(dev, slave, mtt->com.res_id, RES_MTT); in mlx4_SW2HW_MPT_wrapper() 2905 put_res(dev, slave, id, RES_MPT); in mlx4_QUERY_MPT_wrapper() 3018 put_res(dev, slave, scqn, RES_CQ); in mlx4_RST2INIT_QP_wrapper() 3022 put_res(dev, slave, srqn, RES_SRQ); in mlx4_RST2INIT_QP_wrapper() 3028 put_res(dev, slave, rcqn, RES_CQ); in mlx4_RST2INIT_QP_wrapper() 3029 put_res(dev, slave, mtt_base, RES_MTT); in mlx4_RST2INIT_QP_wrapper() 3036 put_res(dev, slave, srqn, RES_SRQ); in mlx4_RST2INIT_QP_wrapper() [all …]
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 1586 bool put_res; in ipu_image_convert_unprepare() local 1598 put_res = list_empty(&chan->ctx_list); in ipu_image_convert_unprepare() 1602 if (put_res) in ipu_image_convert_unprepare()
|