Searched refs:cnfg (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/caif/
H A Dcfcnfg.h61 * @cnfg: Pointer to a CAIF configuration object, created by
76 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, enum cfcnfg_phy_type phy_type,
84 * @cnfg: Pointer to a CAIF configuration object, created by
88 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
93 * @cnfg: Pointer to a CAIF configuration object, created by
97 int cfcnfg_disconn_adapt_layer(struct cfcnfg *cnfg,
113 * @cnfg: Pointer to a CAIF configuration object, created by
124 int cfcnfg_add_adaptation_layer(struct cfcnfg *cnfg,
135 * @cnfg: Configuration object
138 struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
[all...]
H A Dcaif_dev.h90 * @cnfg: Pointer to configuration handler
97 int connect_req_to_link_param(struct cfcnfg *cnfg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/caif/
H A Dcfcnfg.h61 * @cnfg: Pointer to a CAIF configuration object, created by
76 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, enum cfcnfg_phy_type phy_type,
84 * @cnfg: Pointer to a CAIF configuration object, created by
88 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
93 * @cnfg: Pointer to a CAIF configuration object, created by
97 int cfcnfg_disconn_adapt_layer(struct cfcnfg *cnfg,
113 * @cnfg: Pointer to a CAIF configuration object, created by
124 int cfcnfg_add_adaptation_layer(struct cfcnfg *cnfg,
135 * @cnfg: Configuration object
138 struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
[all...]
H A Dcaif_dev.h90 * @cnfg: Pointer to configuration handler
97 int connect_req_to_link_param(struct cfcnfg *cnfg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/caif/
H A Dcfcnfg.c134 struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg, argument
141 if (cnfg->phy_layers[i].id == i &&
142 cnfg->phy_layers[i].pref == phy_pref &&
143 cnfg->phy_layers[i].frm_layer != NULL) {
144 caif_assert(cnfg->phy_layers != NULL);
145 caif_assert(cnfg->phy_layers[i].id == i);
146 return &cnfg->phy_layers[i].dev_info;
151 if (cnfg->phy_layers[i].id == i) {
152 caif_assert(cnfg->phy_layers != NULL);
153 caif_assert(cnfg
161 cfcnfg_get_phyinfo(struct cfcnfg *cnfg, u8 phyid) argument
173 cfcnfg_get_named(struct cfcnfg *cnfg, char *name) argument
187 cfcnfg_disconn_adapt_layer(struct cfcnfg *cnfg, struct cflayer *adap_layer) argument
270 cfcnfg_add_adaptation_layer(struct cfcnfg *cnfg, struct cfctrl_link_param *param, struct cflayer *adap_layer, int *ifindex, int *proto_head, int *proto_tail) argument
326 struct cfcnfg *cnfg = container_obj(layer); local
394 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, enum cfcnfg_phy_type phy_type, struct net_device *dev, struct cflayer *phy_layer, u16 *phyid, enum cfcnfg_phy_preference pref, bool fcs, bool stx) argument
477 cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer) argument
[all...]
H A Dcaif_config_util.c13 int connect_req_to_link_param(struct cfcnfg *cnfg, argument
23 l->phyid = cfcnfg_get_named(cnfg, s->link_name);
35 dev_info = cfcnfg_get_phyid(cnfg, pref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/caif/
H A Dcfcnfg.c134 struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg, argument
141 if (cnfg->phy_layers[i].id == i &&
142 cnfg->phy_layers[i].pref == phy_pref &&
143 cnfg->phy_layers[i].frm_layer != NULL) {
144 caif_assert(cnfg->phy_layers != NULL);
145 caif_assert(cnfg->phy_layers[i].id == i);
146 return &cnfg->phy_layers[i].dev_info;
151 if (cnfg->phy_layers[i].id == i) {
152 caif_assert(cnfg->phy_layers != NULL);
153 caif_assert(cnfg
161 cfcnfg_get_phyinfo(struct cfcnfg *cnfg, u8 phyid) argument
173 cfcnfg_get_named(struct cfcnfg *cnfg, char *name) argument
187 cfcnfg_disconn_adapt_layer(struct cfcnfg *cnfg, struct cflayer *adap_layer) argument
270 cfcnfg_add_adaptation_layer(struct cfcnfg *cnfg, struct cfctrl_link_param *param, struct cflayer *adap_layer, int *ifindex, int *proto_head, int *proto_tail) argument
326 struct cfcnfg *cnfg = container_obj(layer); local
394 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, enum cfcnfg_phy_type phy_type, struct net_device *dev, struct cflayer *phy_layer, u16 *phyid, enum cfcnfg_phy_preference pref, bool fcs, bool stx) argument
477 cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer) argument
[all...]
H A Dcaif_config_util.c13 int connect_req_to_link_param(struct cfcnfg *cnfg, argument
23 l->phyid = cfcnfg_get_named(cnfg, s->link_name);
35 dev_info = cfcnfg_get_phyid(cnfg, pref);

Completed in 113 milliseconds