Home
last modified time | relevance | path

Searched refs:check_chip_resource (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dqsfp.c340 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_write()
379 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_read()
406 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in qsfp_write()
486 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in qsfp_read()
Dchip.h758 bool check_chip_resource(struct hfi1_devdata *dd, u32 resource,
Dfirmware.c1585 bool check_chip_resource(struct hfi1_devdata *dd, u32 resource, in check_chip_resource() function
Dchip.c15434 check_chip_resource(dd, CR_THERM_INIT, NULL)) in thermal_init()