Searched refs:parm_offset (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/synth/emux/ |
D | emux_effect.c | 35 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag) macro 57 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */ 58 {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */ 59 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */ 60 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */ 61 {PARM_BYTE_LO, 1, 0x7f, parm_offset(modrelease), 0}, /* env1 release */ 62 {PARM_BYTE_HI, 0, 0x7f, parm_offset(moddcysus), 0}, /* env1 sustain */ 63 {PARM_BYTE_HI, 0, 0xff, parm_offset(pefe), 0}, /* env1 pitch */ 64 {PARM_BYTE_LO, 0, 0xff, parm_offset(pefe), 0}, /* env1 fc */ 66 {PARM_WORD, 0, 0x8000, parm_offset(voldelay), 0}, /* env2 delay */ [all …]
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_libfc.c | 167 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument 199 fh->fh_parm_offset = htonl(parm_offset); in fc_fill_hdr() 223 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument 230 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
|
/linux-4.4.14/include/scsi/ |
D | fc_encode.h | 57 u32 f_ctl, u32 parm_offset) in __fc_fill_fc_hdr() argument 67 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr() 75 u32 f_ctl, u32 parm_offset) in fc_fill_fc_hdr() argument 80 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
|
D | libfc.h | 1123 enum fc_rctl, u32 parm_offset); 1125 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/linux-4.4.14/fs/cifs/ |
D | cifssmb.c | 3774 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local 3792 parm_offset = le32_to_cpu(pSMBr->ParameterOffset); in validate_ntransact() 3795 *ppparm = (char *)&pSMBr->hdr.Protocol + parm_offset; in validate_ntransact()
|