Searched refs:SYM_GEN_A (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 33 SYM_GEN_A(s, start) SYM_GEN_A(s, getjob_begin) \ 34 SYM_GEN_A(s, getjob_end) \ 35 SYM_GEN_A(s, select) SYM_GEN_A(s, wf_sel_done) \ 36 SYM_GEN_A(s, send_ident) \ 37 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \ 38 SYM_GEN_A(s, clrack) SYM_GEN_A(s, complete_error) \ 39 SYM_GEN_A(s, done) SYM_GEN_A(s, done_end) \ 40 SYM_GEN_A(s, idle) SYM_GEN_A(s, ungetjob) \ 41 SYM_GEN_A(s, reselect) \ 42 SYM_GEN_A(s, resel_tag) SYM_GEN_A(s, resel_dsa) \ [all …]
|
D | sym_fw.c | 32 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), macro 83 #undef SYM_GEN_A
|