Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c359 rs_req = caps & (1 << MC_CMD_PHY_CAP_RS_FEC_REQUESTED_LBN), in mcdi_fec_caps_to_ethtool() local
367 return (rs_req ? ETHTOOL_FEC_RS : 0) | in mcdi_fec_caps_to_ethtool()
369 (baser == baser_req && rs == rs_req ? 0 : ETHTOOL_FEC_AUTO); in mcdi_fec_caps_to_ethtool()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c358 rs_req = caps & (1 << MC_CMD_PHY_CAP_RS_FEC_REQUESTED_LBN), in mcdi_fec_caps_to_ethtool() local
366 return (rs_req ? ETHTOOL_FEC_RS : 0) | in mcdi_fec_caps_to_ethtool()
368 (baser == baser_req && rs == rs_req ? 0 : ETHTOOL_FEC_AUTO); in mcdi_fec_caps_to_ethtool()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c2127 struct drbd_peer_request *rs_req; in overlapping_resync_write() local
2131 list_for_each_entry(rs_req, &device->sync_ee, w.list) { in overlapping_resync_write()
2133 rs_req->i.sector, rs_req->i.size)) { in overlapping_resync_write()