Home
last modified time | relevance | path

Searched refs:bind_type (Results 1 – 9 of 9) 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.h37 u8 bind_type; member
H A Dutils.c281 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
292 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
H A Droute-test.c1479 .bind_net = MCTP_NET_ANY, .bind_type = 1, },
1482 .bind_net = MCTP_NET_ANY, .bind_type = 1, },
1485 .bind_net = 8, .bind_type = 1, },
1488 .bind_net = 9, .bind_type = 1, },
1492 .bind_net = MCTP_NET_ANY, .bind_type = 1,
1497 .bind_net = MCTP_NET_ANY, .bind_type = 1,
1502 .bind_net = MCTP_NET_ANY, .bind_type = 1,
1507 .bind_net = 4, .bind_type = 1,
1512 .bind_net = 5, .bind_type = 1,
/linux/net/mctp/
H A Daf_mctp.c100 if (msk->bind_type != smctp->smctp_type) { in mctp_bind()
117 msk->bind_type = smctp->smctp_type; in mctp_bind()
176 msk->bind_type = smctp->smctp_type; in mctp_connect()
723 hash = mctp_bind_hash(msk->bind_type, msk->bind_local_addr, remote); in mctp_sk_hash()
736 if (mex->bind_type == msk->bind_type && in mctp_sk_hash()
H A Droute.c65 if (msk->bind_type != type) in mctp_lookup_bind_details()
/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()
H A Dsched.h78 enum sched_bind_type bind_type; member