Home
last modified time | relevance | path

Searched refs:bind_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/mctp/test/
H A Dsock-test.c219 .bind_addr = MCTP_ADDR_ANY, .bind_net = MCTP_NET_ANY, .bind_type = 1,
223 .bind_addr = MCTP_ADDR_ANY, .bind_net = 2, .bind_type = 1,
228 .bind_addr = 8, .bind_net = 1, .bind_type = 1,
232 .bind_addr = MCTP_ADDR_ANY, .bind_net = 1, .bind_type = 1,
237 .bind_addr = 8, .bind_net = 2, .bind_type = 1,
241 .bind_addr = 8, .bind_net = MCTP_NET_ANY, .bind_type = 1,
245 .bind_addr = MCTP_ADDR_ANY, .bind_net = 2, .bind_type = 2,
249 .bind_addr = MCTP_ADDR_ANY, .bind_net = 2, .bind_type = 1,
307 t->bind1->bind_addr, t->bind1->bind_type, in mctp_bind_pair_desc()
309 t->bind2->bind_addr, t->bind2->bind_type, in mctp_bind_pair_desc()
[all …]
H A Dutils.c295 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
306 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
/linux/include/uapi/linux/
H A Dif_vlan.h59 unsigned int bind_type; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c132 e->bind_type != type) in t4_sched_entry_lookup()
250 e->bind_type = SCHED_QUEUE; in t4_sched_queue_bind()
315 e->bind_type = SCHED_FLOWC; in t4_sched_flowc_bind()
647 t4_sched_class_unbind_all(pi, e, e->bind_type); in t4_sched_class_free()
/linux/net/mctp/
H A Droute.c65 if (msk->bind_type != type) in mctp_lookup_bind_details()