Searched refs:cfm (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wan/ |
D | cycx_drv.c | 71 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) in cycx_setup() argument 168 err = load_cyc2x(hw, cfm, len); in cycx_setup() 381 static int load_cyc2x(struct cycx_hw *hw, struct cycx_firmware *cfm, u32 len) in load_cyc2x() argument 392 pr_info("firmware signature=\"%s\"\n", cfm->signature); in load_cyc2x() 395 if (strcmp(cfm->signature, CFM_SIGNATURE)) { in load_cyc2x() 400 pr_info("firmware version=%u\n", cfm->version); in load_cyc2x() 403 if (cfm->version != CFM_VERSION) { in load_cyc2x() 405 __func__, cfm->version, CFM_VERSION); in load_cyc2x() 410 cksum = checksum((u8*)&cfm->info, sizeof(struct cycx_fw_info) + in load_cyc2x() [all …]
|
/drivers/net/fddi/skfp/ |
D | Makefile | 7 skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
|
D | smtinit.c | 116 cfm(smc,0) ; /* CFM state machine */ in init_smt()
|
D | queue.c | 87 cfm(smc,(int)ev->event) ; in ev_dispatcher()
|
D | cfm.c | 213 void cfm(struct s_smc *smc, int event) in cfm() function
|
/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 501 void cfm(struct s_smc *smc, int event);
|