Searched defs:cfctrl_link_param (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/net/caif/ |
| D | cfctrl.h | 58 struct cfctrl_link_param { struct 59 enum cfctrl_srv linktype;/* (T3,T0) Type of Channel */ 60 u8 priority; /* (P4,P0) Priority of the channel */ 61 u8 phyid; /* (U2-U0) Physical interface to connect */ 62 u8 endpoint; /* (E1,E0) Endpoint for data channels */ 63 u8 chtype; /* (H1,H0) Channel-Type, applies to 65 union { 96 struct cfctrl_link_param param; argument
|
| /kernel/linux/linux-5.10/include/net/caif/ |
| D | cfctrl.h | 58 struct cfctrl_link_param { struct 59 enum cfctrl_srv linktype;/* (T3,T0) Type of Channel */ 60 u8 priority; /* (P4,P0) Priority of the channel */ 61 u8 phyid; /* (U2-U0) Physical interface to connect */ 62 u8 endpoint; /* (E1,E0) Endpoint for data channels */ 63 u8 chtype; /* (H1,H0) Channel-Type, applies to 65 union { 96 struct cfctrl_link_param param; argument
|