Searched refs:tbp (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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_timespec64(tbp->timestamp.low, &val); in fnic_get_trace_data() 134 sprint_symbol(str, tbp->fnaddr.val); in fnic_get_trace_data() 135 jiffies_to_timespec64(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 …]
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_core.c | 904 if (!tzp || !tzp->tbp) in bind_cdev() 908 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_cdev() 910 if (tzp->tbp[i].match(pos, cdev)) in bind_cdev() 912 tzp->tbp[i].cdev = cdev; in bind_cdev() 913 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev() 914 tzp->tbp[i].binding_limits, in bind_cdev() 915 tzp->tbp[i].weight); in bind_cdev() 1090 if (!tz->tzp || !tz->tzp->tbp) in thermal_cooling_device_unregister() 1095 if (tzp->tbp[i].cdev == cdev) { in thermal_cooling_device_unregister() 1096 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_cooling_device_unregister() [all …]
|
D | of-thermal.c | 202 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_bind() local 204 if (tbp->cooling_device == cdev->np) { in of_thermal_bind() 208 tbp->trip_id, cdev, in of_thermal_bind() 209 tbp->max, in of_thermal_bind() 210 tbp->min, in of_thermal_bind() 211 tbp->usage); in of_thermal_bind() 231 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_unbind() local 233 if (tbp->cooling_device == cdev->np) { in of_thermal_unbind() 237 tbp->trip_id, cdev); in of_thermal_unbind()
|
/Linux-v4.19/drivers/net/can/ |
D | vxcan.c | 173 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp = tb; in vxcan_newlink() local 194 tbp = peer_tb; in vxcan_newlink() 197 if (ifmp && tbp[IFLA_IFNAME]) { in vxcan_newlink() 198 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in vxcan_newlink() 205 peer_net = rtnl_link_get_net(net, tbp); in vxcan_newlink() 210 &vxcan_link_ops, tbp); in vxcan_newlink()
|
/Linux-v4.19/drivers/net/ |
D | veth.c | 1085 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local 1109 tbp = peer_tb; in veth_newlink() 1112 tbp = tb; in veth_newlink() 1115 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink() 1116 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink() 1123 net = rtnl_link_get_net(src_net, tbp); in veth_newlink() 1128 &veth_link_ops, tbp); in veth_newlink() 1134 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 2047 struct nlattr *tbp[NDTPA_MAX+1]; in neightbl_set() local 2051 err = nla_parse_nested(tbp, NDTPA_MAX, tb[NDTA_PARMS], in neightbl_set() 2056 if (tbp[NDTPA_IFINDEX]) in neightbl_set() 2057 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]); in neightbl_set() 2066 if (tbp[i] == NULL) in neightbl_set() 2072 nla_get_u32(tbp[i]) * in neightbl_set() 2077 nla_get_u32(tbp[i])); in neightbl_set() 2081 nla_get_u32(tbp[i])); in neightbl_set() 2085 nla_get_u32(tbp[i])); in neightbl_set() 2089 nla_get_u32(tbp[i])); in neightbl_set() [all …]
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 291 struct thermal_bind_params *tbp; member
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 253 .tbp: thermal_bind_params entries
|