Home
last modified time | relevance | path

Searched refs:tbp (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_trace.c115 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 in fnic_get_trace_data()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_trace.c101 fnic_trace_data_t *tbp; in fnic_get_trace_data() local
109 tbp = (fnic_trace_data_t *) in fnic_get_trace_data()
111 if (!tbp) { in fnic_get_trace_data()
117 sprint_symbol(str, tbp->fnaddr.low); in fnic_get_trace_data()
118 jiffies_to_timespec64(tbp->timestamp.low, &val); in fnic_get_trace_data()
120 sprint_symbol(str, tbp->fnaddr.val); in fnic_get_trace_data()
121 jiffies_to_timespec64(tbp->timestamp.val, &val); in fnic_get_trace_data()
131 val.tv_nsec, str, tbp->host_no, tbp->tag, in fnic_get_trace_data()
132 tbp in fnic_get_trace_data()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_of.c210 struct __thermal_bind_params *tbp; in of_thermal_bind() local
219 tbp = data->tbps + i; in of_thermal_bind()
221 for (j = 0; j < tbp->count; j++) { in of_thermal_bind()
222 tcbp = tbp->tcbp + j; in of_thermal_bind()
228 tbp->trip_id, cdev, in of_thermal_bind()
231 tbp->usage); in of_thermal_bind()
245 struct __thermal_bind_params *tbp; in of_thermal_unbind() local
254 tbp = data->tbps + i; in of_thermal_unbind()
256 for (j = 0; j < tbp->count; j++) { in of_thermal_unbind()
257 tcbp = tbp in of_thermal_unbind()
958 struct __thermal_bind_params *tbp = tz->tbps + i; thermal_of_build_thermal_zone() local
982 struct __thermal_bind_params *tbp; of_thermal_free_zone() local
[all...]
H A Dthermal_core.c1056 if (!tzp || !tzp->tbp) in bind_cdev()
1060 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_cdev()
1062 if (tzp->tbp[i].match(pos, cdev)) in bind_cdev()
1064 tzp->tbp[i].cdev = cdev; in bind_cdev()
1065 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev()
1066 tzp->tbp[i].binding_limits, in bind_cdev()
1067 tzp->tbp[i].weight); in bind_cdev()
1300 if (!tz->tzp || !tz->tzp->tbp) in thermal_cooling_device_unregister()
1305 if (tzp->tbp[ in thermal_cooling_device_unregister()
[all...]
/kernel/linux/linux-5.10/drivers/net/can/
H A Dvxcan.c170 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp = tb; in vxcan_newlink() local
186 tbp = peer_tb; in vxcan_newlink()
189 if (ifmp && tbp[IFLA_IFNAME]) { in vxcan_newlink()
190 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in vxcan_newlink()
197 peer_net = rtnl_link_get_net(net, tbp); in vxcan_newlink()
202 &vxcan_link_ops, tbp, extack); in vxcan_newlink()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dvxcan.c183 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp = tb; in vxcan_newlink() local
199 tbp = peer_tb; in vxcan_newlink()
202 if (ifmp && tbp[IFLA_IFNAME]) { in vxcan_newlink()
203 nla_strscpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in vxcan_newlink()
210 peer_net = rtnl_link_get_net(net, tbp); in vxcan_newlink()
215 &vxcan_link_ops, tbp, extack); in vxcan_newlink()
/kernel/linux/linux-5.10/drivers/net/
H A Dveth.c1302 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local
1323 tbp = peer_tb; in veth_newlink()
1326 tbp = tb; in veth_newlink()
1329 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink()
1330 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink()
1337 net = rtnl_link_get_net(src_net, tbp); in veth_newlink()
1342 &veth_link_ops, tbp, extack); in veth_newlink()
1348 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c2247 struct nlattr *tbp[NDTPA_MAX+1]; in neightbl_set() local
2251 err = nla_parse_nested_deprecated(tbp, NDTPA_MAX, in neightbl_set()
2257 if (tbp[NDTPA_IFINDEX]) in neightbl_set()
2258 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]); in neightbl_set()
2267 if (tbp[i] == NULL) in neightbl_set()
2273 nla_get_u32(tbp[i]) * in neightbl_set()
2278 nla_get_u32(tbp[i])); in neightbl_set()
2282 nla_get_u32(tbp[i])); in neightbl_set()
2286 nla_get_u32(tbp[i])); in neightbl_set()
2290 nla_get_u32(tbp[ in neightbl_set()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c2355 struct nlattr *tbp[NDTPA_MAX+1]; in neightbl_set() local
2359 err = nla_parse_nested_deprecated(tbp, NDTPA_MAX, in neightbl_set()
2365 if (tbp[NDTPA_IFINDEX]) in neightbl_set()
2366 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]); in neightbl_set()
2375 if (tbp[i] == NULL) in neightbl_set()
2381 nla_get_u32(tbp[i]) * in neightbl_set()
2386 nla_get_u32(tbp[i])); in neightbl_set()
2390 nla_get_u32(tbp[i])); in neightbl_set()
2394 nla_get_u32(tbp[i])); in neightbl_set()
2398 nla_get_u32(tbp[ in neightbl_set()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dveth.c1816 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local
1837 tbp = peer_tb; in veth_newlink()
1840 tbp = tb; in veth_newlink()
1843 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink()
1844 nla_strscpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink()
1851 net = rtnl_link_get_net(src_net, tbp); in veth_newlink()
1856 &veth_link_ops, tbp, extack); in veth_newlink()
1862 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h250 int num_tbps; /* Number of tbp entries */
251 struct thermal_bind_params *tbp; member

Completed in 18 milliseconds