Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_vlan.h59 unsigned int bind_type; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.h78 enum sched_bind_type bind_type; member
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()
/openbmc/linux/include/net/
H A Dmctp.h73 __u8 bind_type; member
/openbmc/linux/net/mctp/
H A Daf_mctp.c83 msk->bind_type = smctp->smctp_type & 0x7f; /* ignore the IC bit */ in mctp_bind()
H A Droute.c64 if (msk->bind_type != type) in mctp_lookup_bind()