Searched defs:cfm (Results 1 - 2 of 2) sorted by relevance

/drivers/net/fddi/skfp/
H A Dcfm.c44 static const char ID_sccs[] = "@(#)cfm.c 2.18 98/10/06 (C) SK " ;
213 void cfm(struct s_smc *smc, int event) function
/drivers/net/wan/
H A Dcycx_drv.c71 static int load_cyc2x(struct cycx_hw *hw, struct cycx_firmware *cfm, u32 len);
137 int cycx_setup(struct cycx_hw *hw, void *cfm, u32 len, unsigned long dpmbase) argument
168 err = load_cyc2x(hw, cfm, len);
381 static int load_cyc2x(struct cycx_hw *hw, struct cycx_firmware *cfm, u32 len) argument
392 pr_info("firmware signature=\"%s\"\n", cfm->signature);
395 if (strcmp(cfm->signature, CFM_SIGNATURE)) {
400 pr_info("firmware version=%u\n", cfm->version);
403 if (cfm->version != CFM_VERSION) {
405 __func__, cfm->version, CFM_VERSION);
410 cksum = checksum((u8*)&cfm
[all...]

Completed in 36 milliseconds