Lines Matching refs:extts
506 if (rq->extts.flags & PTP_STRICT_FLAGS && in igb_ptp_feature_enable_82580()
507 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igb_ptp_feature_enable_82580()
508 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igb_ptp_feature_enable_82580()
513 rq->extts.index); in igb_ptp_feature_enable_82580()
517 if (rq->extts.index == 1) { in igb_ptp_feature_enable_82580()
528 igb_pin_extts(igb, rq->extts.index, pin); in igb_ptp_feature_enable_82580()
655 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igb_ptp_feature_enable_i210()
656 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igb_ptp_feature_enable_i210()
657 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igb_ptp_feature_enable_i210()
662 rq->extts.index); in igb_ptp_feature_enable_i210()
666 if (rq->extts.index == 1) { in igb_ptp_feature_enable_i210()
677 igb_pin_extts(igb, rq->extts.index, pin); in igb_ptp_feature_enable_i210()