Searched refs:rcap (Results 1 – 3 of 3) sorted by relevance
4121 fw_port_cap32_t fw_fc, cc_fec, fw_fec, rcap; in t4_link_l1cfg_core() local4148 rcap = lc->acaps | fw_fc | fw_fec; in t4_link_l1cfg_core()4152 rcap = lc->speed_caps | fw_fc | fw_fec | fw_mdi; in t4_link_l1cfg_core()4156 rcap = lc->acaps | fw_fc | fw_fec | fw_mdi; in t4_link_l1cfg_core()4163 if ((rcap & ~lc->pcaps) & ~FW_PORT_CAP32_FORCE_PAUSE) { in t4_link_l1cfg_core()4166 rcap, lc->pcaps); in t4_link_l1cfg_core()4182 cmd.u.l1cfg.rcap = cpu_to_be32(fwcaps32_to_caps16(rcap)); in t4_link_l1cfg_core()4184 cmd.u.l1cfg32.rcap32 = cpu_to_be32(rcap); in t4_link_l1cfg_core()4191 rcap, -ret); in t4_link_l1cfg_core()4216 c.u.l1cfg.rcap = cpu_to_be32(FW_PORT_CAP32_ANEG); in t4_restart_aneg()
2667 __be32 rcap; member
371 cmdp->u.l1cfg.rcap = cpu_to_be32(fwcaps32_to_caps16(fc)); in csio_mb_port()