Home
last modified time | relevance | path

Searched refs:aux_snap_num (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c148 info->n_ext_ts = pdata->hw_feat.aux_snap_num; in xgbe_ptp_register()
H A Dxgbe-drv.c723 hw_feat->aux_snap_num = XGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, AUXSNAPNUM); in xgbe_get_all_hw_features()
733 if (hw_feat->aux_snap_num > XGBE_MAX_AUX_SNAP) { in xgbe_get_all_hw_features()
736 hw_feat->aux_snap_num, XGBE_MAX_AUX_SNAP); in xgbe_get_all_hw_features()
737 hw_feat->aux_snap_num = XGBE_MAX_AUX_SNAP; in xgbe_get_all_hw_features()
858 hw_feat->aux_snap_num); in xgbe_get_all_hw_features()
H A Dxgbe.h955 unsigned int aux_snap_num; /* Number of Aux snapshot inputs */ member
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c468 hw_feat->aux_snap_num = XLGMAC_GET_REG_BITS(mac_hfr2, in xlgmac_get_all_hw_features()
701 switch (pdata->hw_feat.aux_snap_num) { in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h535 unsigned int aux_snap_num; /* Number of Aux snapshot inputs */ member