Searched refs:sym_fw_bind_script (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.c | 361 void sym_fw_bind_script(struct sym_hcb *np, u32 *start, int len) in sym_fw_bind_script() function
|
D | sym_hipd.h | 1049 void sym_fw_bind_script(struct sym_hcb *np, u32 *start, int len);
|
D | sym_hipd.c | 5714 sym_fw_bind_script(np, (u32 *) np->scripta0, np->scripta_sz); 5715 sym_fw_bind_script(np, (u32 *) np->scriptb0, np->scriptb_sz); 5716 sym_fw_bind_script(np, (u32 *) np->scriptz0, np->scriptz_sz);
|