Home
last modified time | relevance | path

Searched refs:rcaps (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
Ddsp.c1266 struct pcmchan_caps *pcaps = NULL, *rcaps = NULL; in dsp_ioctl() local
1272 rcaps = chn_getcaps(rdch); in dsp_ioctl()
1278 p->rate_min = max(rcaps? rcaps->minspeed : 0, in dsp_ioctl()
1280 p->rate_max = min(rcaps? rcaps->maxspeed : 1000000, in dsp_ioctl()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dcommon.h774 unsigned int exactf, unsigned int rcaps, unsigned int wxcaps);
Dt4_hw.c7845 unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) in t4_cfg_pfvf() argument
7862 c.r_caps_to_nethctrl = cpu_to_be32(V_FW_PFVF_CMD_R_CAPS(rcaps) | in t4_cfg_pfvf()