Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dqsfp.c298 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_write()
337 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_read()
364 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in qsfp_write()
444 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in qsfp_read()
Dchip.h716 bool check_chip_resource(struct hfi1_devdata *dd, u32 resource,
Dfirmware.c1542 bool check_chip_resource(struct hfi1_devdata *dd, u32 resource, in check_chip_resource() function
Dchip.c15403 check_chip_resource(dd, CR_THERM_INIT, NULL)) in thermal_init()