Home
last modified time | relevance | path

Searched refs:parm_offset (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/sound/synth/emux/
A Demux_effect.c21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag) macro
43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */
45 {PARM_BYTE_HI, 0, 0x7e, parm_offset(modatkhld), 0}, /* env1 hold */
46 {PARM_BYTE_LO, 1, 0x7f, parm_offset(moddcysus), 0}, /* env1 decay */
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 */
54 {PARM_BYTE_HI, 0, 0x7e, parm_offset(volatkhld), 0}, /* env2 hold */
59 {PARM_WORD, 0, 0x8000, parm_offset(lfo1delay), 0}, /* lfo1 delay */
70 {PARM_BYTE, 0, 0xff, parm_offset(chorus), 0}, /* chorus */
[all …]
/linux-6.3-rc2/include/scsi/
A Dfc_frame.h252 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()
A Dlibfc.h970 enum fc_rctl, u32 parm_offset);
972 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_libfc.c155 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.3-rc2/fs/cifs/
A Dcifssmb.c3357 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local
3375 parm_offset = le32_to_cpu(pSMBr->ParameterOffset); in validate_ntransact()
3378 *ppparm = (char *)&pSMBr->hdr.Protocol + parm_offset; in validate_ntransact()

Completed in 18 milliseconds