Home
last modified time | relevance | path

Searched refs:cfsrvl_phyid_match (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/caif/
H A Dcfsrvl.h36 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid);
/openbmc/linux/net/caif/
H A Dcfsrvl.c192 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid) in cfsrvl_phyid_match() function
H A Dcfmuxl.c255 if (cfsrvl_phyid_match(layer, phyid) && layer->ctrlcmd) { in cfmuxl_ctrlcmd()