Lines Matching refs:perout

549 		if (rq->perout.flags)  in igb_ptp_feature_enable_82580()
554 rq->perout.index); in igb_ptp_feature_enable_82580()
558 ts.tv_sec = rq->perout.period.sec; in igb_ptp_feature_enable_82580()
559 ts.tv_nsec = rq->perout.period.nsec; in igb_ptp_feature_enable_82580()
565 if (rq->perout.index == 1) { in igb_ptp_feature_enable_82580()
579 if (rq->perout.index == 1) { in igb_ptp_feature_enable_82580()
587 int i = rq->perout.index; in igb_ptp_feature_enable_82580()
625 igb->perout[i].start.tv_sec = start.tv_sec; in igb_ptp_feature_enable_82580()
626 igb->perout[i].start.tv_nsec = start.tv_nsec; in igb_ptp_feature_enable_82580()
627 igb->perout[i].period.tv_sec = ts.tv_sec; in igb_ptp_feature_enable_82580()
628 igb->perout[i].period.tv_nsec = ts.tv_nsec; in igb_ptp_feature_enable_82580()
705 if (rq->perout.flags) in igb_ptp_feature_enable_i210()
710 rq->perout.index); in igb_ptp_feature_enable_i210()
714 ts.tv_sec = rq->perout.period.sec; in igb_ptp_feature_enable_i210()
715 ts.tv_nsec = rq->perout.period.nsec; in igb_ptp_feature_enable_i210()
725 if (rq->perout.index == 1) { in igb_ptp_feature_enable_i210()
751 if (rq->perout.index == 1) { in igb_ptp_feature_enable_i210()
759 int i = rq->perout.index; in igb_ptp_feature_enable_i210()
761 igb->perout[i].start.tv_sec = rq->perout.start.sec; in igb_ptp_feature_enable_i210()
762 igb->perout[i].start.tv_nsec = rq->perout.start.nsec; in igb_ptp_feature_enable_i210()
763 igb->perout[i].period.tv_sec = ts.tv_sec; in igb_ptp_feature_enable_i210()
764 igb->perout[i].period.tv_nsec = ts.tv_nsec; in igb_ptp_feature_enable_i210()
765 wr32(trgttimh, rq->perout.start.sec); in igb_ptp_feature_enable_i210()
766 wr32(trgttiml, rq->perout.start.nsec); in igb_ptp_feature_enable_i210()