Searched refs:parm_offset (Results 1 – 5 of 5) sorted by relevance
/linux/sound/synth/emux/ |
A 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 */ 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/include/scsi/ |
A 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()
|
A D | libfc.h | 961 enum fc_rctl, u32 parm_offset); 963 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/linux/drivers/scsi/libfc/ |
A 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/fs/cifs/ |
A D | cifssmb.c | 3733 __u32 data_count, data_offset, parm_count, parm_offset; in validate_ntransact() local 3751 parm_offset = le32_to_cpu(pSMBr->ParameterOffset); in validate_ntransact() 3754 *ppparm = (char *)&pSMBr->hdr.Protocol + parm_offset; in validate_ntransact()
|
Completed in 18 milliseconds