Searched refs:rcap (Results 1 – 3 of 3) sorted by relevance
377 cmdp->u.l1cfg.rcap = htonl((caps & CSIO_ADVERT_MASK) | lfc); in csio_mb_port()379 cmdp->u.l1cfg.rcap = htonl((caps & CSIO_ADVERT_MASK) | in csio_mb_port()
2116 c.u.l1cfg.rcap = htonl((lc->supported & ADVERT_MASK) | fc); in t4_link_start()2119 c.u.l1cfg.rcap = htonl(lc->requested_speed | fc | mdi); in t4_link_start()2122 c.u.l1cfg.rcap = htonl(lc->advertising | fc | mdi); in t4_link_start()2144 c.u.l1cfg.rcap = htonl(FW_PORT_CAP_ANEG); in t4_restart_aneg()
2291 __be32 rcap; member