Lines Matching refs:perout

543 		if (rq->perout.flags)  in igb_ptp_feature_enable_82580()
548 rq->perout.index); in igb_ptp_feature_enable_82580()
552 ts.tv_sec = rq->perout.period.sec; in igb_ptp_feature_enable_82580()
553 ts.tv_nsec = rq->perout.period.nsec; in igb_ptp_feature_enable_82580()
559 if (rq->perout.index == 1) { in igb_ptp_feature_enable_82580()
573 if (rq->perout.index == 1) { in igb_ptp_feature_enable_82580()
581 int i = rq->perout.index; in igb_ptp_feature_enable_82580()
619 igb->perout[i].start.tv_sec = start.tv_sec; in igb_ptp_feature_enable_82580()
620 igb->perout[i].start.tv_nsec = start.tv_nsec; in igb_ptp_feature_enable_82580()
621 igb->perout[i].period.tv_sec = ts.tv_sec; in igb_ptp_feature_enable_82580()
622 igb->perout[i].period.tv_nsec = ts.tv_nsec; in igb_ptp_feature_enable_82580()
699 if (rq->perout.flags) in igb_ptp_feature_enable_i210()
704 rq->perout.index); in igb_ptp_feature_enable_i210()
708 ts.tv_sec = rq->perout.period.sec; in igb_ptp_feature_enable_i210()
709 ts.tv_nsec = rq->perout.period.nsec; in igb_ptp_feature_enable_i210()
719 if (rq->perout.index == 1) { in igb_ptp_feature_enable_i210()
745 if (rq->perout.index == 1) { in igb_ptp_feature_enable_i210()
753 int i = rq->perout.index; in igb_ptp_feature_enable_i210()
755 igb->perout[i].start.tv_sec = rq->perout.start.sec; in igb_ptp_feature_enable_i210()
756 igb->perout[i].start.tv_nsec = rq->perout.start.nsec; in igb_ptp_feature_enable_i210()
757 igb->perout[i].period.tv_sec = ts.tv_sec; in igb_ptp_feature_enable_i210()
758 igb->perout[i].period.tv_nsec = ts.tv_nsec; in igb_ptp_feature_enable_i210()
759 wr32(trgttimh, rq->perout.start.sec); in igb_ptp_feature_enable_i210()
760 wr32(trgttiml, rq->perout.start.nsec); in igb_ptp_feature_enable_i210()