Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/linux/drivers/thunderbolt/
H A Ddomain.c123 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_show() local
163 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_store() local
240 const struct tb *tb = container_of(dev, struct tb, dev); in deauthorization_show() local
256 struct tb *tb = container_of(dev, struct tb, dev); in iommu_dma_protection_show() local
265 struct tb *tb = container_of(dev, struct tb, dev); in security_show() local
287 struct tb *tb = container_of(dev, struct tb, dev); in domain_attr_is_visible() local
320 struct tb *tb = container_of(dev, struct tb, dev); in tb_domain_release() local
337 struct tb *tb = data; in tb_domain_event_cb() local
375 struct tb *tb; in tb_domain_alloc() local
435 int tb_domain_add(struct tb *tb, bool reset) in tb_domain_add()
[all …]
H A Dicm.c129 struct tb *tb; member
299 static int icm_request(struct tb *tb, const void *request, size_t request_size, in icm_request()
343 static void icm_postpone_rescan(struct tb *tb) in icm_postpone_rescan()
352 static void icm_veto_begin(struct tb *tb) in icm_veto_begin()
363 static void icm_veto_end(struct tb *tb) in icm_veto_end()
386 struct tb *tb = xd->tb; in icm_xdomain_activated() local
399 static void icm_dp_event(struct tb *tb) in icm_dp_event()
404 static bool icm_fr_is_supported(struct tb *tb) in icm_fr_is_supported()
420 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route()
471 static void icm_fr_save_devices(struct tb *tb) in icm_fr_save_devices()
[all …]
H A Dtb.c79 struct tb *tb; member
93 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug()
157 static void tb_discover_dp_resource(struct tb *tb, struct tb_port *port) in tb_discover_dp_resource()
172 static void tb_discover_dp_resources(struct tb *tb) in tb_discover_dp_resources()
315 static bool tb_tmu_hifi_uni_required(struct tb *tb) in tb_tmu_hifi_uni_required()
382 struct tb *tb = sw->tb; in tb_switch_discover_tunnels() local
436 struct tb *tb = sw->tb; in tb_scan_xdomain() local
494 static struct tb_tunnel *tb_find_tunnel(struct tb *tb, enum tb_tunnel_type type, in tb_find_tunnel()
512 static struct tb_tunnel *tb_find_first_usb3_tunnel(struct tb *tb, in tb_find_first_usb3_tunnel()
553 static int tb_consumed_usb3_pcie_bandwidth(struct tb *tb, in tb_consumed_usb3_pcie_bandwidth()
[all …]
H A Dnhi.c967 struct tb *tb = pci_get_drvdata(pdev); in __nhi_suspend_noirq() local
992 struct tb *tb = pci_get_drvdata(pdev); in nhi_freeze_noirq() local
1000 struct tb *tb = pci_get_drvdata(pdev); in nhi_thaw_noirq() local
1047 struct tb *tb = pci_get_drvdata(pdev); in nhi_resume_noirq() local
1073 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend() local
1081 struct tb *tb = pci_get_drvdata(pdev); in nhi_complete() local
1097 struct tb *tb = pci_get_drvdata(pdev); in nhi_runtime_suspend() local
1116 struct tb *tb = pci_get_drvdata(pdev); in nhi_runtime_resume() local
1308 struct tb *tb; in nhi_select_cm() local
1333 struct tb *tb; in nhi_probe() local
[all …]
H A Dnhi_ops.c27 struct tb *tb = pci_get_drvdata(nhi->pdev); in icl_nhi_is_device_connected() local
124 struct tb *tb = pci_get_drvdata(nhi->pdev); in icl_nhi_suspend() local
147 struct tb *tb = pci_get_drvdata(nhi->pdev); in icl_nhi_suspend_noirq() local
H A Dusb4_port.c46 struct tb *tb = port->sw->tb; in link_show() local
126 struct tb *tb; in usb4_usb3_port_match() local
164 struct tb *tb = port->sw->tb; in offline_store() local
215 struct tb *tb = port->sw->tb; in rescan_store() local
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c17 struct trace_buffer *tb; in trace_buffer_allocate() local
38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds()
43 static bool trace_check_alloc(struct trace_buffer *tb, void *p) in trace_check_alloc()
62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc()
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()
87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg()
104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter()
120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string()
142 int trace_log_indent(struct trace_buffer *tb) in trace_log_indent()
155 int trace_log_outdent(struct trace_buffer *tb) in trace_log_outdent()
[all …]
/linux/tools/bpf/bpftool/
H A Dnetlink_dumper.c14 static void xdp_dump_prog_id(struct nlattr **tb, int attr, in xdp_dump_prog_id() argument
32 struct nlattr *tb[IFLA_XDP_MAX + 1]; in do_xdp_dump_one() local
72 do_xdp_dump(struct ifinfomsg * ifinfo,struct nlattr ** tb) do_xdp_dump() argument
83 struct nlattr *tb[TCA_ACT_BPF_MAX + 1]; do_bpf_dump_one_act() local
104 struct nlattr *tb[TCA_ACT_MAX + 1]; do_dump_one_act() local
121 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; do_bpf_act_dump() local
140 struct nlattr *tb[TCA_BPF_MAX + 1]; do_bpf_filter_dump() local
161 do_filter_dump(struct tcmsg * info,struct nlattr ** tb,const char * kind,const char * devname,int ifindex) do_filter_dump() argument
[all...]
/linux/net/bridge/
H A Dbr_cfm_netlink.c93 struct nlattr *tb[IFLA_BRIDGE_CFM_MEP_CREATE_MAX + 1]; in br_mep_create_parse() local
133 struct nlattr *tb[IFLA_BRIDGE_CFM_MEP_DELETE_MAX + 1]; in br_mep_delete_parse() local
156 struct nlattr *tb[IFLA_BRIDGE_CFM_MEP_CONFIG_MAX + 1]; in br_mep_config_parse() local
198 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_CONFIG_MAX + 1]; in br_cc_config_parse() local
239 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_PEER_MEP_MAX + 1]; in br_cc_peer_mep_add_parse() local
266 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_PEER_MEP_MAX + 1]; in br_cc_peer_mep_remove_parse() local
293 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_RDI_MAX + 1]; in br_cc_rdi_parse() local
320 struct nlattr *tb[IFLA_BRIDGE_CFM_CC_CCM_TX_MAX + 1]; in br_cc_ccm_tx_parse() local
382 struct nlattr *tb[IFLA_BRIDGE_CFM_MAX + 1]; in br_cfm_parse() local
459 struct nlattr *tb; in br_cfm_config_fill_info() local
[all …]
H A Dbr_mrp_netlink.c34 struct nlattr *tb[IFLA_BRIDGE_MRP_INSTANCE_MAX + 1]; in br_mrp_instance_parse() local
79 struct nlattr *tb[IFLA_BRIDGE_MRP_PORT_STATE_MAX + 1]; in br_mrp_port_state_parse() local
108 struct nlattr *tb[IFLA_BRIDGE_MRP_PORT_ROLE_MAX + 1]; in br_mrp_port_role_parse() local
137 struct nlattr *tb[IFLA_BRIDGE_MRP_RING_STATE_MAX + 1]; in br_mrp_ring_state_parse() local
171 struct nlattr *tb[IFLA_BRIDGE_MRP_RING_ROLE_MAX + 1]; in br_mrp_ring_role_parse() local
208 struct nlattr *tb[IFLA_BRIDGE_MRP_START_TEST_MAX + 1]; in br_mrp_start_test_parse() local
251 struct nlattr *tb[IFLA_BRIDGE_MRP_IN_STATE_MAX + 1]; in br_mrp_in_state_parse() local
287 struct nlattr *tb[IFLA_BRIDGE_MRP_IN_ROLE_MAX + 1]; in br_mrp_in_role_parse() local
328 struct nlattr *tb[IFLA_BRIDGE_MRP_START_IN_TEST_MAX + 1]; in br_mrp_start_in_test_parse() local
359 struct nlattr *tb[IFLA_BRIDGE_MRP_MAX + 1]; in br_mrp_parse() local
[all …]
/linux/include/drm/
H A Dtask_barrier.h55 static inline void task_barrier_init(struct task_barrier *tb) in task_barrier_init()
63 static inline void task_barrier_add_task(struct task_barrier *tb) in task_barrier_add_task()
68 static inline void task_barrier_rem_task(struct task_barrier *tb) in task_barrier_rem_task()
78 static inline void task_barrier_enter(struct task_barrier *tb) in task_barrier_enter()
92 static inline void task_barrier_exit(struct task_barrier *tb) in task_barrier_exit()
101 static inline void task_barrier_full(struct task_barrier *tb) in task_barrier_full()
/linux/net/netfilter/
H A Dnfnetlink_cthelper.c76 struct nlattr *tb[NFCTH_TUPLE_MAX+1]; in nfnl_cthelper_parse_tuple() local
141 struct nlattr *tb[NFCTH_POLICY_MAX+1]; in nfnl_cthelper_expect_policy() local
177 struct nlattr *tb[NFCTH_POLICY_SET_MAX+1]; in nfnl_cthelper_parse_expect_policy() local
220 nfnl_cthelper_create(const struct nlattr * const tb[], in nfnl_cthelper_create()
292 struct nlattr *tb[NFCTH_POLICY_MAX + 1]; in nfnl_cthelper_update_policy_one() local
319 static int nfnl_cthelper_update_policy_all(struct nlattr *tb[], in nfnl_cthelper_update_policy_all()
363 struct nlattr *tb[NFCTH_POLICY_SET_MAX + 1]; in nfnl_cthelper_update_policy() local
384 nfnl_cthelper_update(const struct nlattr * const tb[], in nfnl_cthelper_update()
420 const struct nlattr * const tb[]) in nfnl_cthelper_new()
617 const struct nlattr * const tb[]) in nfnl_cthelper_get()
[all …]
H A Dnft_tunnel.c76 const struct nlattr * const tb[]) in nft_tunnel_get_init() argument
195 struct nlattr *tb[NFTA_TUNNEL_KEY_IP_MAX + 1]; in nft_tunnel_obj_ip_init() local
224 struct nlattr *tb[NFTA_TUNNEL_KEY_IP6_MAX + 1]; nft_tunnel_obj_ip6_init() local
260 struct nlattr *tb[NFTA_TUNNEL_KEY_VXLAN_MAX + 1]; nft_tunnel_obj_vxlan_init() local
290 struct nlattr *tb[NFTA_TUNNEL_KEY_ERSPAN_MAX + 1]; nft_tunnel_obj_erspan_init() local
345 struct nlattr *tb[NFTA_TUNNEL_KEY_GENEVE_MAX + 1]; nft_tunnel_obj_geneve_init() local
446 nft_tunnel_obj_init(const struct nft_ctx * ctx,const struct nlattr * const tb[],struct nft_object * obj) nft_tunnel_obj_init() argument
[all...]
H A Dnft_bitwise.c139 const struct nlattr *const tb[]) in nft_bitwise_init_mask_xor()
178 const struct nlattr *const tb[]) in nft_bitwise_init_shift()
209 const struct nlattr *const tb[]) in nft_bitwise_init_bool()
244 const struct nlattr * const tb[]) in nft_bitwise_init()
453 nft_bitwise_extract_u32_data(const struct nlattr * const tb, u32 *out) in nft_bitwise_extract_u32_data()
474 const struct nlattr * const tb[]) in nft_bitwise_fast_init()
598 const struct nlattr * const tb[]) in nft_bitwise_select_ops()
H A Dnft_limit.c59 const struct nlattr * const tb[], bool pkts) in nft_limit_init()
197 const struct nlattr * const tb[]) in nft_limit_pkts_init()
262 const struct nlattr * const tb[]) in nft_limit_bytes_init()
307 const struct nlattr * const tb[]) in nft_limit_select_ops()
341 const struct nlattr * const tb[], in nft_limit_obj_pkts_init()
394 const struct nlattr * const tb[], in nft_limit_obj_bytes_init()
431 const struct nlattr * const tb[]) in nft_limit_obj_select_ops()
/linux/include/linux/
H A Dthunderbolt.h81 struct tb { struct
84 struct tb_nhi *nhi; argument
85 struct tb_ctl *ctl; argument
87 struct tb_switch *root_switch; argument
88 const struct tb_cm_ops *cm_ops; argument
90 enum tb_security_level security_level; argument
95 extern const struct bus_type tb_bus_type; argument
245 struct tb *tb; member
302 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked()
314 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
/linux/drivers/target/
H A Dtarget_core_hba.c40 struct target_backend *tb, *old; in transport_backend_register() local
68 struct target_backend *tb; in target_backend_unregister() local
92 struct target_backend *tb; in core_get_backend() local
/linux/include/acpi/
H A Dnhlt.h34 #define __acpi_nhlt_first_endpoint(tb) \ argument
40 #define __acpi_nhlt_get_endpoint(tb, ep, i) \ argument
63 #define for_each_nhlt_endpoint(tb, ep) \ argument
140 acpi_nhlt_tb_find_endpoint(const struct acpi_table_nhlt *tb, in acpi_nhlt_tb_find_endpoint()
154 acpi_nhlt_tb_find_fmtcfg(const struct acpi_table_nhlt *tb, in acpi_nhlt_tb_find_fmtcfg()
/linux/net/ipv4/
H A Dinet_hashtables.c70 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); inet_bind_bucket_create() local
87 inet_bind_bucket_destroy(struct inet_bind_bucket * tb) inet_bind_bucket_destroy() argument
95 inet_bind_bucket_match(const struct inet_bind_bucket * tb,const struct net * net,unsigned short port,int l3mdev) inet_bind_bucket_match() argument
105 inet_bind2_bucket_init(struct inet_bind2_bucket * tb2,struct net * net,struct inet_bind_hashbucket * head,struct inet_bind_bucket * tb,const struct sock * sk) inet_bind2_bucket_init() argument
131 inet_bind2_bucket_create(struct kmem_cache * cachep,struct net * net,struct inet_bind_hashbucket * head,struct inet_bind_bucket * tb,const struct sock * sk) inet_bind2_bucket_create() argument
143 inet_bind2_bucket_destroy(struct kmem_cache * cachep,struct inet_bind2_bucket * tb) inet_bind2_bucket_destroy() argument
165 inet_bind_hash(struct sock * sk,struct inet_bind_bucket * tb,struct inet_bind2_bucket * tb2,unsigned short port) inet_bind_hash() argument
182 struct inet_bind_bucket *tb; __inet_put_port() local
225 struct inet_bind_bucket *tb; __inet_inherit_port() local
721 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; inet_reuseport_add_sock() local
828 inet_bind2_bucket_match(const struct inet_bind2_bucket * tb,const struct net * net,unsigned short port,int l3mdev,const struct sock * sk) inet_bind2_bucket_match() argument
839 inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket * tb,const struct net * net,unsigned short port,int l3mdev,const struct sock * sk) inet_bind2_bucket_match_addr_any() argument
1020 struct inet_bind_bucket *tb; __inet_hash_connect() local
[all...]
H A Dfib_trie.c1015 struct fib_table *tb; in fib_find_matching_alias() local
1194 int fib_table_insert(struct net *net, struct fib_table *tb, in fib_table_insert()
1420 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup()
1688 int fib_table_delete(struct net *net, struct fib_table *tb, in fib_table_delete()
1814 static void fib_trie_free(struct fib_table *tb) in fib_trie_free()
1931 void fib_table_flush_external(struct fib_table *tb) in fib_table_flush_external()
2000 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush()
2089 static void __fib_info_notify_update(struct net *net, struct fib_table *tb, in __fib_info_notify_update()
2143 struct fib_table *tb; in fib_info_notify_update() local
2151 static int fib_leaf_notify(struct key_vector *l, struct fib_table *tb, in fib_leaf_notify()
[all …]
H A Dfib_frontend.c78 struct fib_table *tb, *alias = NULL; in fib_new_table() local
114 struct fib_table *tb; fib_get_table() local
192 struct fib_table *tb; fib_flush() local
639 struct fib_table *tb; ip_rt_ioctl() local
880 struct fib_table *tb; inet_rtm_delroute() local
914 struct fib_table *tb; inet_rtm_newroute() local
944 struct nlattr *tb[RTA_MAX + 1]; ip_valid_fib_dump_req() local
1028 struct fib_table *tb; inet_dump_fib() local
1103 struct fib_table *tb; fib_magic() local
1378 struct fib_table *tb; nl_fib_lookup() local
1612 struct fib_table *tb; ip_fib_net_exit() local
[all...]
H A Dip_gre.c1083 ipgre_tunnel_validate(struct nlattr * tb[],struct nlattr * data[],struct netlink_ext_ack * extack) ipgre_tunnel_validate() argument
1107 ipgre_tap_validate(struct nlattr * tb[],struct nlattr * data[],struct netlink_ext_ack * extack) ipgre_tap_validate() argument
1132 erspan_validate(struct nlattr * tb[],struct nlattr * data[],struct netlink_ext_ack * extack) erspan_validate() argument
1174 ipgre_netlink_parms(struct net_device * dev,struct nlattr * data[],struct nlattr * tb[],struct ip_tunnel_parm_kern * parms,__u32 * fwmark) ipgre_netlink_parms() argument
1243 erspan_netlink_parms(struct net_device * dev,struct nlattr * data[],struct nlattr * tb[],struct ip_tunnel_parm_kern * parms,__u32 * fwmark) erspan_netlink_parms() argument
1404 struct nlattr **tb = params->tb; ipgre_newlink() local
1425 struct nlattr **tb = params->tb; erspan_newlink() local
1441 ipgre_changelink(struct net_device * dev,struct nlattr * tb[],struct nlattr * data[],struct netlink_ext_ack * extack) ipgre_changelink() argument
1470 erspan_changelink(struct net_device * dev,struct nlattr * tb[],struct nlattr * data[],struct netlink_ext_ack * extack) erspan_changelink() argument
1707 struct nlattr *tb[IFLA_MAX + 1]; gretap_fb_dev_create() local
[all...]
/linux/net/ethtool/
H A Dplca.c31 static void plca_update_sint(int *dst, struct nlattr **tb, u32 attrid, in plca_update_sint()
61 struct nlattr **tb = info->attrs; in plca_get_cfg_prepare_data() local
149 struct nlattr **tb = info->attrs; in ethnl_set_plca() local
210 struct nlattr **tb = info->attrs; in plca_get_status_prepare_data() local
/linux/net/sched/
H A Dem_ipt.c60 static int policy_validate_match_data(struct nlattr **tb, u8 mrev) in policy_validate_match_data()
75 static int addrtype_validate_match_data(struct nlattr **tb, u8 mrev) in addrtype_validate_match_data()
97 static struct xt_match *get_xt_match(struct nlattr **tb) in get_xt_match()
129 struct nlattr *tb[TCA_EM_IPT_MAX + 1]; in em_ipt_change() local
/linux/tools/lib/bpf/
H A Dnlattr.c104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, in libbpf_nla_parse() argument
149 libbpf_nla_parse_nested(struct nlattr * tb[],int maxtype,struct nlattr * nla,struct libbpf_nla_policy * policy) libbpf_nla_parse_nested() argument
164 struct nlattr *tb[NLMSGERR_ATTR_MAX + 1], *attr; libbpf_nla_dump_errormsg() local
[all...]

12345678910>>...14