Searched refs:parm_offset (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/sound/synth/emux/ |
D | emux_effect.c | 21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag) macro 43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */ 44 {PARM_BYTE_LO, 1, 0x80, parm_offset(modatkhld), 0}, /* env1 attack */ 45 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */ 46 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */ 47 {PARM_BYTE_LO, 1, 0x7f, parm_offset(modrelease), 0}, /* env1 release */ 48 {PARM_BYTE_HI, 0, 0x7f, parm_offset(moddcysus), 0}, /* env1 sustain */ 49 {PARM_BYTE_HI, 0, 0xff, parm_offset(pefe), 0}, /* env1 pitch */ 50 {PARM_BYTE_LO, 0, 0xff, parm_offset(pefe), 0}, /* env1 fc */ 52 {PARM_WORD, 0, 0x8000, parm_offset(voldelay), 0}, /* env2 delay */ [all …]
|
/linux-6.6.21/include/scsi/ |
D | fc_frame.h | 252 u32 f_ctl, u32 parm_offset) in __fc_fill_fc_hdr() argument 262 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr() 270 u32 f_ctl, u32 parm_offset) in fc_fill_fc_hdr() argument 275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
|
D | libfc.h | 970 enum fc_rctl, u32 parm_offset); 972 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/linux-6.6.21/drivers/scsi/libfc/ |
D | fc_libfc.c | 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument 187 fh->fh_parm_offset = htonl(parm_offset); in fc_fill_hdr() 211 enum fc_rctl r_ctl, u32 parm_offset) in fc_fill_reply_hdr() argument 218 fc_fill_hdr(fp, in_fp, r_ctl, FC_FCTL_RESP, 0, parm_offset); in fc_fill_reply_hdr()
|
/linux-6.6.21/fs/smb/client/ |
D | cifssmb.c | 3327 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local 3345 parm_offset = le32_to_cpu(pSMBr->ParameterOffset); in validate_ntransact() 3348 *ppparm = (char *)&pSMBr->hdr.Protocol + parm_offset; in validate_ntransact()
|