Home
last modified time | relevance | path

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

/linux-6.15/net/can/
H A Dgw.c673 mb.modtype = mod->modtype.and; in cgw_put_job()
680 mb.modtype = mod->modtype.or; in cgw_put_job()
687 mb.modtype = mod->modtype.xor; in cgw_put_job()
694 mb.modtype = mod->modtype.set; in cgw_put_job()
703 mb.modtype = mod->modtype.and; in cgw_put_job()
710 mb.modtype = mod->modtype.or; in cgw_put_job()
717 mb.modtype = mod->modtype.xor; in cgw_put_job()
724 mb.modtype = mod->modtype.set; in cgw_put_job()
846 mod->modtype.and = mb.modtype; in cgw_parse_attr()
865 mod->modtype.or = mb.modtype; in cgw_parse_attr()
[all …]
/linux-6.15/include/uapi/linux/can/
H A Dgw.h112 __u8 modtype; member
117 __u8 modtype; member
/linux-6.15/drivers/net/ethernet/chelsio/cxgb3/
H A Dael1002.c325 static int ael2005_setup_twinax_edc(struct cphy *phy, int modtype) in ael2005_setup_twinax_edc() argument
339 if (!err && modtype == phy_modtype_twinax_long) in ael2005_setup_twinax_edc()
435 phy->modtype = err; in ael2005_reset()
474 phy->modtype = ret; in ael2005_intr_handler()
551 static int ael2020_setup_twinax_edc(struct cphy *phy, int modtype) in ael2020_setup_twinax_edc() argument
748 phy->modtype = (u8)err; in ael2020_reset()
780 phy->modtype = (u8)ret; in ael2020_intr_handler()
H A Dcommon.h549 u8 modtype; /* PHY module type */ member
H A Dcxgb3_main.c323 if (pi->phy.modtype == phy_modtype_none) in t3_os_phymod_changed()
327 mod_str[pi->phy.modtype]); in t3_os_phymod_changed()