Searched refs:rcaps (Results 1 – 4 of 4) sorted by relevance
922 struct pcmchan_caps *pcaps = NULL, *rcaps = NULL; in dsp_ioctl() local943 rcaps = chn_getcaps(rdch); in dsp_ioctl()949 p->rate_min = max(rcaps? rcaps->minspeed : 0, in dsp_ioctl()951 p->rate_max = min(rcaps? rcaps->maxspeed : 1000000, in dsp_ioctl()
381 long rcaps = 0, wcaps = 0; in port_update_addressing_mode() local384 rcaps = BIO_dgram_get_effective_caps(port->net_rbio); in port_update_addressing_mode()389 port->addressed_mode_r = ((rcaps & BIO_DGRAM_CAP_PROVIDES_SRC_ADDR) != 0); in port_update_addressing_mode()
914 unsigned int exactf, unsigned int rcaps, unsigned int wxcaps);
9707 unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) in t4_cfg_pfvf() argument9724 c.r_caps_to_nethctrl = cpu_to_be32(V_FW_PFVF_CMD_R_CAPS(rcaps) | in t4_cfg_pfvf()