Searched refs:tbp (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/fnic/ |
D | fnic_trace.c | 115 fnic_trace_data_t *tbp; in fnic_get_trace_data() local 123 tbp = (fnic_trace_data_t *) in fnic_get_trace_data() 125 if (!tbp) { in fnic_get_trace_data() 131 sprint_symbol(str, tbp->fnaddr.low); in fnic_get_trace_data() 132 jiffies_to_timespec(tbp->timestamp.low, &val); in fnic_get_trace_data() 134 sprint_symbol(str, tbp->fnaddr.val); in fnic_get_trace_data() 135 jiffies_to_timespec(tbp->timestamp.val, &val); in fnic_get_trace_data() 145 val.tv_nsec, str, tbp->host_no, tbp->tag, in fnic_get_trace_data() 146 tbp->data[0], tbp->data[1], tbp->data[2], in fnic_get_trace_data() 147 tbp->data[3], tbp->data[4]); in fnic_get_trace_data() [all …]
|
/drivers/net/ |
D | veth.c | 348 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local 371 tbp = peer_tb; in veth_newlink() 374 tbp = tb; in veth_newlink() 377 if (tbp[IFLA_IFNAME]) { in veth_newlink() 378 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink() 385 net = rtnl_link_get_net(src_net, tbp); in veth_newlink() 390 &veth_link_ops, tbp); in veth_newlink() 396 if (tbp[IFLA_ADDRESS] == NULL) in veth_newlink()
|
/drivers/thermal/ |
D | of-thermal.c | 226 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_bind() local 228 if (tbp->cooling_device == cdev->np) { in of_thermal_bind() 232 tbp->trip_id, cdev, in of_thermal_bind() 233 tbp->max, in of_thermal_bind() 234 tbp->min, in of_thermal_bind() 235 tbp->usage); in of_thermal_bind() 255 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_unbind() local 257 if (tbp->cooling_device == cdev->np) { in of_thermal_unbind() 261 tbp->trip_id, cdev); in of_thermal_unbind()
|
D | thermal_core.c | 337 if (!tzp || !tzp->tbp) in bind_cdev() 341 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_cdev() 343 if (tzp->tbp[i].match(pos, cdev)) in bind_cdev() 345 tzp->tbp[i].cdev = cdev; in bind_cdev() 346 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev() 347 tzp->tbp[i].binding_limits, in bind_cdev() 348 tzp->tbp[i].weight); in bind_cdev() 376 if (!tzp || !tzp->tbp) in bind_tz() 381 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_tz() 383 if (tzp->tbp[i].match(tz, pos)) in bind_tz() [all …]
|